Uses of Class
org.exolab.castor.xml.schema.XMLType
Packages that use XMLType
Package
Description
Binding File Object Model for Castor XML code generator
-
Uses of XMLType in org.exolab.castor.builder.binding
Methods in org.exolab.castor.builder.binding that return XMLTypeModifier and TypeMethodDescriptionXMLBindingComponent.getXMLType()Returns the XMLType of the underlying structure. -
Uses of XMLType in org.exolab.castor.xml.schema
Subclasses of XMLType in org.exolab.castor.xml.schemaModifier and TypeClassDescriptionfinal classA Class which represents the XML Schema AnyType.classThe XML Schema ComplexType class.classAn XML Schema SimpleType.classPackage private class to handles type references.classA class that represents the XML Schema Union simple-type.Methods in org.exolab.castor.xml.schema that return XMLTypeModifier and TypeMethodDescriptionComplexType.getBaseType()Returns the base type that this type inherits from.XMLType.getBaseType()Returns the base type that this type inherits from.ElementDecl.getType()Returns the XMLType (ComplexType or SimpleType) of this ElementDecl.Returns the first simple or complex type which name equals TypeNameMethods in org.exolab.castor.xml.schema with parameters of type XMLTypeModifier and TypeMethodDescriptionvoidAnyType.setBaseType(XMLType baseType) Overrides XMLType#setBaseType(), anyType cannot have a Base type.voidComplexType.setBaseType(XMLType baseType) Sets the base type for this ComplexType.voidXMLType.setBaseType(XMLType baseType) Sets the base type for this datatypevoidSets the XMLType for this Element declaration. -
Uses of XMLType in org.exolab.castor.xml.schema.simpletypes
Subclasses of XMLType in org.exolab.castor.xml.schema.simpletypesModifier and TypeClassDescriptionclassclassThe base class for built-in atomic Schema typesclassRepresents types derived from binaryclassRepresents the boolean typeclassRepresents date/time XML SChema typesclassRepresents the decimal type and those derived from it (integer, short...)classRepresents timeDurationclassRepresents a SimpleType that is a "list" of a given SimpleType.classRepresents "real numbers" (float, double and user types derived from them) Those numbers are of the form m x 2^e The min and max values for m are accessed with get/setMin/MaxMantissa e are accessed with get/setMin/MaxExponent m and e are not facets as specified by the xmlschema, they are just a way to regroup real and float under the same class.classRepresents the XML Schema string type.classThe ur-type definition