|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.iq.time.Query
public class Query
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="utc" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tz" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="display" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
display
|
protected String |
tz
|
protected String |
utc
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
String |
getDisplay()
Gets the value of the display property. |
String |
getTz()
Gets the value of the tz property. |
String |
getUtc()
Gets the value of the utc property. |
void |
setDisplay(String value)
Sets the value of the display property. |
void |
setTz(String value)
Sets the value of the tz property. |
void |
setUtc(String value)
Sets the value of the utc property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String utc
protected String tz
protected String display
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public String getUtc()
Stringpublic void setUtc(String value)
value - allowed object is
Stringpublic String getTz()
Stringpublic void setTz(String value)
value - allowed object is
Stringpublic String getDisplay()
Stringpublic void setDisplay(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||