|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rometools.feed.module.sse.modules.SSEModule
org.rometools.feed.module.sse.modules.Related
public class Related
Element within
.
Field Summary | |
---|---|
static int |
AGGREGATED
Indicates whether the link points to a feed whose contents are being incorporated into this feed by the publisher. |
static int |
COMPLETE
Indicates whether the link points to a file containing the complete collection of items for this feed. |
static String |
LINK_ATTRIBUTE
|
static String |
NAME
|
static String |
SINCE_ATTRIBUTE
|
static String |
TITLE_ATTRIBUTE
|
static String |
TYPE_ATTRIBUTE
|
static String |
UNTIL_ATTRIBUTE
|
Fields inherited from class org.rometools.feed.module.sse.modules.SSEModule |
---|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI |
Constructor Summary | |
---|---|
Related()
|
Method Summary | |
---|---|
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
String |
getLink()
link A required, URL attribute. |
Date |
getSince()
An optional, date-time attribute. |
String |
getTitle()
title An optional, string attribute. |
Integer |
getType()
type A required, string attribute. |
Date |
getUntil()
An optional, date-time attribute. |
void |
setLink(String link)
Set the URL for related feeds. |
void |
setSince(Date since)
Set the starting point of the related feed. |
void |
setTitle(String title)
Set the name or description of the related feed. |
void |
setType(Integer type)
Set the type of relationship, complete or aggregated. |
void |
setUntil(Date until)
Set the ending point of the feed, until. |
Methods inherited from class org.rometools.feed.module.sse.modules.SSEModule |
---|
clone, getInterface, getUri |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final int COMPLETE
public static final int AGGREGATED
public static final String LINK_ATTRIBUTE
public static final String SINCE_ATTRIBUTE
public static final String TITLE_ATTRIBUTE
public static final String TYPE_ATTRIBUTE
public static final String UNTIL_ATTRIBUTE
Constructor Detail |
---|
public Related()
Method Detail |
---|
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
copyFrom
in class SSEModule
public String getLink()
public void setLink(String link)
link
- the URL for related feeds.public String getTitle()
public void setTitle(String title)
title
- the name or description of the related feed.public Integer getType()
"complete" if the link points to file containing the complete collection of items for this feed.
"aggregated" if the link points to a feed whose contents are being incorporated into this feed by the publisher.
public void setType(Integer type)
type
- the type of relationship, complete or aggregated.public Date getSince()
public void setSince(Date since)
since
- the starting point of the related feed.public Date getUntil()
public void setUntil(Date until)
until
- the ending point of the feed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |