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