Uses of Interface
org.w3._2001.schema.ExplicitGroup
Packages that use ExplicitGroup
-
Uses of ExplicitGroup in org.w3._2001.schema
Subinterfaces of ExplicitGroup in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'All'.interface
A representation of the model object 'Simple Explicit Group'.Methods in org.w3._2001.schema that return ExplicitGroupModifier and TypeMethodDescriptionSchemaFactory.createExplicitGroup()
Returns a new object of class 'Explicit Group'.ComplexType.getChoice()
Returns the value of the 'Choice' containment reference.DocumentRoot.getChoice()
Returns the value of the 'Choice' containment reference.ExtensionType.getChoice()
Returns the value of the 'Choice' containment reference.RestrictionType.getChoice()
Returns the value of the 'Choice' containment reference.RealGroup.getChoice1()
Returns the value of the 'Choice1' containment reference.ComplexType.getSequence()
Returns the value of the 'Sequence' containment reference.DocumentRoot.getSequence()
Returns the value of the 'Sequence' containment reference.ExtensionType.getSequence()
Returns the value of the 'Sequence' containment reference.RestrictionType.getSequence()
Returns the value of the 'Sequence' containment reference.RealGroup.getSequence1()
Returns the value of the 'Sequence1' containment reference.Methods in org.w3._2001.schema that return types with arguments of type ExplicitGroupModifier and TypeMethodDescriptionEList<ExplicitGroup>
Group.getChoice()
Returns the value of the 'Choice' containment reference list.EList<ExplicitGroup>
Group.getSequence()
Returns the value of the 'Sequence' containment reference list.Methods in org.w3._2001.schema with parameters of type ExplicitGroupModifier and TypeMethodDescriptionvoid
ComplexType.setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
DocumentRoot.setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
ExtensionType.setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
RestrictionType.setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
RealGroup.setChoice1
(ExplicitGroup value) Sets the value of the 'Choice1
' containment reference.void
ComplexType.setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' containment reference.void
DocumentRoot.setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' containment reference.void
ExtensionType.setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' containment reference.void
RestrictionType.setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' containment reference.void
RealGroup.setSequence1
(ExplicitGroup value) Sets the value of the 'Sequence1
' containment reference. -
Uses of ExplicitGroup in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement ExplicitGroupModifier and TypeClassDescriptionclass
An implementation of the model object 'All'.class
An implementation of the model object 'Explicit Group'.class
An implementation of the model object 'Simple Explicit Group'.Fields in org.w3._2001.schema.impl declared as ExplicitGroupModifier and TypeFieldDescriptionprotected ExplicitGroup
ComplexTypeImpl.choice
The cached value of the 'Choice
' containment reference.protected ExplicitGroup
ExtensionTypeImpl.choice
The cached value of the 'Choice
' containment reference.protected ExplicitGroup
RestrictionTypeImpl.choice
The cached value of the 'Choice
' containment reference.protected ExplicitGroup
RealGroupImpl.choice1
The cached value of the 'Choice1
' containment reference.protected ExplicitGroup
ComplexTypeImpl.sequence
The cached value of the 'Sequence
' containment reference.protected ExplicitGroup
ExtensionTypeImpl.sequence
The cached value of the 'Sequence
' containment reference.protected ExplicitGroup
RestrictionTypeImpl.sequence
The cached value of the 'Sequence
' containment reference.protected ExplicitGroup
RealGroupImpl.sequence1
The cached value of the 'Sequence1
' containment reference.Methods in org.w3._2001.schema.impl that return ExplicitGroupModifier and TypeMethodDescriptionSchemaFactoryImpl.createExplicitGroup()
ComplexTypeImpl.getChoice()
DocumentRootImpl.getChoice()
ExtensionTypeImpl.getChoice()
RestrictionTypeImpl.getChoice()
RealGroupImpl.getChoice1()
ComplexTypeImpl.getSequence()
DocumentRootImpl.getSequence()
ExtensionTypeImpl.getSequence()
RestrictionTypeImpl.getSequence()
RealGroupImpl.getSequence1()
Methods in org.w3._2001.schema.impl that return types with arguments of type ExplicitGroupModifier and TypeMethodDescriptionEList<ExplicitGroup>
GroupImpl.getChoice()
EList<ExplicitGroup>
GroupImpl.getSequence()
Methods in org.w3._2001.schema.impl with parameters of type ExplicitGroupModifier and TypeMethodDescriptionNotificationChain
ComplexTypeImpl.basicSetChoice
(ExplicitGroup newChoice, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetChoice
(ExplicitGroup newChoice, NotificationChain msgs) NotificationChain
ExtensionTypeImpl.basicSetChoice
(ExplicitGroup newChoice, NotificationChain msgs) NotificationChain
RestrictionTypeImpl.basicSetChoice
(ExplicitGroup newChoice, NotificationChain msgs) NotificationChain
RealGroupImpl.basicSetChoice1
(ExplicitGroup newChoice1, NotificationChain msgs) NotificationChain
ComplexTypeImpl.basicSetSequence
(ExplicitGroup newSequence, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSequence
(ExplicitGroup newSequence, NotificationChain msgs) NotificationChain
ExtensionTypeImpl.basicSetSequence
(ExplicitGroup newSequence, NotificationChain msgs) NotificationChain
RestrictionTypeImpl.basicSetSequence
(ExplicitGroup newSequence, NotificationChain msgs) NotificationChain
RealGroupImpl.basicSetSequence1
(ExplicitGroup newSequence1, NotificationChain msgs) void
ComplexTypeImpl.setChoice
(ExplicitGroup newChoice) void
DocumentRootImpl.setChoice
(ExplicitGroup newChoice) void
ExtensionTypeImpl.setChoice
(ExplicitGroup newChoice) void
RestrictionTypeImpl.setChoice
(ExplicitGroup newChoice) void
RealGroupImpl.setChoice1
(ExplicitGroup newChoice1) void
ComplexTypeImpl.setSequence
(ExplicitGroup newSequence) void
DocumentRootImpl.setSequence
(ExplicitGroup newSequence) void
ExtensionTypeImpl.setSequence
(ExplicitGroup newSequence) void
RestrictionTypeImpl.setSequence
(ExplicitGroup newSequence) void
RealGroupImpl.setSequence1
(ExplicitGroup newSequence1) -
Uses of ExplicitGroup in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type ExplicitGroupModifier and TypeMethodDescriptionSchemaSwitch.caseExplicitGroup
(ExplicitGroup object) Returns the result of interpreting the object as an instance of 'Explicit Group'.boolean
SchemaValidator.validateExplicitGroup
(ExplicitGroup explicitGroup, DiagnosticChain diagnostics, Map<Object, Object> context)