|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jabber.protocol.muc_user.Item
public class Item
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 ref="{http://jabber.org/protocol/muc#user}actor" minOccurs="0"/>
<element ref="{http://jabber.org/protocol/muc#user}reason" minOccurs="0"/>
<element name="continue" type="{http://jabber.org/protocol/muc#user}empty" minOccurs="0"/>
</sequence>
<attribute name="affiliation">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="admin"/>
<enumeration value="member"/>
<enumeration value="none"/>
<enumeration value="outcast"/>
<enumeration value="owner"/>
</restriction>
</simpleType>
</attribute>
<attribute name="jid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nick" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="role">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName">
<enumeration value="moderator"/>
<enumeration value="none"/>
<enumeration value="participant"/>
<enumeration value="visitor"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_continue
|
protected Actor |
actor
|
protected java.lang.String |
affiliation
|
protected java.lang.String |
jid
|
protected java.lang.String |
nick
|
protected java.lang.String |
reason
|
protected java.lang.String |
role
|
| Constructor Summary | |
|---|---|
Item()
|
|
| Method Summary | |
|---|---|
Actor |
getActor()
Gets the value of the actor property. |
java.lang.String |
getAffiliation()
Gets the value of the affiliation property. |
java.lang.String |
getContinue()
Gets the value of the continue property. |
java.lang.String |
getJid()
Gets the value of the jid property. |
java.lang.String |
getNick()
Gets the value of the nick property. |
java.lang.String |
getReason()
Gets the value of the reason property. |
java.lang.String |
getRole()
Gets the value of the role property. |
void |
setActor(Actor value)
Sets the value of the actor property. |
void |
setAffiliation(java.lang.String value)
Sets the value of the affiliation property. |
void |
setContinue(java.lang.String value)
Sets the value of the continue property. |
void |
setJid(java.lang.String value)
Sets the value of the jid property. |
void |
setNick(java.lang.String value)
Sets the value of the nick property. |
void |
setReason(java.lang.String value)
Sets the value of the reason property. |
void |
setRole(java.lang.String value)
Sets the value of the role property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Actor actor
protected java.lang.String reason
protected java.lang.String _continue
protected java.lang.String affiliation
protected java.lang.String jid
protected java.lang.String nick
protected java.lang.String role
| Constructor Detail |
|---|
public Item()
| Method Detail |
|---|
public Actor getActor()
Actorpublic void setActor(Actor value)
value - allowed object is
Actorpublic java.lang.String getReason()
Stringpublic void setReason(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContinue()
Stringpublic void setContinue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAffiliation()
Stringpublic void setAffiliation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJid()
Stringpublic void setJid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNick()
Stringpublic void setNick(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRole()
Stringpublic void setRole(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 | |||||||||