Package | Description |
---|---|
com.sun.msv.datatype.xsd.datetime |
Modifier and Type | Field and Description |
---|---|
private static BigDateTimeValueType[] |
BigTimeDurationValueType.testInstance |
Modifier and Type | Method and Description |
---|---|
private BigDateTimeValueType |
PreciseCalendarParser.createCalendar() |
BigDateTimeValueType |
BigDateTimeValueType.getBigValue() |
BigDateTimeValueType |
IDateTimeValueType.getBigValue() |
static BigDateTimeValueType |
PreciseCalendarParser.parse(java.lang.String format,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected static int |
BigDateTimeValueType.compare(BigDateTimeValueType lhs,
BigDateTimeValueType rhs)
compares two BigDateTimeValueType and returns one of the constant defined in
Comparator . |
boolean |
BigDateTimeValueType.equals(BigDateTimeValueType lhs,
BigDateTimeValueType rhs) |
Constructor and Description |
---|
BigDateTimeValueType(BigDateTimeValueType base,
java.util.TimeZone newTimeZone)
creates an instance with the specified BigDateTimeValueType,
with modified time zone.
|