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