|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjabber.server.Iq
public class Iq
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>
<any namespace='##other' minOccurs="0"/>
<element ref="{jabber:server}error" minOccurs="0"/>
</sequence>
<attribute name="from" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="to" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="error"/>
<enumeration value="get"/>
<enumeration value="result"/>
<enumeration value="set"/>
</restriction>
</simpleType>
</attribute>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
any
|
protected Error |
error
|
protected String |
from
|
protected String |
id
|
protected String |
lang
|
protected String |
to
|
protected String |
type
|
| Constructor Summary | |
|---|---|
Iq()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
Error |
getError()
Gets the value of the error property. |
String |
getFrom()
Gets the value of the from property. |
String |
getId()
Gets the value of the id property. |
String |
getLang()
Gets the value of the lang property. |
String |
getTo()
Gets the value of the to property. |
String |
getType()
Gets the value of the type property. |
void |
setAny(Object value)
Sets the value of the any property. |
void |
setError(Error value)
Sets the value of the error property. |
void |
setFrom(String value)
Sets the value of the from property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setLang(String value)
Sets the value of the lang property. |
void |
setTo(String value)
Sets the value of the to property. |
void |
setType(String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object any
protected Error error
protected String from
protected String id
protected String to
protected String type
protected String lang
| Constructor Detail |
|---|
public Iq()
| Method Detail |
|---|
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic Error getError()
Errorpublic void setError(Error value)
value - allowed object is
Errorpublic String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getTo()
Stringpublic void setTo(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||