|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.sse.Sharing
public class Sharing
Element within RSS
or OPML .
Constructor Summary | |
---|---|
Sharing()
|
Method Summary | |
---|---|
java.lang.Boolean |
getOrdered()
ordered An optional, Boolean attribute. |
java.util.Date |
getSince()
since An optional date-time attribute. |
java.util.Date |
getUntil()
until An optional date-time attribute. |
java.lang.Integer |
getWindow()
Provides an Integer that expresses the size of the window of change history kept by the publisher. |
void |
setOrdered(java.lang.Boolean ordered)
Set whether subscribers MUST tread the item list as an ordered set. |
void |
setSince(java.util.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(java.util.Date until)
Set the date where items updated after this date are not included in the feed. |
void |
setWindow(java.lang.Integer window)
Set an Integer that expresses the size of the window of change history kept by the publisher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sharing()
Method Detail |
---|
public java.lang.Boolean getOrdered()
public void setOrdered(java.lang.Boolean ordered)
ordered
- whether subscribers MUST tread the item list as an ordered set.public java.lang.Integer getWindow()
public void setWindow(java.lang.Integer window)
window
- an Integer that expresses the size of the window of change history kept by the publisher.public java.util.Date getSince()
public void setSince(java.util.Date since)
since
- An optional date-time attribute.public java.util.Date getUntil()
public void setUntil(java.util.Date until)
until
- the date where items updated after this date are not included in the feed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |