public static class MUCUser.Decline
extends java.lang.Object
| Constructor and Description |
|---|
MUCUser.Decline() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrom()
Returns the bare JID of the invitee that rejected the invitation.
|
java.lang.String |
getReason()
Returns the message explaining why the invitation was rejected.
|
java.lang.String |
getTo()
Returns the bare JID of the inviter.
|
void |
setFrom(java.lang.String from)
Sets the bare JID of the invitee that rejected the invitation.
|
void |
setReason(java.lang.String reason)
Sets the message explaining why the invitation was rejected.
|
void |
setTo(java.lang.String to)
Sets the bare JID of the inviter.
|
java.lang.String |
toXML() |
public java.lang.String getFrom()
public java.lang.String getReason()
public java.lang.String getTo()
public void setFrom(java.lang.String from)
from - the bare JID of the invitee that rejected the invitation.public void setReason(java.lang.String reason)
reason - the message explaining the reason for the rejection.public void setTo(java.lang.String to)
to - the bare JID of the inviter.public java.lang.String toXML()