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 All
SchemaFactory. createAll()
Returns a new object of class 'All'.All
ComplexType. getAll()
Returns the value of the 'All' containment reference.All
DocumentRoot. getAll()
Returns the value of the 'All' containment reference.All
ExtensionType. getAll()
Returns the value of the 'All' containment reference.All
RestrictionType. getAll()
Returns the value of the 'All' containment reference.All
RealGroup. 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 void
ComplexType. setAll(All value)
Sets the value of the 'All
' containment reference.void
DocumentRoot. setAll(All value)
Sets the value of the 'All
' containment reference.void
ExtensionType. setAll(All value)
Sets the value of the 'All
' containment reference.void
RestrictionType. setAll(All value)
Sets the value of the 'All
' containment reference.void
RealGroup. 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 class
AllImpl
An implementation of the model object 'All'.Fields in org.w3._2001.schema.impl declared as All Modifier and Type Field Description protected All
ComplexTypeImpl. all
The cached value of the 'All
' containment reference.protected All
ExtensionTypeImpl. all
The cached value of the 'All
' containment reference.protected All
RestrictionTypeImpl. all
The cached value of the 'All
' containment reference.protected All
RealGroupImpl. all1
The cached value of the 'All1
' containment reference.Methods in org.w3._2001.schema.impl that return All Modifier and Type Method Description All
SchemaFactoryImpl. createAll()
All
ComplexTypeImpl. getAll()
All
DocumentRootImpl. getAll()
All
ExtensionTypeImpl. getAll()
All
RestrictionTypeImpl. getAll()
All
RealGroupImpl. 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 NotificationChain
ComplexTypeImpl. basicSetAll(All newAll, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetAll(All newAll, NotificationChain msgs)
NotificationChain
ExtensionTypeImpl. basicSetAll(All newAll, NotificationChain msgs)
NotificationChain
RestrictionTypeImpl. basicSetAll(All newAll, NotificationChain msgs)
NotificationChain
RealGroupImpl. basicSetAll1(All newAll1, NotificationChain msgs)
void
ComplexTypeImpl. setAll(All newAll)
void
DocumentRootImpl. setAll(All newAll)
void
ExtensionTypeImpl. setAll(All newAll)
void
RestrictionTypeImpl. setAll(All newAll)
void
RealGroupImpl. 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 T
SchemaSwitch. caseAll(All object)
Returns the result of interpreting the object as an instance of 'All'.boolean
SchemaValidator. validateAll(All all, DiagnosticChain diagnostics, Map<Object,Object> context)
-