|
||||||||||
| 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 java.lang.String |
display
|
protected java.lang.String |
tz
|
protected java.lang.String |
utc
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplay()
Gets the value of the display property. |
java.lang.String |
getTz()
Gets the value of the tz property. |
java.lang.String |
getUtc()
Gets the value of the utc property. |
void |
setDisplay(java.lang.String value)
Sets the value of the display property. |
void |
setTz(java.lang.String value)
Sets the value of the tz property. |
void |
setUtc(java.lang.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 java.lang.String utc
protected java.lang.String tz
protected java.lang.String display
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public java.lang.String getUtc()
Stringpublic void setUtc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTz()
Stringpublic void setTz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplay()
Stringpublic void setDisplay(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||