org.sourceforge.ifx.basetypes
Class IFXDateTime

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.basetypes.IFXDateTime
All Implemented Interfaces:
IBaseType
Direct Known Subclasses:
ISODateTime, ISODateTime, ISODateTime, Timestamp

public class IFXDateTime
extends IFXObject
implements IBaseType

The IFXDateTime class provides an abstraction of the xsd:dateTime datatype.

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

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

IFXDateTime

public IFXDateTime()
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 the object value from a String.

Specified by:
setString in interface IBaseType
Parameters:
s - a String

equals

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

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