jabber.iq.oob
Class Query

java.lang.Object
  extended by jabber.iq.oob.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>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="sid" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String desc
           
protected  java.lang.String sid
           
protected  java.lang.String url
           
 
Constructor Summary
Query()
           
 
Method Summary
 java.lang.String getDesc()
          Gets the value of the desc property.
 java.lang.String getSid()
          Gets the value of the sid property.
 java.lang.String getUrl()
          Gets the value of the url property.
 void setDesc(java.lang.String value)
          Sets the value of the desc property.
 void setSid(java.lang.String value)
          Sets the value of the sid property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected java.lang.String url

desc

protected java.lang.String desc

sid

protected java.lang.String sid
Constructor Detail

Query

public Query()
Method Detail

getUrl

public java.lang.String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getDesc

public java.lang.String getDesc()
Gets the value of the desc property.

Returns:
possible object is String

setDesc

public void setDesc(java.lang.String value)
Sets the value of the desc property.

Parameters:
value - allowed object is String

getSid

public java.lang.String getSid()
Gets the value of the sid property.

Returns:
possible object is String

setSid

public void setSid(java.lang.String value)
Sets the value of the sid property.

Parameters:
value - allowed object is String


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