Uses of Interface
org.exolab.castor.xml.schema.Referable
Packages that use Referable
-
Uses of Referable in org.exolab.castor.xml.schema
Classes in org.exolab.castor.xml.schema that implement ReferableModifier and TypeClassDescriptionclassThe XML Schema ComplexType class.classAn XML Schema ElementDeclclassAn XML Schema GroupclassAn XML Schema ModelGroup : invalid input: '<'xsd:group>classAn XML Schema SimpleType.classA class that represents the XML Schema Union simple-type.Methods in org.exolab.castor.xml.schema that return ReferableModifier and TypeMethodDescriptionResolvableReference.get()Called to resolve the object and return it.Called to resolve a reference give the reference's identifier.Methods in org.exolab.castor.xml.schema with parameters of type ReferableModifier and TypeMethodDescriptionvoidResolver.addResolvable(String id, Referable referent) Adds a resolvable object to this resolver identified by id.voidScopableResolver.addResolvable(String id, Referable referent) Adds a resolvable object to this resolver identified by id.Constructors in org.exolab.castor.xml.schema with parameters of type ReferableModifierConstructorDescriptionResolvableReference(Referable referent) Constructs a resolvable reference for the given object. -
Uses of Referable in org.exolab.castor.xml.schema.simpletypes
Classes in org.exolab.castor.xml.schema.simpletypes that implement ReferableModifier 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