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