|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sssw.jbroker.web.xsd.Validator
com.sssw.jbroker.web.xsd.GMonth
A wrapper class that contains a gMonth.
Please refer to the XML Schema
for the complete definition of this simple type.
| Constructor Summary | |
GMonth(String value)
Deprecated. Construct a gMonth with the specified value. |
|
| Method Summary | |
boolean |
equals(Object other)
Deprecated. |
int |
getMonth()
Deprecated. Get the value of this gMonth. |
String |
getValue()
Deprecated. Get the string value of this gMonth. |
int |
hashCode()
Deprecated. |
void |
setMonth(int month)
Deprecated. Set the month of this gMonth. |
void |
setValue(String value)
Deprecated. Set the value of this gMonth. |
String |
toString()
Deprecated. Return string form of object |
static void |
validate(Object object)
Deprecated. Validate that a gMonth is a proper XML Schema gMonth. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public GMonth(String value)
throws IllegalArgumentException
value - the value of the gMonth
IllegalArgumentException - if the value can not be validated
as a gMonth.| Method Detail |
public String getValue()
public int getMonth()
public void setValue(String value)
throws IllegalArgumentException
value - the value of the gMonth
IllegalArgumentException - if the value can not be validated
as a gMonth.public void setMonth(int month)
month - the month of the gMonthpublic boolean equals(Object other)
public int hashCode()
public String toString()
public static void validate(Object object)
throws IllegalArgumentException
gMonth.
IllegalArgumentException - if the value can not be validated
as a gMonth.
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||