oracle.syndication.ice.payload
Class Ice_sender

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

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

The Node Class representing the ice-sender 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

Field Summary
TypeField
static int ROLE_SUBSCRIBER
          Constant for enumerated value subscriber for Attribute role
static int ROLE_SYNDICATOR
          Constant for enumerated value syndicator for Attribute role
 
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 getSenderId()
          Return the unique identifier for the sender
 java.lang.String getSenderLoc()
           
 java.lang.String getSenderName()
          Return the sender name ( optional ) if it is not there, return will be "null"
 int getSenderRole()
           
 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
 

Field Detail

ROLE_SUBSCRIBER

public static final int ROLE_SUBSCRIBER
Constant for enumerated value subscriber for Attribute role

ROLE_SYNDICATOR

public static final int ROLE_SYNDICATOR
Constant for enumerated value syndicator for Attribute role
Method Detail

getSenderId

public java.lang.String getSenderId()
Return the unique identifier for the sender
Returns:
Sender id in UUID format

getSenderName

public java.lang.String getSenderName()
Return the sender name ( optional ) if it is not there, return will be "null"
Returns:
Sender's name

getSenderLoc

public java.lang.String getSenderLoc()

getSenderRole

public int getSenderRole()

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