|
||||||||||
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.Sharing
public class Sharing
Element within RSS
or OPML .
Field Summary | |
---|---|
static String |
NAME
|
static String |
ORDERED_ATTRIBUTE
|
static String |
SINCE_ATTRIBUTE
|
static String |
UNTIL_ATTRIBUTE
|
static String |
VERSION
|
static String |
VERSION_ATTRIBUTE
|
static String |
WINDOW_ATTRIBUTE
|
Fields inherited from class org.rometools.feed.module.sse.modules.SSEModule |
---|
NAMESPACES, PREFIX, SSE_NS, SSE_SCHEMA_URI |
Constructor Summary | |
---|---|
Sharing()
|
Method Summary | |
---|---|
void |
copyFrom(com.sun.syndication.feed.CopyFrom obj)
|
Boolean |
getOrdered()
ordered An optional, Boolean attribute. |
Related |
getRelated()
|
Date |
getSince()
since An optional date-time attribute. |
Date |
getUntil()
until An optional date-time attribute. |
Object |
getVersion()
|
Integer |
getWindow()
Provides an Integer that expresses the size of the window of change history kept by the publisher. |
void |
setOrdered(Boolean ordered)
Set whether subscribers MUST tread the item list as an ordered set. |
void |
setRelated(Related related)
|
void |
setSince(Date since)
Sets the optional date-time attribute where all items updated on or after this date-time are included in the feed. |
void |
setUntil(Date until)
Set the date where items updated after this date are not included in the feed. |
void |
setVersion(String version)
|
void |
setWindow(Integer window)
Set an Integer that expresses the size of the window of change history kept by the publisher. |
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 String UNTIL_ATTRIBUTE
public static final String SINCE_ATTRIBUTE
public static final String ORDERED_ATTRIBUTE
public static final String WINDOW_ATTRIBUTE
public static final String VERSION_ATTRIBUTE
public static final String VERSION
Constructor Detail |
---|
public Sharing()
Method Detail |
---|
public void copyFrom(com.sun.syndication.feed.CopyFrom obj)
copyFrom
in interface com.sun.syndication.feed.CopyFrom
copyFrom
in class SSEModule
public Boolean getOrdered()
public void setOrdered(Boolean ordered)
ordered
- whether subscribers MUST tread the item list as an ordered set.public Integer getWindow()
public void setWindow(Integer window)
window
- an Integer that expresses the size of the window of change history kept by the publisher.public Date getSince()
public void setSince(Date since)
since
- An optional date-time attribute.public Date getUntil()
public void setUntil(Date until)
until
- the date where items updated after this date are not included in the feed.public void setRelated(Related related)
public Related getRelated()
public void setVersion(String version)
public Object getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |