|
|||||||||
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
The Node Class representing the ice-item (not ref) element within an ice-item-group element in an ICE payload
Method Summary |
Type | Method |
---|---|
java.lang.String |
decrypt()
Decrypts and returns the content |
void |
enableShowCredit()
|
void |
encrypt()
Performs the encryption. |
ISODatetime |
getActivationDate()
|
int |
getContent_transfer_encoding()
Returns the transfer encoding of the content |
java.lang.String |
getContent_transfer_encryption()
Gets the transfer encryption of the content |
java.lang.String |
getContent_type()
Returns the content type of the item |
java.lang.String |
getContentFilename()
|
Ice_payload |
getDocument()
Get the owning document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
ISODatetime |
getExpirationDate()
|
Item |
getGroupItem()
Returns the group item if we are a group item |
java.lang.String |
getIntellectualStatus()
|
java.lang.String |
getItemContent()
Returns the actual String representation of the item content |
java.lang.String |
getItemId()
Returns the Item Identifier of the ice-item |
java.lang.String |
getItemLanguage()
|
java.lang.String |
getLicense()
|
java.lang.String |
getName()
Returns the text name associated with the item content |
RefItem |
getRefItem()
The ref item if this is a item-ref |
java.lang.String |
getRightsHolder()
|
ContentItem |
getSingleItem()
Gets the single item interface (content is inline) |
java.lang.String |
getSubscriptionElement()
|
boolean |
isGroupItem()
Are we a group item? |
boolean |
isRefItem()
Is this a ref item? |
boolean |
isSingleItem()
Is this a single item where the content is inline? |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-item node with a specific prefix into the specified writer. |
void |
setActivationDate(ISODatetime theData)
Sets the value of attribute activation |
void |
setContent_transfer_encoding(int iContent_transfer_encoding)
Refer to the content transfer encoding of the data contained in the current item. |
void |
setContent_transfer_encryption(java.lang.String szEncryptionType)
Sets the transfer encryption of the content |
void |
setContent_type(java.lang.String theData)
Mediatype of the content. |
void |
setContentFilename(java.lang.String theData)
Sets the value of attribute content-filename |
void |
setEncryptor(java.lang.Object encryptor)
Using the content encryptor instance to do the encryption work |
void |
setExpirationDate(ISODatetime theData)
Sets the value of attribute expiration |
void |
setIntellectualStatus(java.lang.String theData)
Sets the value of attribute ip-status |
void |
setItemId(java.lang.String theData)
Sets the value of attribute item-id |
void |
setItemLanguage(java.lang.String theData)
Sets the value of attribute xml:lang |
void |
setLicense(java.lang.String theData)
Sets the value of attribute license |
void |
setName(java.lang.String theData)
Sets the value of attribute name |
void |
setRightsHolder(java.lang.String theData)
Sets the value of attribute rights-holder |
void |
setSubscriptionElement(java.lang.String theData)
Sets the value of attribute subscription-element |
boolean |
showCredit()
|
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 setContent_transfer_encoding(int iContent_transfer_encoding) throws java.lang.IllegalArgumentException
content-transfer-encoding
varContent_transfer_encoding
- value of the attributepublic void setContent_type(java.lang.String theData)
content-type
theData
- value of the attributepublic void setName(java.lang.String theData)
name
theData
- value of the attributepublic void setItemId(java.lang.String theData)
item-id
theData
- value of the attributepublic void setActivationDate(ISODatetime theData)
activation
theData
- value of the attributepublic void setExpirationDate(ISODatetime theData)
expiration
theData
- value of the attributepublic void setContentFilename(java.lang.String theData)
content-filename
theData
- value of the attributepublic void setIntellectualStatus(java.lang.String theData)
ip-status
theData
- value of the attributepublic void setItemLanguage(java.lang.String theData)
xml:lang
theData
- value of the attributepublic void setLicense(java.lang.String theData)
license
theData
- value of the attributepublic void setRightsHolder(java.lang.String theData)
rights-holder
theData
- value of the attributepublic void enableShowCredit()
public void setSubscriptionElement(java.lang.String theData)
subscription-element
theData
- value of the attributepublic java.lang.String getName()
public java.lang.String getItemId()
public java.lang.String getContent_type()
public int getContent_transfer_encoding()
public java.lang.String getItemContent()
public ISODatetime getActivationDate()
public ISODatetime getExpirationDate()
public java.lang.String getContentFilename()
public java.lang.String getIntellectualStatus()
public java.lang.String getItemLanguage()
public java.lang.String getLicense()
public java.lang.String getRightsHolder()
public boolean showCredit()
public java.lang.String getSubscriptionElement()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
public boolean isSingleItem()
public ContentItem getSingleItem()
public boolean isRefItem()
public RefItem getRefItem()
public void setContent_transfer_encryption(java.lang.String szEncryptionType)
public java.lang.String getContent_transfer_encryption()
public void setEncryptor(java.lang.Object encryptor)
public void encrypt()
public java.lang.String decrypt()
public boolean isGroupItem()
public Item getGroupItem()
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 |