public class RetractItem extends java.lang.Object implements 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()
Returns the root element name.
|
java.lang.String |
getId() |
java.lang.String |
getNamespace()
Returns the root element XML namespace.
|
java.lang.String |
toXML()
Returns the XML representation of this Element.
|
public RetractItem(java.lang.String itemId)
itemId
- The id if the item deletedpublic java.lang.String getId()
public java.lang.String getElementName()
NamedElement
getElementName
in interface NamedElement
public java.lang.String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement