Public Member Functions | |
| boolean | isMinInclusive () |
| boolean | isMaxInclusive () |
Package Functions | |
| String | getPattern () |
| Facet | getMin () |
| Facet | getMax () |
The base class for built-in atomic Schema types
| Facet org.exolab.castor.xml.schema.simpletypes.AtomicType.getMax | ( | ) | [package] |
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
References org.exolab.castor.xml.schema.SimpleType.getFacet().
| Facet org.exolab.castor.xml.schema.simpletypes.AtomicType.getMin | ( | ) | [package] |
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
References org.exolab.castor.xml.schema.SimpleType.getFacet().
| String org.exolab.castor.xml.schema.simpletypes.AtomicType.getPattern | ( | ) | [package] |
Gets the pattern facet returns null if there is none
References org.exolab.castor.xml.schema.SimpleType.getFacet(), and org.exolab.castor.xml.schema.Facet.getValue().
| boolean org.exolab.castor.xml.schema.simpletypes.AtomicType.isMaxInclusive | ( | ) |
Tells if the maximum is inclusive or not Has no meaning if there is no maxInclusive/Exclusive facet
References org.exolab.castor.xml.schema.SimpleType.getFacet().
| boolean org.exolab.castor.xml.schema.simpletypes.AtomicType.isMinInclusive | ( | ) |
Tells if the minimum is inclusive or not Has no meaning if there is no minInclusive/Exclusive facet
References org.exolab.castor.xml.schema.SimpleType.getFacet().
1.7.0