org.apache.axis.types
Class YearMonth
java.lang.Object
|
+--org.apache.axis.types.YearMonth
- All Implemented Interfaces:
- java.io.Serializable
- public class YearMonth
- extends java.lang.Object
- implements java.io.Serializable
Implementation of the XML Schema type gYearMonth
- Author:
- Tom Jordahl
- See Also:
- XML Schema 3.2.10, Serialized Form
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
YearMonth
public YearMonth(int year,
int month)
throws java.lang.NumberFormatException
- Constructs a YearMonth with the given values
No timezone is specified
YearMonth
public YearMonth(int year,
int month,
java.lang.String timezone)
throws java.lang.NumberFormatException
- Constructs a YearMonth with the given values, including a timezone string
The timezone is validated but not used.
YearMonth
public YearMonth(java.lang.String source)
throws java.lang.NumberFormatException
- Construct a YearMonth from a String in the format [-]CCYY-MM
getYear
public int getYear()
setYear
public void setYear(int year)
getMonth
public int getMonth()
setMonth
public void setMonth(int month)
getTimezone
public java.lang.String getTimezone()
setTimezone
public void setTimezone(java.lang.String timezone)
setValue
public void setValue(int year,
int month,
java.lang.String timezone)
throws java.lang.NumberFormatException
setValue
public void setValue(int year,
int month)
throws java.lang.NumberFormatException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2003 Apache Web Services Project. All Rights Reserved.