|
||||||||||
| 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 java.lang.String |
desc
|
protected java.lang.String |
jid
|
protected java.lang.String |
prompt
|
| Constructor Summary | |
|---|---|
Query()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDesc()
Gets the value of the desc property. |
java.lang.String |
getJid()
Gets the value of the jid property. |
java.lang.String |
getPrompt()
Gets the value of the prompt property. |
void |
setDesc(java.lang.String value)
Sets the value of the desc property. |
void |
setJid(java.lang.String value)
Sets the value of the jid property. |
void |
setPrompt(java.lang.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 java.lang.String desc
protected java.lang.String prompt
protected java.lang.String jid
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public java.lang.String getDesc()
Stringpublic void setDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrompt()
Stringpublic void setPrompt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJid()
Stringpublic void setJid(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 | |||||||||