|
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ireasoning.protocol.tl1.TL1Time
This class represents the time in TL1 response header. Its format is "HH:MM:SS"
| Constructor Summary | |
TL1Time(String time)
Constructs a new TL1Time object with the passed string |
|
| Method Summary | |
String |
getHour()
Returns the hour value |
String |
getMinute()
Returns the minute value |
String |
getSecond()
Returns the second value |
void |
setHour(String hour)
Sets a new hour value |
void |
setMinute(String minute)
Sets a new minute value |
void |
setSecond(String second)
Sets a new second value |
String |
toString()
Returns a String representations of this object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TL1Time(String time)
throws TL1ParsingException
time - the time string
TL1ParsingException - if the passed time string is not valid| Method Detail |
public String getHour()
public void setHour(String hour)
public String getMinute()
public void setMinute(String minute)
public String getSecond()
public void setSecond(String second)
public String toString()
|
HOME | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||