|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.types.Day
Implementation of the XML Schema type gDay
Constructor Summary | |
Day(int day)
Constructs a Day with the given values No timezone is specified |
|
Day(int day,
String timezone)
Constructs a Day with the given values, including a timezone string The timezone is validated but not used. |
|
Day(String source)
Construct a Day from a String in the format ---DD[timezone] |
Method Summary | |
boolean |
equals(Object obj)
|
int |
getDay()
|
String |
getTimezone()
|
void |
setDay(int day)
Set the day |
void |
setTimezone(String timezone)
|
void |
setValue(int day)
|
void |
setValue(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 Day(int day) throws NumberFormatException
public Day(int day, String timezone) throws NumberFormatException
public Day(String source) throws NumberFormatException
Method Detail |
public int getDay()
public void setDay(int day)
public String getTimezone()
public void setTimezone(String timezone)
public void setValue(int day, String timezone) throws NumberFormatException
NumberFormatException
public void setValue(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 |