|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.WireFeed
org.rometools.feed.opml.Opml
public class Opml
This class represents the root of an OPML 1/2 feed and contains the elements that may appear in the <head> tag of the feed.
Constructor Summary | |
---|---|
Opml()
Creates a new instance of Opml |
Method Summary | |
---|---|
Date |
getCreated()
<dateCreated> is a date-time, indicating when the document was created. |
String |
getDocs()
(OPML 2) <docs> is the http address of documentation for the format used in the OPML file. |
int[] |
getExpansionState()
<expansionState> is a comma-separated list of line numbers that are expanded. |
Date |
getModified()
<dateModified> is a date-time, indicating when the document was last modified. |
List |
getOutlines()
Root level Outline object that should appear in the <body> |
String |
getOwnerEmail()
<ownerEmail> is a string, the email address of the owner of the document. |
String |
getOwnerId()
(OPML 2) <ownerId> is the http address of a web page that contains |
String |
getOwnerName()
<ownerName> is a string, the owner of the document. |
String |
getTitle()
<title> is the title of the document. |
Integer |
getVerticalScrollState()
<vertScrollState> is a number, saying which line of the outline is displayed on the top line of the window. |
Integer |
getWindowBottom()
<windowBottom> is a number, the pixel location of the bottom edge of the window. |
Integer |
getWindowLeft()
<windowLeft> is a number, the pixel location of the left edge of the window. |
Integer |
getWindowRight()
<windowRight> is a number, the pixel location of the right edge of the window. |
Integer |
getWindowTop()
<windowTop> is a number, the pixel location of the top edge of the window. |
void |
setCreated(Date created)
|
void |
setDocs(String docs)
(OPML 2) <docs> is the http address of documentation for the format used in the OPML file. |
void |
setExpansionState(int[] expansionState)
<expansionState>is a comma-separated list of line numbers that are expanded. |
void |
setModified(Date modified)
<dateModified> is a date-time, indicating when the document was last modified. |
void |
setOutlines(List outlines)
Root level Outline object that should appear in the <body> |
void |
setOwnerEmail(String ownerEmail)
<ownerEmail> is a string, the email address of the owner of the document. |
void |
setOwnerId(String ownerId)
(OPML 2) <ownerId> is the http address of a web page that contains |
void |
setOwnerName(String ownerName)
<ownerName> is a string, the owner of the document. |
void |
setTitle(String title)
<title> is the title of the document. |
void |
setVerticalScrollState(Integer verticalScrollState)
<vertScrollState> is a number, saying which line of the outline is displayed on the top line of the window. |
void |
setWindowBottom(Integer windowBottom)
<windowBottom> is a number, the pixel location of the bottom edge of the window. |
void |
setWindowLeft(Integer windowLeft)
<windowLeft> is a number, the pixel location of the left edge of the window. |
void |
setWindowRight(Integer windowRight)
<windowRight> is a number, the pixel location of the right edge of the window. |
void |
setWindowTop(Integer windowTop)
<windowTop> is a number, the pixel location of the top edge of the window. |
Methods inherited from class com.sun.syndication.feed.WireFeed |
---|
clone, equals, getEncoding, getFeedType, getForeignMarkup, getModule, getModules, hashCode, setEncoding, setFeedType, setForeignMarkup, setModules, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Opml()
Method Detail |
---|
public void setCreated(Date created)
created
- date-time, indicating when the document was created.public Date getCreated()
public void setDocs(String docs)
docs
- http address of documentation for the format usedpublic String getDocs()
public void setExpansionState(int[] expansionState)
expansionState
- int array containing expanded elements.public int[] getExpansionState()
public void setModified(Date modified)
modified
- date-time, indicating when the document was last modified.public Date getModified()
public void setOutlines(List outlines)
outlines
- Root level Outline object that should appear in the <body>public List getOutlines()
public void setOwnerEmail(String ownerEmail)
ownerEmail
- the email address of the owner of the document.public String getOwnerEmail()
public void setOwnerId(String ownerId)
ownerId
- http address of a web page that contains public String getOwnerId()
public void setOwnerName(String ownerName)
ownerName
- the owner of the document.public String getOwnerName()
public void setTitle(String title)
title
- title of the document.public String getTitle()
public void setVerticalScrollState(Integer verticalScrollState)
verticalScrollState
- which line of the outline is displayed on the top line of the window.public Integer getVerticalScrollState()
public void setWindowBottom(Integer windowBottom)
windowBottom
- the pixel location of the bottom edge of the window.public Integer getWindowBottom()
public void setWindowLeft(Integer windowLeft)
windowLeft
- the pixel location of the left edge of the window.public Integer getWindowLeft()
public void setWindowRight(Integer windowRight)
windowRight
- the pixel location of the right edge of the window.public Integer getWindowRight()
public void setWindowTop(Integer windowTop)
windowTop
- the pixel location of the top edge of the window.public Integer getWindowTop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |