public class RetractItem
extends java.lang.Object
implements org.jivesoftware.smack.packet.ExtensionElement
| Constructor and Description |
|---|
RetractItem(java.lang.String itemId)
Construct a
RetractItem with the specified id. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.lang.String |
getId() |
java.lang.String |
getNamespace() |
java.lang.String |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RetractItem(java.lang.String itemId)
RetractItem with the specified id.itemId - The id if the item deletedpublic java.lang.String getId()
public java.lang.String getElementName()
getElementName in interface org.jivesoftware.smack.packet.NamedElementpublic java.lang.String getNamespace()
getNamespace in interface org.jivesoftware.smack.packet.FullyQualifiedElementpublic java.lang.String toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
toXML in interface org.jivesoftware.smack.packet.Element