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