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