|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.iq.oob.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>
<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 |
|---|
protected java.lang.String url
protected java.lang.String desc
protected java.lang.String sid
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSid()
Stringpublic void setSid(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 | |||||||||