Uses of Class
org.apache.axis2.databinding.schema.types.NonNegativeInteger

Packages that use NonNegativeInteger
org.apache.axis2.databinding.schema.types These classes are directly salvaged from Axis 1 codebase. 
org.apache.axis2.databinding.schema.util   
 

Uses of NonNegativeInteger in org.apache.axis2.databinding.schema.types
 

Subclasses of NonNegativeInteger in org.apache.axis2.databinding.schema.types
 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.
 

Uses of NonNegativeInteger in org.apache.axis2.databinding.schema.util
 

Methods in org.apache.axis2.databinding.schema.util that return NonNegativeInteger
static NonNegativeInteger ConverterUtil.convertTononNegativeInteger(java.lang.String s)