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 TypeInterfaceDescriptioninterfaceA representation of the model object 'All'.interfaceA 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 TypeMethodDescriptionvoidComplexType.setChoice(ExplicitGroup value) Sets the value of the 'Choice' containment reference.voidDocumentRoot.setChoice(ExplicitGroup value) Sets the value of the 'Choice' containment reference.voidExtensionType.setChoice(ExplicitGroup value) Sets the value of the 'Choice' containment reference.voidRestrictionType.setChoice(ExplicitGroup value) Sets the value of the 'Choice' containment reference.voidRealGroup.setChoice1(ExplicitGroup value) Sets the value of the 'Choice1' containment reference.voidComplexType.setSequence(ExplicitGroup value) Sets the value of the 'Sequence' containment reference.voidDocumentRoot.setSequence(ExplicitGroup value) Sets the value of the 'Sequence' containment reference.voidExtensionType.setSequence(ExplicitGroup value) Sets the value of the 'Sequence' containment reference.voidRestrictionType.setSequence(ExplicitGroup value) Sets the value of the 'Sequence' containment reference.voidRealGroup.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 TypeClassDescriptionclassAn implementation of the model object 'All'.classAn implementation of the model object 'Explicit Group'.classAn implementation of the model object 'Simple Explicit Group'.Fields in org.w3._2001.schema.impl declared as ExplicitGroupModifier and TypeFieldDescriptionprotected ExplicitGroupComplexTypeImpl.choiceThe cached value of the 'Choice' containment reference.protected ExplicitGroupExtensionTypeImpl.choiceThe cached value of the 'Choice' containment reference.protected ExplicitGroupRestrictionTypeImpl.choiceThe cached value of the 'Choice' containment reference.protected ExplicitGroupRealGroupImpl.choice1The cached value of the 'Choice1' containment reference.protected ExplicitGroupComplexTypeImpl.sequenceThe cached value of the 'Sequence' containment reference.protected ExplicitGroupExtensionTypeImpl.sequenceThe cached value of the 'Sequence' containment reference.protected ExplicitGroupRestrictionTypeImpl.sequenceThe cached value of the 'Sequence' containment reference.protected ExplicitGroupRealGroupImpl.sequence1The 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 TypeMethodDescriptionNotificationChainComplexTypeImpl.basicSetChoice(ExplicitGroup newChoice, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetChoice(ExplicitGroup newChoice, NotificationChain msgs) NotificationChainExtensionTypeImpl.basicSetChoice(ExplicitGroup newChoice, NotificationChain msgs) NotificationChainRestrictionTypeImpl.basicSetChoice(ExplicitGroup newChoice, NotificationChain msgs) NotificationChainRealGroupImpl.basicSetChoice1(ExplicitGroup newChoice1, NotificationChain msgs) NotificationChainComplexTypeImpl.basicSetSequence(ExplicitGroup newSequence, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSequence(ExplicitGroup newSequence, NotificationChain msgs) NotificationChainExtensionTypeImpl.basicSetSequence(ExplicitGroup newSequence, NotificationChain msgs) NotificationChainRestrictionTypeImpl.basicSetSequence(ExplicitGroup newSequence, NotificationChain msgs) NotificationChainRealGroupImpl.basicSetSequence1(ExplicitGroup newSequence1, NotificationChain msgs) voidComplexTypeImpl.setChoice(ExplicitGroup newChoice) voidDocumentRootImpl.setChoice(ExplicitGroup newChoice) voidExtensionTypeImpl.setChoice(ExplicitGroup newChoice) voidRestrictionTypeImpl.setChoice(ExplicitGroup newChoice) voidRealGroupImpl.setChoice1(ExplicitGroup newChoice1) voidComplexTypeImpl.setSequence(ExplicitGroup newSequence) voidDocumentRootImpl.setSequence(ExplicitGroup newSequence) voidExtensionTypeImpl.setSequence(ExplicitGroup newSequence) voidRestrictionTypeImpl.setSequence(ExplicitGroup newSequence) voidRealGroupImpl.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'.booleanSchemaValidator.validateExplicitGroup(ExplicitGroup explicitGroup, DiagnosticChain diagnostics, Map<Object, Object> context)