|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.ifx.basetypes.IFXObject org.sourceforge.ifx.basetypes.IFXTime
The IFXTime class provides an abstraction of the xsd:time datatype.
Constructor Summary | |
IFXTime()
Default constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two IFXTime objects for equality. |
java.lang.String |
getString()
Returns the String representation of this object. |
void |
setString(java.lang.String s)
Sets the value of this object 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 |
public IFXTime()
Method Detail |
public java.lang.String getString()
getString
in interface IBaseType
public void setString(java.lang.String s)
setString
in interface IBaseType
s
- a String.public boolean equals(java.lang.Object obj)
equals
in class IFXObject
obj
- the object to compare against.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |