oracle.syndication.ice.payload
Class Ice_notify
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_notify
- public class Ice_notify
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-notify element
within an ice-request element in an ICE payload
- Since:
- 9.0.0.0.0 Beta
Type | Method |
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
Ice_text |
getNotifyMessage()
Get the message for the notification in Ice_text format |
int |
getPriority()
Get the current priority for the current notification |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Printable interface allows this node to be printed. |
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 |
getNotifyMessage
public Ice_text getNotifyMessage()
- Get the message for the notification in Ice_text format
- Returns:
- Ice_text
getPriority
public int getPriority()
- Get the current priority for the current notification
- Returns:
- in int value
getDTDNode
public oracle.xml.parser.v2.DTD getDTDNode()
- Returns the Ice_payload DTD.
- Returns:
- the DTD
- See Also:
DTD
getDocument
public Ice_payload getDocument()
- Get Document Class
Ice_payload
- Returns:
Ice_payload
class
print
public void print(java.lang.String szSpace,
java.io.Writer wrt)
throws java.io.IOException
- Printable interface allows this node to be printed.
- Specified by:
- print in interface Printable