Uses of Class
org.jibx.schema.elements.CommonTypeDefinition
-
Packages that use CommonTypeDefinition Package Description org.jibx.schema org.jibx.schema.elements org.jibx.schema.support org.jibx.schema.validation -
-
Uses of CommonTypeDefinition in org.jibx.schema
Methods in org.jibx.schema that return CommonTypeDefinition Modifier and Type Method Description CommonTypeDefinitionNameRegister. findType(org.jibx.runtime.QName qname)Find global type by name.CommonTypeDefinitionNameRegister. registerType(org.jibx.runtime.QName qname, CommonTypeDefinition def)Register global type in the current schema definition.Methods in org.jibx.schema with parameters of type CommonTypeDefinition Modifier and Type Method Description voidSchemaVisitor. exit(CommonTypeDefinition node)Exit type definition element.voidSchemaVisitorDelegate. exit(CommonTypeDefinition node)CommonTypeDefinitionNameRegister. registerType(org.jibx.runtime.QName qname, CommonTypeDefinition def)Register global type in the current schema definition.booleanSchemaVisitor. visit(CommonTypeDefinition node)Visit type definition element.booleanSchemaVisitorDelegate. visit(CommonTypeDefinition node) -
Uses of CommonTypeDefinition in org.jibx.schema.elements
Subclasses of CommonTypeDefinition in org.jibx.schema.elements Modifier and Type Class Description classComplexTypeElementcomplexType element definition.classSimpleTypeElementRepresentation for a simpleType element.Methods in org.jibx.schema.elements that return CommonTypeDefinition Modifier and Type Method Description CommonTypeDefinitionCommonTypeDerivation. getBaseType()Get the base type definition.CommonTypeDefinitionListElement. getItemTypeDefinition()Get referenced item type definition.CommonTypeDefinition[]UnionElement. getMemberTypeDefinitions()Get referenced member type definitions.CommonTypeDefinitionAttributeElement. getTypeDefinition()Get type definition.CommonTypeDefinitionElementElement. getTypeDefinition()Get type definition.Methods in org.jibx.schema.elements with parameters of type CommonTypeDefinition Modifier and Type Method Description voidAttributeElement. setTypeDefinition(CommonTypeDefinition def)Set type definition.voidElementElement. setTypeDefinition(CommonTypeDefinition def)Set type definition (either inline, or as reference). -
Uses of CommonTypeDefinition in org.jibx.schema.support
Subclasses of CommonTypeDefinition in org.jibx.schema.support Modifier and Type Class Description static classSchemaTypes.SchemaSimpleTypeSimple schema type representation.Methods in org.jibx.schema.support that return CommonTypeDefinition Modifier and Type Method Description static CommonTypeDefinitionSchemaTypes. getSchemaType(String name)Get predefined schema type. -
Uses of CommonTypeDefinition in org.jibx.schema.validation
Methods in org.jibx.schema.validation that return CommonTypeDefinition Modifier and Type Method Description CommonTypeDefinitionValidationContext. findType(org.jibx.runtime.QName qname)Find global type by name.Methods in org.jibx.schema.validation with parameters of type CommonTypeDefinition Modifier and Type Method Description voidValidationContext. registerType(org.jibx.runtime.QName qname, CommonTypeDefinition def)Register global type in the current schema definition.
-