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

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

Fields in org.mule.devkit.model.schema declared as LocalSimpleType
protected  LocalSimpleType RestrictionType.simpleType
           
protected  LocalSimpleType Restriction.simpleType
           
protected  LocalSimpleType List.simpleType
           
protected  LocalSimpleType Element.simpleType
           
protected  LocalSimpleType Attribute.simpleType
           
 

Fields in org.mule.devkit.model.schema with type parameters of type LocalSimpleType
protected  List<LocalSimpleType> Union.simpleType
           
 

Methods in org.mule.devkit.model.schema that return LocalSimpleType
 LocalSimpleType ObjectFactory.createLocalSimpleType()
          Create an instance of LocalSimpleType
 LocalSimpleType RestrictionType.getSimpleType()
          Gets the value of the simpleType property.
 LocalSimpleType Restriction.getSimpleType()
          Gets the value of the simpleType property.
 LocalSimpleType List.getSimpleType()
          Gets the value of the simpleType property.
 LocalSimpleType Element.getSimpleType()
          Gets the value of the simpleType property.
 LocalSimpleType Attribute.getSimpleType()
          Gets the value of the simpleType property.
 

Methods in org.mule.devkit.model.schema that return types with arguments of type LocalSimpleType
 List<LocalSimpleType> Union.getSimpleType()
          Gets the value of the simpleType property.
 

Methods in org.mule.devkit.model.schema with parameters of type LocalSimpleType
 void RestrictionType.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 void Restriction.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 void List.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 void Element.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 void Attribute.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 



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