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