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 TopLevelAttributeSchemaFactory. createTopLevelAttribute()Returns a new object of class 'Top Level Attribute'.TopLevelAttributeDocumentRoot. 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 voidDocumentRoot. 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 classTopLevelAttributeImplAn implementation of the model object 'Top Level Attribute'.Methods in org.w3._2001.schema.impl that return TopLevelAttribute Modifier and Type Method Description TopLevelAttributeSchemaFactoryImpl. createTopLevelAttribute()TopLevelAttributeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetAttribute(TopLevelAttribute newAttribute, NotificationChain msgs)voidDocumentRootImpl. 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 TSchemaSwitch. caseTopLevelAttribute(TopLevelAttribute object)Returns the result of interpreting the object as an instance of 'Top Level Attribute'.booleanSchemaValidator. validateTopLevelAttribute(TopLevelAttribute topLevelAttribute, DiagnosticChain diagnostics, Map<Object,Object> context)
-