Uses of Class
org.plasma.xml.schema.LocalSimpleType

Packages that use LocalSimpleType
org.plasma.xml.schema PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of LocalSimpleType in org.plasma.xml.schema
 

Fields in org.plasma.xml.schema declared as LocalSimpleType
protected  LocalSimpleType RestrictionType.simpleType
           
protected  LocalSimpleType Restriction.simpleType
           
protected  LocalSimpleType List.simpleType
           
protected  LocalSimpleType Attribute.simpleType
           
protected  LocalSimpleType AbstractElement.simpleType
           
 

Fields in org.plasma.xml.schema with type parameters of type LocalSimpleType
protected  java.util.List<LocalSimpleType> Union.simpleTypes
           
 

Methods in org.plasma.xml.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 Attribute.getSimpleType()
          Gets the value of the simpleType property.
 LocalSimpleType AbstractElement.getSimpleType()
          Gets the value of the simpleType property.
 

Methods in org.plasma.xml.schema that return types with arguments of type LocalSimpleType
 java.util.List<LocalSimpleType> Union.getSimpleTypes()
          Gets the value of the simpleTypes property.
 

Methods in org.plasma.xml.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 Attribute.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 void AbstractElement.setSimpleType(LocalSimpleType value)
          Sets the value of the simpleType property.
 



Copyright © 2013. All Rights Reserved.