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.types.soapencoding   
org.apache.axis2.databinding.types.xsd   
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.types.soapencoding
 

Fields in org.apache.axis2.databinding.types.soapencoding declared as NonNegativeInteger
protected  NonNegativeInteger NonNegativeInteger.localNonNegativeInteger
          field for NonNegativeInteger
 

Methods in org.apache.axis2.databinding.types.soapencoding that return NonNegativeInteger
 NonNegativeInteger NonNegativeInteger.getNonNegativeInteger()
          Auto generated getter method
 

Methods in org.apache.axis2.databinding.types.soapencoding with parameters of type NonNegativeInteger
 void NonNegativeInteger.setNonNegativeInteger(NonNegativeInteger param)
          Auto generated setter method
 

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

Fields in org.apache.axis2.databinding.types.xsd declared as NonNegativeInteger
protected  NonNegativeInteger NonNegativeInteger.localNonNegativeInteger
          field for NonNegativeInteger
 

Methods in org.apache.axis2.databinding.types.xsd that return NonNegativeInteger
 NonNegativeInteger NonNegativeInteger.getNonNegativeInteger()
          Auto generated getter method
 

Methods in org.apache.axis2.databinding.types.xsd with parameters of type NonNegativeInteger
 void NonNegativeInteger.setNonNegativeInteger(NonNegativeInteger param)
          Auto generated setter method
 

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 ? 2007 Apache Web Services Project. All Rights Reserved.