|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.syndication.ice.payload.Ice_package
The Node Class representing the ice-package element within an ice-response in an ICE payload. Fixed structure for now :
Ice_item_group
(1 or more, heterogenity supported )Ice_item_content
Ice_item_ref
ice-item-remove
Method Summary |
Type | Method |
---|---|
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 |
public java.lang.String getPackageNewState()
public java.lang.String getPackageOldState()
public java.lang.String getPackageId()
public java.lang.String getPackageRefSubscriptionId()
public java.util.List getICEItems()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
Ice_payload
classpublic void print(java.lang.String szSpace, java.io.Writer wSink) throws java.io.IOException
szSpace
- Space to print before each line.wSink
- Sink to print the node to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |