Uses of Class
org.mule.devkit.model.schema.ExplicitGroup

Uses of ExplicitGroup in org.mule.devkit.model.schema
 

Subclasses of ExplicitGroup in org.mule.devkit.model.schema
 class All
          Only elements allowed inside

 class SimpleExplicitGroup
          Java class for simpleExplicitGroup complex type.
 

Fields in org.mule.devkit.model.schema declared as ExplicitGroup
protected  ExplicitGroup RestrictionType.choice
           
protected  ExplicitGroup ExtensionType.choice
           
protected  ExplicitGroup ComplexType.choice
           
protected  ExplicitGroup RestrictionType.sequence
           
protected  ExplicitGroup ExtensionType.sequence
           
protected  ExplicitGroup ComplexType.sequence
           
 

Methods in org.mule.devkit.model.schema that return ExplicitGroup
 ExplicitGroup ObjectFactory.createExplicitGroup()
          Create an instance of ExplicitGroup
 ExplicitGroup RestrictionType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup ExtensionType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup ComplexType.getChoice()
          Gets the value of the choice property.
 ExplicitGroup RestrictionType.getSequence()
          Gets the value of the sequence property.
 ExplicitGroup ExtensionType.getSequence()
          Gets the value of the sequence property.
 ExplicitGroup ComplexType.getSequence()
          Gets the value of the sequence property.
 

Methods in org.mule.devkit.model.schema that return types with arguments of type ExplicitGroup
 JAXBElement<ExplicitGroup> ObjectFactory.createChoice(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 JAXBElement<ExplicitGroup> ObjectFactory.createSequence(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 

Methods in org.mule.devkit.model.schema with parameters of type ExplicitGroup
 JAXBElement<ExplicitGroup> ObjectFactory.createChoice(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 JAXBElement<ExplicitGroup> ObjectFactory.createSequence(ExplicitGroup value)
          Create an instance of JAXBElement<ExplicitGroup>}
 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.setChoice(ExplicitGroup value)
          Sets the value of the choice 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.
 void ComplexType.setSequence(ExplicitGroup value)
          Sets the value of the sequence property.
 



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.