oracle.syndication.ice.payload
Class Ice_response

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

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

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

Since:
9.0.0.0.0 Beta

Method Summary
TypeMethod
 Ice_subscription getConfirmedSubscription()
          Returns the ice-subscription element in the response
 Ice_offer getCounterOffer()
           
 Ice_payload getDocument()
          Get Document Class Ice_payload
 oracle.xml.parser.v2.DTD getDTDNode()
          Required when building XML Returns The Ice_payload DTD
 Ice_events getEvents()
          Returns the ice-events element in the response
 Ice_catalog getOfferCatalog()
          Returns the ice-catalog element in the response
 Ice_package getPackage()
          Returns the ice-package element in the response
 java.lang.String getResponseId()
          Returns the response identifier
 Ice_status getStatus()
          Returns the ice-status element in the response
 Ice_code getStatusCode()
          Returns the ice-code element in the response
 void print(java.lang.String szSpace, java.io.Writer wrt)
          This implementation of the Printable interface prints the whole ICE Response by traversing down to its containees.
 
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

getResponseId

public java.lang.String getResponseId()
Returns the response identifier

getStatusCode

public Ice_code getStatusCode()
Returns the ice-code element in the response

getOfferCatalog

public Ice_catalog getOfferCatalog()
Returns the ice-catalog element in the response

getPackage

public Ice_package getPackage()
Returns the ice-package element in the response

getStatus

public Ice_status getStatus()
Returns the ice-status element in the response

getEvents

public Ice_events getEvents()
Returns the ice-events element in the response

getConfirmedSubscription

public Ice_subscription getConfirmedSubscription()
Returns the ice-subscription element in the response

getCounterOffer

public Ice_offer getCounterOffer()

getDTDNode

public oracle.xml.parser.v2.DTD getDTDNode()
Required when building XML Returns The Ice_payload DTD
Returns:
The Ice_payload 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
This implementation of the Printable interface prints the whole ICE Response by traversing down to its containees.
Specified by:
print in interface Printable
Parameters:
szSpace - Space to print before each line.
wSink - Sink to print the node to.