Uses of Class
org.jibx.schema.elements.CommonTypeDerivation
-
Packages that use CommonTypeDerivation Package Description org.jibx.schema org.jibx.schema.elements -
-
Uses of CommonTypeDerivation in org.jibx.schema
Methods in org.jibx.schema with parameters of type CommonTypeDerivation Modifier and Type Method Description voidSchemaVisitor. exit(CommonTypeDerivation node)Exit common type derivation.booleanSchemaVisitor. visit(CommonTypeDerivation node)Visit type derivation element. -
Uses of CommonTypeDerivation in org.jibx.schema.elements
Subclasses of CommonTypeDerivation in org.jibx.schema.elements Modifier and Type Class Description classCommonComplexModificationBase representation for all complex type modification elements.classCommonSimpleModificationBase representation for all simple type modification elements.classComplexExtensionElementDefinition for extension element used with a complex type.classComplexRestrictionElementDefinition for restriction element used with a complex type.classSimpleExtensionElementDefinition for extension element used with a simple type.classSimpleRestrictionElementrestriction element definition used for simple content.Methods in org.jibx.schema.elements that return CommonTypeDerivation Modifier and Type Method Description CommonTypeDerivationCommonContentBase. getDerivation()Get derivation child element.Methods in org.jibx.schema.elements with parameters of type CommonTypeDerivation Modifier and Type Method Description voidCommonContentBase. setDerivation(CommonTypeDerivation element)Set derivation child element.
-