org.apache.axis.types
public class Day extends Object implements Serializable
See Also: XML Schema 3.2.13
| 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() |
| int | hashCode()
Return the value of day XORed with the hashCode of timezone
iff one is defined.
|
| void | setDay(int day)
Set the day |
| void | setTimezone(String timezone) |
| void | setValue(int day, String timezone) |
| void | setValue(int day) |
| String | toString() |
Returns: an int value