|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.iq.gateway.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">
<choice>
<sequence>
<element name="desc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="prompt" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<element name="jid" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
desc
|
protected String |
jid
|
protected String |
prompt
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
String |
getDesc()
Gets the value of the desc property. |
String |
getJid()
Gets the value of the jid property. |
String |
getPrompt()
Gets the value of the prompt property. |
void |
setDesc(String value)
Sets the value of the desc property. |
void |
setJid(String value)
Sets the value of the jid property. |
void |
setPrompt(String value)
Sets the value of the prompt property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String desc
protected String prompt
protected String jid
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public String getDesc()
Stringpublic void setDesc(String value)
value - allowed object is
Stringpublic String getPrompt()
Stringpublic void setPrompt(String value)
value - allowed object is
Stringpublic String getJid()
Stringpublic void setJid(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||