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