当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
UnsignedByte (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class UnsignedByte
java.lang.Object
java.lang.Number
org.apache.axis.types.UnsignedInt
org.apache.axis.types.UnsignedShort
org.apache.axis.types.UnsignedByte
- All Implemented Interfaces:
- Comparable, Serializable
- public class UnsignedByte
- extends UnsignedShort
Custom class for supporting primitive XSD data type UnsignedByte
- Author:
- Chris Haddad
- See Also:
- XML Schema 3.3.24,
Serialized Form
Method Summary |
boolean |
isValid(long sValue)
validate the value against the xsd value space definition |
void |
setValue(long sValue)
validates the data and sets the value for the object. |
UnsignedByte
public UnsignedByte()
UnsignedByte
public UnsignedByte(long sValue)
throws NumberFormatException
- ctor for UnsignedByte
- Throws:
Exception
- will be thrown if validation fails
NumberFormatException
UnsignedByte
public UnsignedByte(String sValue)
throws NumberFormatException
setValue
public void setValue(long sValue)
throws NumberFormatException
- validates the data and sets the value for the object.
- Overrides:
setValue
in class UnsignedShort
- Parameters:
sValue
- the number to set
- Throws:
NumberFormatException
isValid
public boolean isValid(long sValue)
- validate the value against the xsd value space definition
- Overrides:
isValid
in class UnsignedShort
- Parameters:
sValue
- number to check against range
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.