public static class OfflineMessageRequest.Item extends Object
Constructor and Description |
---|
Item(String node)
Creates a new item child.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns "view" or "remove" that indicate if the server should return the specified
offline message or delete it.
|
String |
getJid() |
String |
getNode() |
void |
setAction(String action)
Sets if the server should return the specified offline message or delete it.
|
void |
setJid(String jid) |
String |
toXML() |
public Item(String node)
node
- the actor's affiliation to the roompublic String getNode()
public String getAction()
public void setAction(String action)
action
- if the server should return the specified offline message or delete it.public String getJid()
public void setJid(String jid)
public String toXML()
Copyright © 2003-2007 Jive Software.