|
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
com.sssw.jbroker.web.xsd.PositiveInteger
A wrapper class that contains a positiveInteger
.
Please refer to the XML Schema
for the complete definition of this simple type.
Constructor Summary | |
PositiveInteger(int value)
Deprecated. Construct a positive integer with the specified value. |
|
PositiveInteger(String value)
Deprecated. Construct a positive integer with the specified value. |
Methods inherited from class com.sssw.jbroker.web.xsd.NonNegativeInteger |
equals, getValue, hashCode, setValue, toString, validate |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PositiveInteger(int value) throws IllegalArgumentException
value
- the value of the integer
IllegalArgumentException
- if the value can not be validated
as a positive integer.public PositiveInteger(String value) throws IllegalArgumentException
value
- the value of the integer
IllegalArgumentException
- if the value can not be validated
as a positive 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 |