|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.serialization.xsdbuiltin.DateTimeBase
base class for xsd date-time types.
Field Summary | |
protected boolean |
isNegative
defines whether this object has negative values |
protected TimeZone |
timeZone
timezone value of this object |
Constructor Summary | |
protected |
DateTimeBase()
An empty constructor. |
protected |
DateTimeBase(TimeZone timeZone)
Constructor. |
Method Summary | |
TimeZone |
getTimeZone()
Returns timeZone member of this object. |
boolean |
hasNegativeValue()
Returns true if this Object has negative values. |
protected int |
inputMonth(int month)
Gets month from set methods. |
protected int |
outputMonth(int month)
Gives month to get methods. |
protected void |
setDefaultTimeZone()
Sets TimeZone of this object to default (local) time zone. |
protected void |
setParams(TimeZone timeZone)
Initializes parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TimeZone timeZone
protected boolean isNegative
Constructor Detail |
protected DateTimeBase()
protected DateTimeBase(TimeZone timeZone)
timeZone
- to set. It might be null.Method Detail |
public TimeZone getTimeZone()
public boolean hasNegativeValue()
protected void setParams(TimeZone timeZone)
timeZone
- to set. It might be null.protected int inputMonth(int month)
month
- input value of month in interval (0-11).
protected int outputMonth(int month)
month
- month value in interval (1-12)
protected void setDefaultTimeZone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |