站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

UnsignedLong (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.types
Class UnsignedLong

java.lang.Object
  extended byjava.lang.Number
      extended byorg.apache.axis.types.UnsignedLong
All Implemented Interfaces:
Comparable, Serializable

public class UnsignedLong
extends Number
implements Comparable

Custom class for supporting primitive XSD data type UnsignedLong

Author:
Chris Haddad
See Also:
XML Schema 3.3.21, Serialized Form

Field Summary
protected  Double lValue
           
 
Constructor Summary
UnsignedLong()
           
UnsignedLong(double lValue)
          ctor for UnsignedLong
UnsignedLong(String stValue)
           
 
Method Summary
 byte byteValue()
           
 int compareTo(Object obj)
           
 double doubleValue()
           
 boolean equals(Object obj)
           
 float floatValue()
           
 int hashCode()
           
 int intValue()
           
 boolean isValid(double lValue)
          validate the value against the xsd definition
 long longValue()
           
 void setValue(double lValue)
          validates the data and sets the value for the object.
 short shortValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lValue

protected Double lValue
Constructor Detail

UnsignedLong

public UnsignedLong()

UnsignedLong

public UnsignedLong(double lValue)
             throws NumberFormatException
ctor for UnsignedLong

Throws:
NumberFormatException - will be thrown if validation fails

UnsignedLong

public UnsignedLong(String stValue)
             throws NumberFormatException
Method Detail

setValue

public void setValue(double lValue)
              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(double lValue)
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.