oracle.syndication.ice.payload
Class Ice_cancel
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_cancel
- public class Ice_cancel
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-cancel element
within an ice-request element in an ICE payload
- Since:
- 9.0.0.0.0 Beta
Type | Method |
java.lang.String |
getCancelReason()
The reason that the subscriber wants to cancel his subscription |
java.lang.String |
getCancelSubscriptionId()
Returns the Identifier of the Subscription to be cancelled. |
Ice_payload |
getDocument()
Get the owning Document Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
java.lang.String |
getXMLLanguage()
The XML Language of the cancel message |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-cancel node with a specific prefix into
the specified writer. |
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
getDTDNode
public oracle.xml.parser.v2.DTD getDTDNode()
- Returns the Ice_payload DTD.
- Returns:
- The Ice_payload DTD
- See Also:
DTD
getDocument
public Ice_payload getDocument()
- Get the owning Document
Ice_payload
- Returns:
Ice_payload
class
print
public void print(java.lang.String szSpace,
java.io.Writer wrt)
throws java.io.IOException
- Prints the ice-cancel node with a specific prefix into
the specified writer.
- Specified by:
- print in interface Printable
getCancelSubscriptionId
public java.lang.String getCancelSubscriptionId()
- Returns the Identifier of the Subscription to be cancelled.
getCancelReason
public java.lang.String getCancelReason()
- The reason that the subscriber wants to cancel his subscription
getXMLLanguage
public java.lang.String getXMLLanguage()
- The XML Language of the cancel message