org.jivesoftware.smackx.pubsub
Class RetractItem

java.lang.Object
  extended by org.jivesoftware.smackx.pubsub.RetractItem
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class RetractItem
extends java.lang.Object
implements org.jivesoftware.smack.packet.PacketExtension

Represents and item that has been deleted from a node.

Author:
Robin Collier

Constructor Summary
RetractItem(java.lang.String itemId)
          Construct a RetractItem with the specified id.
 
Method Summary
 java.lang.String getElementName()
           
 java.lang.String getId()
           
 java.lang.String getNamespace()
           
 java.lang.String toXML()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetractItem

public RetractItem(java.lang.String itemId)
Construct a RetractItem with the specified id.

Parameters:
itemId - The id if the item deleted
Method Detail

getId

public java.lang.String getId()

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in interface org.jivesoftware.smack.packet.PacketExtension

getNamespace

public java.lang.String getNamespace()
Specified by:
getNamespace in interface org.jivesoftware.smack.packet.PacketExtension

toXML

public java.lang.String toXML()
Specified by:
toXML in interface org.jivesoftware.smack.packet.PacketExtension