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

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

Methods in org.plasma.provisioning.xsd with parameters of type AbstractSimpleType
 Enumeration EnumerationAssembler.buildEnumeration(AbstractSimpleType simpleType, AbstractSimpleType source)
           
 Enumeration EnumerationAssembler.buildEnumeration(AbstractSimpleType simpleType, java.lang.String name)
           
 EnumerationConstraint ConstraintAssembler.buildEnumerationConstraint(AbstractSimpleType simpleType, AbstractSimpleType source)
           
 ValueConstraint ConstraintAssembler.buildValueConstraint(AbstractSimpleType simpleType)
           
static boolean SimpleTypeUtils.isEnumeration(AbstractSimpleType simpleType)
           
 boolean ConverterSupport.isEnumeration(AbstractSimpleType simpleType)
           
 void EnumerationCollector.visit(AbstractSimpleType target, AbstractSimpleType source, int level)
           
 void DatatypeCollector.visit(AbstractSimpleType target, AbstractSimpleType source, int level)
           
 void ConstraintCollector.visit(AbstractSimpleType target, AbstractSimpleType source, int level)
           
 

Uses of AbstractSimpleType in org.plasma.xml.schema
 

Subclasses of AbstractSimpleType in org.plasma.xml.schema
 class LocalSimpleType
          Java class for localSimpleType complex type.
 class SimpleType
          Java class for topLevelSimpleType complex type.
 

Methods in org.plasma.xml.schema with parameters of type AbstractSimpleType
 void SimpleTypeVisitor.visit(AbstractSimpleType target, AbstractSimpleType source, int level)
          The top event received when a simple type is encountered in the course of traversal.
 



Copyright © 2013. All Rights Reserved.