org.exoplatform.services.xmpp.bean
Class MUCPacketBean
java.lang.Object
org.exoplatform.services.xmpp.bean.MUCPacketBean
public class MUCPacketBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MUCPacketBean
public MUCPacketBean()
getAction
public java.lang.String getAction()
- Returns:
- the action
getAffiliate
public PrivilegeChangeBean getAffiliate()
- Returns:
- the affiliate
getBanned
public KickedBannedBean getBanned()
- Returns:
- the banned
getChangeNick
public ChangeNickBean getChangeNick()
- Returns:
- the changeNick
getDecline
public DeclineBean getDecline()
- Returns:
- the decline
getDestroy
public org.jivesoftware.smackx.packet.MUCUser.Destroy getDestroy()
- Returns:
- the destroy
getIsRoomPasswordProtect
public java.lang.Boolean getIsRoomPasswordProtect()
- Returns:
- the isRoomPasswordProtect
getItem
public org.jivesoftware.smackx.packet.MUCUser.Item getItem()
- Returns:
- the item
getKicked
public KickedBannedBean getKicked()
- Returns:
- the kicked
getLeft
public java.lang.String getLeft()
- Returns:
- the left
getMessage
public MessageBean getMessage()
- Returns:
- the message
getPresence
public PresenceBean getPresence()
- Returns:
- the presence
getRole
public PrivilegeChangeBean getRole()
- Returns:
- the role
setAction
public void setAction(java.lang.String action)
- Parameters:
action - the action to set
setAffiliate
public void setAffiliate(PrivilegeChangeBean affiliate)
- Parameters:
affiliate - the affiliate to set
setBanned
public void setBanned(KickedBannedBean banned)
- Parameters:
banned - the banned to set
setChangeNick
public void setChangeNick(ChangeNickBean changeNick)
- Parameters:
changeNick - the changeNick to set
setDecline
public void setDecline(DeclineBean decline)
- Parameters:
decline - the decline to set
setDestroy
public void setDestroy(org.jivesoftware.smackx.packet.MUCUser.Destroy destroy)
- Parameters:
destroy - the destroy to set
setIsRoomPasswordProtect
public void setIsRoomPasswordProtect(java.lang.Boolean isRoomPasswordProtect)
- Parameters:
isRoomPasswordProtect - the isRoomPasswordProtect to set
setItem
public void setItem(org.jivesoftware.smackx.packet.MUCUser.Item item)
- Parameters:
item - the item to set
getJoined
public java.lang.String getJoined()
- Returns:
- the joined
setJoined
public void setJoined(java.lang.String joined)
- Parameters:
joined - the joined to set
setKicked
public void setKicked(KickedBannedBean kicked)
- Parameters:
kicked - the kicked to set
setLeft
public void setLeft(java.lang.String left)
- Parameters:
left - the left to set
setMessage
public void setMessage(MessageBean message)
- Parameters:
message - the message to set
setPresence
public void setPresence(PresenceBean presence)
- Parameters:
presence - the presence to set
setRole
public void setRole(PrivilegeChangeBean role)
- Parameters:
role - the role to set
getOccupant
public org.jivesoftware.smackx.muc.Occupant getOccupant()
- Returns:
- the occupant
setOccupant
public void setOccupant(org.jivesoftware.smackx.muc.Occupant occupant)
- Parameters:
occupant - the occupant to set
getRoom
public java.lang.String getRoom()
- Returns:
- the room
setRoom
public void setRoom(java.lang.String room)
- Parameters:
room - the room to set
getSubjectChange
public SubjectChangeBean getSubjectChange()
- Returns:
- the subjectChange
setSubjectChange
public void setSubjectChange(SubjectChangeBean subjectChange)
- Parameters:
subjectChange - the subjectChange to set
getInvite
public InviteBean getInvite()
- Returns:
- the invite
setInvite
public void setInvite(InviteBean invite)
- Parameters:
invite - the invite to set
getCreatedRoom
public FullRoomInfoBean getCreatedRoom()
- Returns:
- the createdRoom
setCreatedRoom
public void setCreatedRoom(FullRoomInfoBean createdRoom)
- Parameters:
createdRoom - the createdRoom to set
Copyright © 2011 eXo Platform SAS. All Rights Reserved.