oracle.syndication.ice.payload
Class Ice_get_package
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_get_package
- public class Ice_get_package
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-get-package element
within an ice-request element in an ICE payload
- Since:
- 9.0.0.0.0 Beta
Type | Method |
java.lang.String |
getCurrentState()
Returns the current state of the ice-package |
Ice_payload |
getDocument()
Get the owning document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
java.lang.String |
getParameterString()
Returns the parameter string for the ice-package |
java.lang.String |
getSubscriptionId()
Returns the subscription Id of the ice-package |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-get-package 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 |
getSubscriptionId
public java.lang.String getSubscriptionId()
- Returns the subscription Id of the ice-package
getCurrentState
public java.lang.String getCurrentState()
- Returns the current state of the ice-package
getParameterString
public java.lang.String getParameterString()
- Returns the parameter string for the ice-package
getDTDNode
public oracle.xml.parser.v2.DTD getDTDNode()
- Returns the Ice_payload DTD
- Returns:
- The DTD of the Ice_payload that owns this node.
- See Also:
DTD
getDocument
public Ice_payload getDocument()
- Get the owning document Class
Ice_payload
- Returns:
- The ice-payload document that owns this node.
print
public void print(java.lang.String szSpace,
java.io.Writer wrt)
throws java.io.IOException
- Prints the ice-get-package node with a specific prefix into
the specified writer.
- Specified by:
- print in interface Printable