oracle.syndication.ice.payload
Class Ice_receiver

java.lang.Object
  |
  +--oracle.xml.classgen.CGNode
        |
        +--oracle.syndication.ice.payload.Ice_receiver

public class Ice_receiver
extends oracle.xml.classgen.CGNode
implements Printable

The Node Class representing the ice-receiver element within an ice-header element in an ICE payload The child elements allowed under this element include the following:

Since:
9.0.0.0.0 Beta

Method Summary
TypeMethod
 Ice_payload getDocument()
          Get Document Class Ice_payload
 oracle.xml.parser.v2.DTD getDTDNode()
          Returns the Ice_payload DTD.
 java.lang.String getReceiverId()
          Returns the ice-receiver Id
 java.lang.String getReceiverName()
          Returns the ice-receiver name
 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
 

Method Detail

getReceiverName

public java.lang.String getReceiverName()
Returns the ice-receiver name

getReceiverId

public java.lang.String getReceiverId()
Returns the ice-receiver Id

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