Uses of Class
org.w3._2001.xmlschema.ExplicitGroup

Packages that use ExplicitGroup
org.w3._2001.xmlschema   
 

Uses of ExplicitGroup in org.w3._2001.xmlschema
 

Subclasses of ExplicitGroup in org.w3._2001.xmlschema
 class All
          Only elements allowed inside
 class SimpleExplicitGroup
          Java class for simpleExplicitGroup complex type.
 

Fields in org.w3._2001.xmlschema declared as ExplicitGroup
protected  ExplicitGroup ComplexType.choice
           
protected  ExplicitGroup RestrictionType.choice
           
protected  ExplicitGroup ExtensionType.choice
           
protected  ExplicitGroup ComplexType.sequence
           
protected  ExplicitGroup RestrictionType.sequence
           
protected  ExplicitGroup ExtensionType.sequence
           
 

Methods in org.w3._2001.xmlschema that return ExplicitGroup
 ExplicitGroup ObjectFactory.createExplicitGroup()
          Create an instance of ExplicitGroup
 ExplicitGroup ComplexType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup RestrictionType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup ExtensionType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup ComplexType.getSequence()
          Gets the value of the sequence property.
 ExplicitGroup RestrictionType.getSequence()
          Gets the value of the sequence property.
 ExplicitGroup ExtensionType.getSequence()
          Gets the value of the sequence property.
 

Methods in org.w3._2001.xmlschema that return types with arguments of type ExplicitGroup
 javax.xml.bind.JAXBElement<ExplicitGroup> ObjectFactory.createChoice(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 javax.xml.bind.JAXBElement<ExplicitGroup> ObjectFactory.createSequence(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 

Methods in org.w3._2001.xmlschema with parameters of type ExplicitGroup
 javax.xml.bind.JAXBElement<ExplicitGroup> ObjectFactory.createChoice(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 javax.xml.bind.JAXBElement<ExplicitGroup> ObjectFactory.createSequence(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 void ComplexType.setChoice(ExplicitGroup value)
          Sets the value of the choice property.
 void RestrictionType.setChoice(ExplicitGroup value)
          Sets the value of the choice property.
 void ExtensionType.setChoice(ExplicitGroup value)
          Sets the value of the choice property.
 void ComplexType.setSequence(ExplicitGroup value)
          Sets the value of the sequence property.
 void RestrictionType.setSequence(ExplicitGroup value)
          Sets the value of the sequence property.
 void ExtensionType.setSequence(ExplicitGroup value)
          Sets the value of the sequence property.
 



Copyright © 2011 evolveum. All Rights Reserved.