oracle.syndication.ice.payload
Interface RefItem

All Known Implementing Classes:
Ice_item_ref

public abstract interface RefItem
extends Item

Interface for all item classes represent content


Fields inherited from class oracle.syndication.ice.payload.Item
CONTENT_TRANSFER_ENCODING_BASE64, CONTENT_TRANSFER_ENCODING_X_NATIVE_XML
 
Method Summary
TypeMethod
 java.lang.String getUrl()
           
 void setUrl(java.lang.String theData)
           
 
Methods inherited from interface oracle.syndication.ice.payload.Item
enableShowCredit, getActivationDate, getContent_transfer_encoding, getContent_type, getContentFilename, getExpirationDate, getGroupItem, getIntellectualStatus, getItemId, getItemLanguage, getLicense, getName, getRefItem, getRightsHolder, getSingleItem, getSubscriptionElement, isGroupItem, isRefItem, isSingleItem, setActivationDate, setContent_transfer_encoding, setContent_type, setContentFilename, setExpirationDate, setIntellectualStatus, setItemId, setItemLanguage, setLicense, setName, setRightsHolder, setSubscriptionElement, showCredit
 

Method Detail

setUrl

public void setUrl(java.lang.String theData)

getUrl

public java.lang.String getUrl()