| Day |
Implementation of the XML Schema type gDay
|
| Duration |
Implementation of the XML Schema type duration.
|
| HexBinary |
Custom class for supporting primitive XSD data type hexBinary.
|
| Month |
Implementation of the XML Schema type gMonth
|
| MonthDay |
Implementation of the XML Schema type gMonthDay
|
| NegativeInteger |
Custom class for supporting primitive XSD data type negativeinteger
negativeInteger is derived from nonPositiveInteger by setting the
value of maxInclusive to be -1.
|
| NonNegativeInteger |
Custom class for supporting primitive XSD data type nonNegativeInteger
|
| NonPositiveInteger |
Custom class for supporting primitive XSD data type nonPositiveInteger
nonPositiveInteger is derived from integer by setting the value of
maxInclusive to be 0.
|
| NormalizedString |
Custom class for supporting XSD data type NormalizedString.
|
| PositiveInteger |
Custom class for supporting primitive XSD data type positiveInteger
positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
|
| Schema |
Custom class for supporting XSD schema
|
| Time |
Class that represents the xsd:time XML Schema type
|
| Token |
Custom class for supporting primitive XSD data type Token.
|
| UnsignedByte |
Custom class for supporting primitive XSD data type UnsignedByte
|
| UnsignedInt |
Custom class for supporting primitive XSD data type UnsignedInt
|
| UnsignedLong |
Custom class for supporting primitive XSD data type UnsignedLong
|
| UnsignedShort |
Custom class for supporting primitive XSD data type UnsignedShort
|
| URI |
Axis Note: This class was 'borrowed' from Xerces 2:
org.apache.xerces.util.URI.java, version 1.22
|
| Year |
Implementation of the XML Schema type gYear
|
| YearMonth |
Implementation of the XML Schema type gYearMonth
|