|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
Date | The class represents xsd date type. |
DateTime | Class that represents xsd dateTime type. |
DateTimeBase | base class for xsd date-time types. |
Duration | The class represents xsd duration type. |
GDay | The class represents xsd day type. |
GMonth | The class represents XMLSchema gMonth type. |
GMonthDay | The class represents xsd gMonthDay type. |
GYear | The class represents xsd year type. |
GYearMonth | The class represents xsd gYearMonth type. |
HexBinary | Represent hexBinary type in the xsd built-in. |
NormalizedString | Represent normalizedString type in the xsd built-in. |
Time | The class represents xsd time type. |
TimeZone | The class represents xsd date type. |
Token | Represent token type in the xsd built-in. |
Exception Summary | |
DateTimeException | DateTimeException Class |
InvalidFormatException | InvalidFormatException Class |
Provides classes for many of well-known XML Schema types (those defined by XML Schema 2001 Specification).
There are many XML Schema types like dateTime
, duration
,
gYear
and others which can be sent by WSO2 SOA Enablement Server over SOAP.
This package offers the implementations for a lot of them, to do the most
of the work (parsing, writing, comparing) and let user work on more important
thinks.
Value classes in this package override equals
and hashCode
. Note,
that equality is defined as having the same values of all properties. For example no recalculation
with respect to time zone is done.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |