org.openrdf.concepts.rss
Interface Image

All Superinterfaces:
DcResource, Entity, Resource, RssResource

public interface Image
extends RssResource

Image. An RSS image.


Method Summary
 String getRssUrl()
          URL.
 void setRssUrl(String value)
          URL.
 
Methods inherited from interface org.openrdf.concepts.rss.RssResource
getRssDescription, getRssLinks, getRssTitle, setRssDescription, setRssLinks, setRssTitle
 
Methods inherited from interface org.openrdf.concepts.dc.DcResource
getDcContributors, getDcCoverages, getDcCreators, getDcDates, getDcDescription, getDcFormats, getDcIdentifiers, getDcLanguages, getDcPublishers, getDcRelations, getDcRights, getDcSources, getDcSubjects, getDcTitle, getDcTypes, setDcContributors, setDcCoverages, setDcCreators, setDcDates, setDcDescription, setDcFormats, setDcIdentifiers, setDcLanguages, setDcPublishers, setDcRelations, setDcRights, setDcSources, setDcSubjects, setDcTitle, setDcTypes
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getRssUrl

String getRssUrl()
URL. The URL of the image to used in the 'src' attribute of the channel's image tag when rendered as HTML.


setRssUrl

void setRssUrl(String value)
URL. The URL of the image to used in the 'src' attribute of the channel's image tag when rendered as HTML.



Copyright © 2004-2007. All Rights Reserved.