Uses of Interface
org.w3._2001.schema.All
-
Packages that use All Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of All in org.w3._2001.schema
Methods in org.w3._2001.schema that return All Modifier and Type Method Description AllSchemaFactory. createAll()Returns a new object of class 'All'.AllComplexType. getAll()Returns the value of the 'All' containment reference.AllDocumentRoot. getAll()Returns the value of the 'All' containment reference.AllExtensionType. getAll()Returns the value of the 'All' containment reference.AllRestrictionType. getAll()Returns the value of the 'All' containment reference.AllRealGroup. getAll1()Returns the value of the 'All1' containment reference.Methods in org.w3._2001.schema that return types with arguments of type All Modifier and Type Method Description EList<All>Group. getAll()Returns the value of the 'All' containment reference list.Methods in org.w3._2001.schema with parameters of type All Modifier and Type Method Description voidComplexType. setAll(All value)Sets the value of the 'All' containment reference.voidDocumentRoot. setAll(All value)Sets the value of the 'All' containment reference.voidExtensionType. setAll(All value)Sets the value of the 'All' containment reference.voidRestrictionType. setAll(All value)Sets the value of the 'All' containment reference.voidRealGroup. setAll1(All value)Sets the value of the 'All1' containment reference. -
Uses of All in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement All Modifier and Type Class Description classAllImplAn implementation of the model object 'All'.Fields in org.w3._2001.schema.impl declared as All Modifier and Type Field Description protected AllComplexTypeImpl. allThe cached value of the 'All' containment reference.protected AllExtensionTypeImpl. allThe cached value of the 'All' containment reference.protected AllRestrictionTypeImpl. allThe cached value of the 'All' containment reference.protected AllRealGroupImpl. all1The cached value of the 'All1' containment reference.Methods in org.w3._2001.schema.impl that return All Modifier and Type Method Description AllSchemaFactoryImpl. createAll()AllComplexTypeImpl. getAll()AllDocumentRootImpl. getAll()AllExtensionTypeImpl. getAll()AllRestrictionTypeImpl. getAll()AllRealGroupImpl. getAll1()Methods in org.w3._2001.schema.impl that return types with arguments of type All Modifier and Type Method Description EList<All>GroupImpl. getAll()Methods in org.w3._2001.schema.impl with parameters of type All Modifier and Type Method Description NotificationChainComplexTypeImpl. basicSetAll(All newAll, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetAll(All newAll, NotificationChain msgs)NotificationChainExtensionTypeImpl. basicSetAll(All newAll, NotificationChain msgs)NotificationChainRestrictionTypeImpl. basicSetAll(All newAll, NotificationChain msgs)NotificationChainRealGroupImpl. basicSetAll1(All newAll1, NotificationChain msgs)voidComplexTypeImpl. setAll(All newAll)voidDocumentRootImpl. setAll(All newAll)voidExtensionTypeImpl. setAll(All newAll)voidRestrictionTypeImpl. setAll(All newAll)voidRealGroupImpl. setAll1(All newAll1) -
Uses of All in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type All Modifier and Type Method Description TSchemaSwitch. caseAll(All object)Returns the result of interpreting the object as an instance of 'All'.booleanSchemaValidator. validateAll(All all, DiagnosticChain diagnostics, Map<Object,Object> context)
-