|
|||||||||
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
public class BigDateTimeValueType
DateTimeValueType object that can hold all lexically valid dateTime value. This class provides:
Constructor Summary | |
---|---|
BigDateTimeValueType()
|
|
BigDateTimeValueType(BigDateTimeValueType base,
java.util.TimeZone newTimeZone)
creates an instance with the specified BigDateTimeValueType, with modified time zone. |
|
BigDateTimeValueType(java.math.BigInteger year,
java.lang.Integer month,
java.lang.Integer day,
java.lang.Integer hour,
java.lang.Integer minute,
java.math.BigDecimal second,
java.util.TimeZone timeZone)
|
|
BigDateTimeValueType(java.math.BigInteger year,
int month,
int day,
int hour,
int minute,
java.math.BigDecimal second,
java.util.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(java.lang.Object o)
|
BigDateTimeValueType |
getBigValue()
|
java.lang.Integer |
getDay()
|
java.lang.Integer |
getHour()
|
java.lang.Integer |
getMinute()
|
java.lang.Integer |
getMonth()
|
java.math.BigDecimal |
getSecond()
|
java.util.TimeZone |
getTimeZone()
|
java.math.BigInteger |
getYear()
|
int |
hashCode()
|
IDateTimeValueType |
normalize()
gets the normalized IDateTimeValueType. |
java.util.Calendar |
toCalendar()
Approximates the value represented by this object into a Calendar object. |
java.lang.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(BigDateTimeValueType base, java.util.TimeZone newTimeZone)
public BigDateTimeValueType(java.math.BigInteger year, int month, int day, int hour, int minute, java.math.BigDecimal second, java.util.TimeZone timeZone)
public BigDateTimeValueType(java.math.BigInteger year, java.lang.Integer month, java.lang.Integer day, java.lang.Integer hour, java.lang.Integer minute, java.math.BigDecimal second, java.util.TimeZone timeZone)
public BigDateTimeValueType()
Method Detail |
---|
public java.math.BigInteger getYear()
public java.lang.Integer getMonth()
public java.lang.Integer getDay()
public java.lang.Integer getHour()
public java.lang.Integer getMinute()
public java.math.BigDecimal getSecond()
public java.util.TimeZone getTimeZone()
public BigDateTimeValueType getBigValue()
getBigValue
in interface IDateTimeValueType
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public boolean equals(IDateTimeValueType rhs)
public boolean equals(BigDateTimeValueType lhs, BigDateTimeValueType rhs)
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compare(IDateTimeValueType o)
IDateTimeValueType
compare
in interface IDateTimeValueType
public IDateTimeValueType normalize()
IDateTimeValueType
normalize
in interface IDateTimeValueType
public IDateTimeValueType add(ITimeDurationValueType _rhs)
IDateTimeValueType
add
in interface IDateTimeValueType
public java.util.Calendar toCalendar()
IDateTimeValueType
toCalendar
in interface IDateTimeValueType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |