Uses of Class
org.apache.axis.types.NonNegativeInteger
-
Packages that use NonNegativeInteger Package Description org.apache.axis.holders org.apache.axis.types -
-
Uses of NonNegativeInteger in org.apache.axis.holders
Fields in org.apache.axis.holders declared as NonNegativeInteger Modifier and Type Field Description NonNegativeInteger
NonNegativeIntegerHolder. value
Field _valueConstructors in org.apache.axis.holders with parameters of type NonNegativeInteger Constructor Description NonNegativeIntegerHolder(NonNegativeInteger value)
Constructor NonNegativeIntegerHolder -
Uses of NonNegativeInteger in org.apache.axis.types
Subclasses of NonNegativeInteger in org.apache.axis.types Modifier and Type Class Description class
PositiveInteger
Custom class for supporting primitive XSD data type positiveInteger positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
-