Uses of Class
org.apache.axis2.databinding.types.UnsignedInt
-
Packages that use UnsignedInt Package Description org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase.org.apache.axis2.databinding.utils -
-
Uses of UnsignedInt in org.apache.axis2.databinding.types
Subclasses of UnsignedInt in org.apache.axis2.databinding.types Modifier and Type Class Description classUnsignedByteCustom class for supporting primitive XSD data type UnsignedByteclassUnsignedShortCustom class for supporting primitive XSD data type UnsignedShort -
Uses of UnsignedInt in org.apache.axis2.databinding.utils
Methods in org.apache.axis2.databinding.utils that return UnsignedInt Modifier and Type Method Description static UnsignedIntConverterUtil. convertToUnsignedInt(String s)Methods in org.apache.axis2.databinding.utils with parameters of type UnsignedInt Modifier and Type Method Description static StringConverterUtil. convertToString(UnsignedInt o)
-