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