oracle.syndication.ice.payload
Class Ice_package

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

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

The Node Class representing the ice-package element within an ice-response in an ICE payload. Fixed structure for now :

The attributes allowed under this element include the following: The child elements allowed under this element include the following: The child elements that will not be covered in this release are:

Since:
9.0.0.0.0 Beta

Method Summary
TypeMethod
 Ice_payload getDocument()
          Get Document Class Ice_payload
 oracle.xml.parser.v2.DTD getDTDNode()
          Required when building XML Returns The Ice_payload DTD
 java.util.List getICEItems()
          Returns the list of Item Groups contained in the ice-package
 java.lang.String getPackageId()
          Returns the Identifier of the ice-package
 java.lang.String getPackageNewState()
          Returns the New State of the Package
 java.lang.String getPackageOldState()
          Returns the Old State of the Package
 java.lang.String getPackageRefSubscriptionId()
          Returns the subscription id that the package refers to
 void print(java.lang.String szSpace, java.io.Writer wSink)
          This implementation of the Printable interface prints the whole ICE Package 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

getPackageNewState

public java.lang.String getPackageNewState()
Returns the New State of the Package

getPackageOldState

public java.lang.String getPackageOldState()
Returns the Old State of the Package

getPackageId

public java.lang.String getPackageId()
Returns the Identifier of the ice-package

getPackageRefSubscriptionId

public java.lang.String getPackageRefSubscriptionId()
Returns the subscription id that the package refers to

getICEItems

public java.util.List getICEItems()
Returns the list of Item Groups contained in the ice-package

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 wSink)
           throws java.io.IOException
This implementation of the Printable interface prints the whole ICE Package 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.