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

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

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

Subclasses of NonPositiveInteger in org.apache.axis2.databinding.schema.types
 class NegativeInteger
          Custom class for supporting primitive XSD data type negativeinteger negativeInteger is derived from nonPositiveInteger by setting the value of maxInclusive to be -1.
 

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

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