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

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

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

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

Methods in org.apache.axis2.databinding.utils that return NonNegativeInteger
static NonNegativeInteger ConverterUtil.convertToNonNegativeInteger(java.lang.String s)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.