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