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

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

Fields in org.mule.devkit.model.schema declared as GroupRef
protected  GroupRef RestrictionType.group
           
protected  GroupRef ExtensionType.group
           
protected  GroupRef ComplexType.group
           
 

Methods in org.mule.devkit.model.schema that return GroupRef
 GroupRef ObjectFactory.createGroupRef()
          Create an instance of GroupRef
 GroupRef RestrictionType.getGroup()
          Gets the value of the group property.
 GroupRef ExtensionType.getGroup()
          Gets the value of the group property.
 GroupRef ComplexType.getGroup()
          Gets the value of the group property.
 

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

Methods in org.mule.devkit.model.schema with parameters of type GroupRef
 JAXBElement<GroupRef> ObjectFactory.createGroupGroup(GroupRef value)
          Create an instance of JAXBElement<GroupRef>}
 void RestrictionType.setGroup(GroupRef value)
          Sets the value of the group property.
 void ExtensionType.setGroup(GroupRef value)
          Sets the value of the group property.
 void ComplexType.setGroup(GroupRef value)
          Sets the value of the group property.
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.