|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.Extension.IQTimeBuilder
An IQTimeBuilder
is used to generate a jabber:iq:time namespace
object.
Field Summary | |
private java.lang.String |
display
A textual description of the time which the client is located |
private java.lang.String |
time
The time in GMT/UTC, in the ISO format (YYYYMMDDTHH:MM:SS |
private java.lang.String |
zone
The zone which the remote party is located |
Constructor Summary | |
IQTimeBuilder()
Construct a new IQTimeBuilder object |
Method Summary | |
Extension |
build()
Build an IQTime Extension based on the current builder
state. |
java.lang.String |
getDisplay()
get the textual display string |
java.lang.String |
getTime()
get the time in GMT/UTC, in ISO format |
java.lang.String |
getZone()
get the time zone |
void |
reset()
reset this builder to a default state, for reuse |
void |
setDisplay(java.lang.String value)
set the textual display string |
void |
setTime(java.lang.String value)
set the time |
void |
setZone(java.lang.String value)
set the time zone |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String time
private java.lang.String zone
private java.lang.String display
Constructor Detail |
public IQTimeBuilder()
IQTimeBuilder
objectMethod Detail |
public void reset()
public java.lang.String getTime()
public void setTime(java.lang.String value)
value
- Time in GMT/UTC, in ISO formatpublic java.lang.String getZone()
String
holding time zonepublic void setZone(java.lang.String value)
value
- String
holding time zonepublic java.lang.String getDisplay()
String
holding textual representation of the timepublic void setDisplay(java.lang.String value)
value
- String
holding textual representation of
the timepublic Extension build()
IQTime Extension
based on the current builder
state.IQTime Extension
based on the current builder
state.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |