|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.types.YearMonth
Implementation of the XML Schema type gYearMonth
Constructor Summary | |
YearMonth(int year,
int month)
Constructs a YearMonth with the given values No timezone is specified |
|
YearMonth(int year,
int month,
java.lang.String timezone)
Constructs a YearMonth with the given values, including a timezone string The timezone is validated but not used. |
|
YearMonth(java.lang.String source)
Construct a YearMonth from a String in the format [-]CCYY-MM |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
getMonth()
|
java.lang.String |
getTimezone()
|
int |
getYear()
|
void |
setMonth(int month)
|
void |
setTimezone(java.lang.String timezone)
|
void |
setValue(int year,
int month)
|
void |
setValue(int year,
int month,
java.lang.String timezone)
|
void |
setYear(int year)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public YearMonth(int year, int month) throws java.lang.NumberFormatException
public YearMonth(int year, int month, java.lang.String timezone) throws java.lang.NumberFormatException
public YearMonth(java.lang.String source) throws java.lang.NumberFormatException
Method Detail |
public int getYear()
public void setYear(int year)
public int getMonth()
public void setMonth(int month)
public java.lang.String getTimezone()
public void setTimezone(java.lang.String timezone)
public void setValue(int year, int month, java.lang.String timezone) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setValue(int year, int month) throws java.lang.NumberFormatException
java.lang.NumberFormatException
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |