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

Packages that use SimpleType
org.plasma.provisioning.xsd   
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 SimpleType in org.plasma.provisioning.xsd
 

Fields in org.plasma.provisioning.xsd with type parameters of type SimpleType
protected  Map<String,SimpleType> ConverterSupport.simpleTypeMap
          maps top-level simple type names to simple type structures
 

Methods in org.plasma.provisioning.xsd that return SimpleType
 SimpleType EnumerationCollector.getTopLevelSimpleType(QName name)
           
 SimpleType DatatypeCollector.getTopLevelSimpleType(QName name)
           
 SimpleType ConstraintCollector.getTopLevelSimpleType(QName name)
           
 

Methods in org.plasma.provisioning.xsd that return types with arguments of type SimpleType
 Map<String,SimpleType> ConverterSupport.getSimpleTypeMap()
           
 

Methods in org.plasma.provisioning.xsd with parameters of type SimpleType
 Enumeration EnumerationAssembler.buildEnumeration(SimpleType simpleType)
           
 

Constructor parameters in org.plasma.provisioning.xsd with type arguments of type SimpleType
ConstraintCollector(Schema schema, Map<String,SimpleType> simpleTypeMap, ConstraintAssembler assembler)
           
DatatypeCollector(Schema schema, Map<String,SimpleType> simpleTypeMap)
           
EnumerationCollector(Schema schema, Map<String,SimpleType> simpleTypeMap, EnumerationAssembler enumerationAssembler)
           
 

Uses of SimpleType in org.plasma.xml.schema
 

Methods in org.plasma.xml.schema that return SimpleType
 SimpleType ObjectFactory.createSimpleType()
          Create an instance of SimpleType
 SimpleType SimpleTypeVisitor.getTopLevelSimpleType(QName name)
          Since the the type hierarchy traversal will encounter qualified name references to many simple types, the traversal logic requests a simple type from the visitor client.
 



Copyright © 2013. All rights reserved.