Uses of Interface
org.w3._2001.schema.TopLevelAttribute
-
Packages that use TopLevelAttribute Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of TopLevelAttribute in org.w3._2001.schema
Methods in org.w3._2001.schema that return TopLevelAttribute Modifier and Type Method Description TopLevelAttribute
SchemaFactory. createTopLevelAttribute()
Returns a new object of class 'Top Level Attribute'.TopLevelAttribute
DocumentRoot. getAttribute()
Returns the value of the 'Attribute' containment reference.Methods in org.w3._2001.schema that return types with arguments of type TopLevelAttribute Modifier and Type Method Description EList<TopLevelAttribute>
SchemaType. getAttribute()
Returns the value of the 'Attribute' containment reference list.Methods in org.w3._2001.schema with parameters of type TopLevelAttribute Modifier and Type Method Description void
DocumentRoot. setAttribute(TopLevelAttribute value)
Sets the value of the 'Attribute
' containment reference. -
Uses of TopLevelAttribute in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement TopLevelAttribute Modifier and Type Class Description class
TopLevelAttributeImpl
An implementation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema.impl that return TopLevelAttribute Modifier and Type Method Description TopLevelAttribute
SchemaFactoryImpl. createTopLevelAttribute()
TopLevelAttribute
DocumentRootImpl. getAttribute()
Methods in org.w3._2001.schema.impl that return types with arguments of type TopLevelAttribute Modifier and Type Method Description EList<TopLevelAttribute>
SchemaTypeImpl. getAttribute()
Methods in org.w3._2001.schema.impl with parameters of type TopLevelAttribute Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAttribute(TopLevelAttribute newAttribute, NotificationChain msgs)
void
DocumentRootImpl. setAttribute(TopLevelAttribute newAttribute)
-
Uses of TopLevelAttribute in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type TopLevelAttribute Modifier and Type Method Description T
SchemaSwitch. caseTopLevelAttribute(TopLevelAttribute object)
Returns the result of interpreting the object as an instance of 'Top Level Attribute'.boolean
SchemaValidator. validateTopLevelAttribute(TopLevelAttribute topLevelAttribute, DiagnosticChain diagnostics, Map<Object,Object> context)
-