|
|||||||||
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_item_content | +--oracle.syndication.ice.payload.Ice_item_group
The Node Class representing the ice-item-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:
Method Summary |
Type | Method |
---|---|
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD. |
Item |
getGroupItem()
The ref item if this is a single item. |
java.lang.String |
getItemId()
Returns the item-id of the ice-item-group and overwrite Item_content |
java.util.List |
getItems()
Gets the list of items within this item-group |
java.lang.String |
getName()
Returns the name of the ice-item-group and overwrite Item_content |
RefItem |
getRefItem()
The ref item if this is a single item. |
ContentItem |
getSingleItem()
The single item if this is a single item. |
boolean |
isGroupItem()
Is this a group item? |
boolean |
isRefItem()
Is this a ref item? |
boolean |
isSingleItem()
Is this a single item? |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-item-group node with a specific prefix into the specified writer. |
void |
setItemId(java.lang.String theData)
Sets the value of attribute item-group-id |
void |
setName(java.lang.String theData)
Sets the value of attribute name
The name is mainly used for logging purpose |
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 void setName(java.lang.String theData)
name
The name is mainly used for logging purposetheData
- value of the attributepublic void setItemId(java.lang.String theData)
item-group-id
theData
- value of the attributepublic oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
Ice_payload
classpublic boolean isSingleItem()
public ContentItem getSingleItem()
public boolean isRefItem()
public RefItem getRefItem()
public boolean isGroupItem()
public Item getGroupItem()
public java.util.List getItems()
public java.lang.String getName()
public java.lang.String getItemId()
public void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |