|
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.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)
Construct an unsigned byte with the specified value. |
|
UnsignedByte(String value)
Construct an unsigned byte with the specified value. |
|
| Method Summary | |
boolean |
equals(Object other)
|
byte |
getValue()
Get the value of this unsigned byte. |
int |
hashCode()
|
void |
setValue(byte value)
Set the value of this unsigned byte. |
String |
toString()
Return string form of object |
static void |
validate(Object object)
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 All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||