org.sourceforge.ifx.basetypes
Class IFXLong

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.basetypes.IFXLong
All Implemented Interfaces:
IBaseType
Direct Known Subclasses:
Long, Long

public class IFXLong
extends IFXObject
implements IBaseType

This class provides a wrapper for the xsd:long datatype.

Version:
$Revision: 1.1 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
IFXLong()
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares two IFXLong objects for equality.
 java.lang.String getString()
          Gets the String representation of the object.
 void setString(java.lang.String s)
          Sets the object from the String representation.
 
Methods inherited from class org.sourceforge.ifx.basetypes.IFXObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IFXLong

public IFXLong()
Default constructor.

Method Detail

getString

public java.lang.String getString()
Gets the String representation of the object.

Specified by:
getString in interface IBaseType
Returns:
a string.

setString

public void setString(java.lang.String s)
Sets the object from the String representation.

Specified by:
setString in interface IBaseType
Parameters:
s - the String to set.

equals

public boolean equals(java.lang.Object obj)
Compares two IFXLong objects for equality.

Overrides:
equals in class IFXObject
Parameters:
obj - the object to compare against.
Returns:
true or false.