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