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

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

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

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

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



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