Uses of Class
org.jibx.schema.elements.CommonTypeDerivation

Packages that use CommonTypeDerivation
org.jibx.schema   
org.jibx.schema.elements   
 

Uses of CommonTypeDerivation in org.jibx.schema
 

Methods in org.jibx.schema with parameters of type CommonTypeDerivation
 void SchemaVisitor.exit(CommonTypeDerivation node)
          Exit common type derivation.
 boolean SchemaVisitor.visit(CommonTypeDerivation node)
          Visit type derivation element.
 

Uses of CommonTypeDerivation in org.jibx.schema.elements
 

Subclasses of CommonTypeDerivation in org.jibx.schema.elements
 class CommonComplexModification
          Base representation for all complex type modification elements.
 class CommonSimpleModification
          Base representation for all simple type modification elements.
 class ComplexExtensionElement
          Definition for extension element used with a complex type.
 class ComplexRestrictionElement
          Definition for restriction element used with a complex type.
 class SimpleExtensionElement
          Definition for extension element used with a simple type.
 class SimpleRestrictionElement
          restriction element definition used for simple content.
 

Methods in org.jibx.schema.elements that return CommonTypeDerivation
 CommonTypeDerivation CommonContentBase.getDerivation()
          Get derivation child element.
 

Methods in org.jibx.schema.elements with parameters of type CommonTypeDerivation
 void CommonContentBase.setDerivation(CommonTypeDerivation element)
          Set derivation child element.
 



Copyright © 2005-2012 jibx.org. All Rights Reserved.