当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
UnsignedInt (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class UnsignedInt
java.lang.Object
java.lang.Number
org.apache.axis.types.UnsignedInt
- All Implemented Interfaces:
- Comparable, Serializable
- Direct Known Subclasses:
- UnsignedShort
- public class UnsignedInt
- extends Number
- implements Comparable
Custom class for supporting primitive XSD data type UnsignedInt
- Author:
- Chris Haddad
- See Also:
- XML Schema 3.3.22,
Serialized Form
lValue
protected Long lValue
UnsignedInt
public UnsignedInt()
UnsignedInt
public UnsignedInt(long iValue)
throws NumberFormatException
- ctor for UnsignedInt
- Throws:
NumberFormatException
- will be thrown if validation fails
UnsignedInt
public UnsignedInt(String stValue)
throws NumberFormatException
setValue
public void setValue(long iValue)
throws NumberFormatException
- validates the data and sets the value for the object.
- Throws:
NumberFormatException
toString
public String toString()
hashCode
public int hashCode()
isValid
public boolean isValid(long iValue)
- validate the value against the xsd definition
equals
public boolean equals(Object obj)
compareTo
public int compareTo(Object obj)
- Specified by:
compareTo
in interface Comparable
byteValue
public byte byteValue()
shortValue
public short shortValue()
intValue
public int intValue()
longValue
public long longValue()
doubleValue
public double doubleValue()
floatValue
public float floatValue()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.