org.exolab.castor.xml.schema.simpletypes
Class AtomicType
java.lang.Object
org.exolab.castor.xml.schema.Structure
org.exolab.castor.xml.schema.Annotated
org.exolab.castor.xml.schema.XMLType
org.exolab.castor.xml.schema.SimpleType
org.exolab.castor.xml.schema.simpletypes.AtomicType
- All Implemented Interfaces:
- Serializable, Referable
- Direct Known Subclasses:
- AnyURIType, BinaryType, BooleanType, DateTimeType, DecimalType, DurationType, RealType, StringType
public abstract class AtomicType
- extends SimpleType
The base class for built-in atomic Schema types
- Version:
- $Revision:
- Author:
- Arnaud Berry
- See Also:
- Serialized Form
| Fields inherited from class org.exolab.castor.xml.schema.Structure |
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 |
|
Method Summary |
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 |
| Methods inherited from class org.exolab.castor.xml.schema.SimpleType |
addFacet, copyFacets, createReference, getBuiltInBaseType, getEffectiveFacets, getFacet, getFacets, getFacets, getFinal, getLength, getLocalFacets, getMaxLength, getMinLength, getNumberOfFacets, getParent, getReferenceId, getStructureType, getTypeCode, hasFacet, isBuiltInType, isDateTimeType, isNumericType, isRedefined, removeFacet, removeFacet, resolveReference, setFinal, setParent, setRedefined, validate |
| Methods inherited from class org.exolab.castor.xml.schema.XMLType |
getBaseType, getBaseTypeName, getDerivationMethod, getId, getName, getSchema, isAnyType, isComplexType, isSimpleType, setBaseType, setDerivationMethod, setId, setName, setSchema |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtomicType
public AtomicType()
isMinInclusive
public boolean isMinInclusive()
- Tells if the minimum is inclusive or not
Has no meaning if there is no minInclusive/Exclusive facet
isMaxInclusive
public boolean isMaxInclusive()
- Tells if the maximum is inclusive or not
Has no meaning if there is no maxInclusive/Exclusive facet
Copyright © 2012. All Rights Reserved.