org.exolab.castor.xml.schema.simpletypes
Class AtomicType
- Referable, java.io.Serializable
public abstract class AtomicType
The base class for built-in atomic Schema types
ANNOTATION , ANYTYPE , APPINFO , ATTRIBUTE , ATTRIBUTE_GROUP , COMPLEX_CONTENT , COMPLEX_TYPE , DOCUMENTATION , ELEMENT , FACET , GROUP , IDENTITY_FIELD , IDENTITY_SELECTOR , KEY , KEYREF , LIST , MODELGROUP , MODELGROUP_REF , REDEFINE , SCHEMA , SIMPLE_CONTENT , SIMPLE_TYPE , UNION , UNIQUE , UNKNOWN , WILDCARD |
(package private) Facet | getMax() - Gets the MAX_INCLUSIVE facet or the MAX_EXCLUSIVE facet
(both are never defined at the same time)
returns null if there is no maximum
|
(package private) Facet | getMin() - Gets the MIN_INCLUSIVE facet or the MIN_EXCLUSIVE facet
(both are never defined at the same time)
returns null if there is no minimum
|
(package private) String | getPattern() - Gets the pattern facet
returns null if there is none
|
boolean | isMaxInclusive() - Tells if the maximum is inclusive or not
Has no meaning if there is no maxInclusive/Exclusive facet
|
boolean | isMinInclusive() - Tells if the minimum is inclusive or not
Has no meaning if there is no minInclusive/Exclusive facet
|
addFacet , copyFacets , createReference , getBuiltInBaseType , getFacet , getFacets , getFacets , getFinal , getLength , getLocalFacets , getMaxLength , getMinLength , getParent , getReferenceId , getStructureType , getTypeCode , hasFacet , isBuiltInType , resolveReference , setFinal , setParent , setTypeCode , validate |
getBaseType , getDerivationMethod , getId , getName , getSchema , getType , isAnyType , isComplexType , isSimpleType , setBaseType , setDerivationMethod , setId , setName , setParent , setSchema |
getMax
(package private) Facet getMax()
Gets the MAX_INCLUSIVE facet or the MAX_EXCLUSIVE facet
(both are never defined at the same time)
returns null if there is no maximum
getMin
(package private) Facet getMin()
Gets the MIN_INCLUSIVE facet or the MIN_EXCLUSIVE facet
(both are never defined at the same time)
returns null if there is no minimum
getPattern
(package private) String getPattern()
Gets the pattern facet
returns null if there is none
isMaxInclusive
public boolean isMaxInclusive()
Tells if the maximum is inclusive or not
Has no meaning if there is no maxInclusive/Exclusive facet
isMinInclusive
public boolean isMinInclusive()
Tells if the minimum is inclusive or not
Has no meaning if there is no minInclusive/Exclusive facet
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com