org.exolab.castor.xml.schema.simpletypes
public abstract class AtomicType extends SimpleType
Version: $Revision:
| Method Summary | |
|---|---|
| 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
|
| 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
|
| 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
|