jabber.iq.time
Class Query

java.lang.Object
  extended by jabber.iq.time.Query

public class Query
extends java.lang.Object

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

utc

protected java.lang.String utc

tz

protected java.lang.String tz

display

protected java.lang.String display
Constructor Detail

Query

public Query()
Method Detail

getUtc

public java.lang.String getUtc()
Gets the value of the utc property.

Returns:
possible object is String

setUtc

public void setUtc(java.lang.String value)
Sets the value of the utc property.

Parameters:
value - allowed object is String

getTz

public java.lang.String getTz()
Gets the value of the tz property.

Returns:
possible object is String

setTz

public void setTz(java.lang.String value)
Sets the value of the tz property.

Parameters:
value - allowed object is String

getDisplay

public java.lang.String getDisplay()
Gets the value of the display property.

Returns:
possible object is String

setDisplay

public void setDisplay(java.lang.String value)
Sets the value of the display property.

Parameters:
value - allowed object is String


Copyright © 2005-2011 FuseSource, Corp.. All Rights Reserved.