|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jabber.protocol.muc_admin.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#admin}actor" minOccurs="0"/> <element ref="{http://jabber.org/protocol/muc#admin}reason" 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 Actor |
actor
|
protected String |
affiliation
|
protected String |
jid
|
protected String |
nick
|
protected String |
reason
|
protected String |
role
|
Constructor Summary | |
---|---|
Item()
|
Method Summary | |
---|---|
Actor |
getActor()
Gets the value of the actor property. |
String |
getAffiliation()
Gets the value of the affiliation property. |
String |
getJid()
Gets the value of the jid property. |
String |
getNick()
Gets the value of the nick property. |
String |
getReason()
Gets the value of the reason property. |
String |
getRole()
Gets the value of the role property. |
void |
setActor(Actor value)
Sets the value of the actor property. |
void |
setAffiliation(String value)
Sets the value of the affiliation property. |
void |
setJid(String value)
Sets the value of the jid property. |
void |
setNick(String value)
Sets the value of the nick property. |
void |
setReason(String value)
Sets the value of the reason property. |
void |
setRole(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 String reason
protected String affiliation
protected String jid
protected String nick
protected String role
Constructor Detail |
---|
public Item()
Method Detail |
---|
public Actor getActor()
Actor
public void setActor(Actor value)
value
- allowed object is
Actor
public String getReason()
String
public void setReason(String value)
value
- allowed object is
String
public String getAffiliation()
String
public void setAffiliation(String value)
value
- allowed object is
String
public String getJid()
String
public void setJid(String value)
value
- allowed object is
String
public String getNick()
String
public void setNick(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |