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 class
A Class which represents the XML Schema AnyType.class
The XML Schema ComplexType class.class
An XML Schema SimpleType.class
Package private class to handles type references.class
A 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 TypeMethodDescriptionvoid
AnyType.setBaseType
(XMLType baseType) Overrides XMLType#setBaseType(), anyType cannot have a Base type.void
ComplexType.setBaseType
(XMLType baseType) Sets the base type for this ComplexType.void
XMLType.setBaseType
(XMLType baseType) Sets the base type for this datatypevoid
Sets 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 TypeClassDescriptionclass
class
The base class for built-in atomic Schema typesclass
Represents types derived from binaryclass
Represents the boolean typeclass
Represents date/time XML SChema typesclass
Represents the decimal type and those derived from it (integer, short...)class
Represents timeDurationclass
Represents a SimpleType that is a "list" of a given SimpleType.class
Represents "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.class
Represents the XML Schema string type.class
The ur-type definition