org.sourceforge.ifx.basetypes
Class IFXDate

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.basetypes.IFXDate
All Implemented Interfaces:
IBaseType
Direct Known Subclasses:
Date, Date, ISODate, ISODate, ISODate

public class IFXDate
extends IFXObject
implements IBaseType

The IFXDate class provides an abstraction of the xsd:date datatype.

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

Constructor Summary
IFXDate()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compares two IFXDate objects for equality.
 java.lang.String getString()
          Returns the String representation of this object.
 void setString(java.lang.String s)
          Sets this object from its string value.
 
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

IFXDate

public IFXDate()
Default constructor

Method Detail

getString

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

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

setString

public void setString(java.lang.String s)
Sets this object from its string value.

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

equals

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

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