oracle.syndication.ice.payload
Class Ice_offer_group
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_offer_group
- public class Ice_offer_group
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-offer-group element within an ice-package
element in an ice-response element in an ICE payload.
The current version does not support nested item-groups.
The attributes allowed under this element include the following:
The child elements allowed under this element include the following:
- Since:
- 9.0.0.0.0 Beta
Type | Method |
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
java.util.List |
getICEOffers()
Get all the offers from the current offer-group
For this release, one offer-group only has set of offers, no hierachical
offer-group layer |
java.lang.String |
getOfferGroupDescription()
For display purpose, returns the offer group's description |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-item_group node with a specific prefix into
the specified writer. |
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 |
getOfferGroupDescription
public java.lang.String getOfferGroupDescription()
- For display purpose, returns the offer group's description
getICEOffers
public java.util.List getICEOffers()
- Get all the offers from the current offer-group
For this release, one offer-group only has set of offers, no hierachical
offer-group layer
- See Also:
Ice_offer
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
- Prints the ice-item_group node with a specific prefix into
the specified writer.
- Specified by:
- print in interface Printable