|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.datatype.xsd.datetime.BigDateTimeValueType
DateTimeValueType object that can hold all lexically valid dateTime value. This class provides:
Constructor Summary | |
BigDateTimeValueType()
|
|
BigDateTimeValueType(BigDateTimeValueType base,
TimeZone newTimeZone)
creates an instance with the specified BigDateTimeValueType, with modified time zone. |
|
BigDateTimeValueType(BigInteger year,
Integer month,
Integer day,
Integer hour,
Integer minute,
BigDecimal second,
TimeZone timeZone)
|
|
BigDateTimeValueType(BigInteger year,
int month,
int day,
int hour,
int minute,
BigDecimal second,
TimeZone timeZone)
|
Method Summary | |
IDateTimeValueType |
add(ITimeDurationValueType _rhs)
returns the result of addition of this object and TimeDuration. |
int |
compare(IDateTimeValueType o)
compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparator |
boolean |
equals(BigDateTimeValueType lhs,
BigDateTimeValueType rhs)
|
boolean |
equals(IDateTimeValueType rhs)
|
boolean |
equals(Object o)
|
BigDateTimeValueType |
getBigValue()
|
Integer |
getDay()
|
Integer |
getHour()
|
Integer |
getMinute()
|
Integer |
getMonth()
|
BigDecimal |
getSecond()
|
TimeZone |
getTimeZone()
|
BigInteger |
getYear()
|
int |
hashCode()
|
IDateTimeValueType |
normalize()
gets the normalized IDateTimeValueType. |
Calendar |
toCalendar()
Approximates the value represented by this object into a Calendar object. |
String |
toString()
gets a human-readable representation of this object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BigDateTimeValueType()
public BigDateTimeValueType(BigDateTimeValueType base, TimeZone newTimeZone)
public BigDateTimeValueType(BigInteger year, Integer month, Integer day, Integer hour, Integer minute, BigDecimal second, TimeZone timeZone)
public BigDateTimeValueType(BigInteger year, int month, int day, int hour, int minute, BigDecimal second, TimeZone timeZone)
Method Detail |
public IDateTimeValueType add(ITimeDurationValueType _rhs)
IDateTimeValueType
add
in interface IDateTimeValueType
public int compare(IDateTimeValueType o)
IDateTimeValueType
compare
in interface IDateTimeValueType
public boolean equals(BigDateTimeValueType lhs, BigDateTimeValueType rhs)
public boolean equals(IDateTimeValueType rhs)
public boolean equals(Object o)
public BigDateTimeValueType getBigValue()
getBigValue
in interface IDateTimeValueType
public Integer getDay()
public Integer getHour()
public Integer getMinute()
public Integer getMonth()
public BigDecimal getSecond()
public TimeZone getTimeZone()
public BigInteger getYear()
public int hashCode()
public IDateTimeValueType normalize()
IDateTimeValueType
normalize
in interface IDateTimeValueType
public Calendar toCalendar()
IDateTimeValueType
toCalendar
in interface IDateTimeValueType
public String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |