oracle.syndicate.message.pkg
Interface Item
- All Superinterfaces:
- ItemCommonAttributes, PackageItem
- public interface Item
- extends ItemCommonAttributes, PackageItem
Provider accessors for package item properties
- Since:
- release specific (what release of product did this appear in)
Methods inherited from interface oracle.syndicate.message.pkg.ItemCommonAttributes |
getActivation, getContentFilename, getContentTransferEncoding, getContentType, getExpiration, getID, getIPStatus, getLicense, getRightsHolder, getShowCredit, getSubscriptionElement |
getName
public java.lang.String getName()
- Returns the name for this package item
getContent
public ContentAccessor getContent()
- Returns the item content accessor. To access item content refer to the SAXPackageHandler supplied in the SyndicateConnection.getPackage call.
-
- See Also:
SyndicateConnection
setContent
public void setContent(ContentAccessor ca)
- Set the packae item content accessor
Copyright © 2001, 2003, Oracle. All rights reserved.