|
||||||||||
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()
String
public void setUtc(String value)
value
- allowed object is
String
public String getTz()
String
public void setTz(String value)
value
- allowed object is
String
public String getDisplay()
String
public 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 |