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

Packages that use UnsignedInt
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 UnsignedInt in org.apache.axis2.databinding.types
 

Subclasses of UnsignedInt in org.apache.axis2.databinding.types
 class UnsignedByte
          Custom class for supporting primitive XSD data type UnsignedByte
 class UnsignedShort
          Custom class for supporting primitive XSD data type UnsignedShort
 

Uses of UnsignedInt in org.apache.axis2.databinding.types.soapencoding
 

Fields in org.apache.axis2.databinding.types.soapencoding declared as UnsignedInt
protected  UnsignedInt UnsignedInt.localUnsignedInt
          field for UnsignedInt
 

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

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

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

Fields in org.apache.axis2.databinding.types.xsd declared as UnsignedInt
protected  UnsignedInt UnsignedInt.localUnsignedInt
          field for UnsignedInt
 

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

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

Uses of UnsignedInt in org.apache.axis2.databinding.utils
 

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

Methods in org.apache.axis2.databinding.utils with parameters of type UnsignedInt
static java.lang.String ConverterUtil.convertToString(UnsignedInt o)
           
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.