public class Opml extends WireFeed
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
created |
private java.lang.String |
docs |
private int[] |
expansionState |
private java.util.Date |
modified |
private java.util.List<Outline> |
outlines |
private java.lang.String |
ownerEmail |
private java.lang.String |
ownerId |
private java.lang.String |
ownerName |
private static long |
serialVersionUID |
private java.lang.String |
title |
private java.lang.Integer |
verticalScrollState |
private java.lang.Integer |
windowBottom |
private java.lang.Integer |
windowLeft |
private java.lang.Integer |
windowRight |
private java.lang.Integer |
windowTop |
Constructor and Description |
---|
Opml() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
<dateCreated> is a date-time, indicating when the document was created.
|
java.lang.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.
|
java.util.Date |
getModified()
<dateModified> is a date-time, indicating when the document was last modified.
|
java.util.List<Outline> |
getOutlines()
Root level Outline object that should appear in the <body>
|
java.lang.String |
getOwnerEmail()
<ownerEmail> is a string, the email address of the owner of the document.
|
java.lang.String |
getOwnerId()
(OPML 2) <ownerId> is the http address of a web page that contains
|
java.lang.String |
getOwnerName()
<ownerName> is a string, the owner of the document.
|
java.lang.String |
getTitle()
<title> is the title of the document.
|
java.lang.Integer |
getVerticalScrollState()
<vertScrollState> is a number, saying which line of the outline is displayed on the top line of the window.
|
java.lang.Integer |
getWindowBottom()
<windowBottom> is a number, the pixel location of the bottom edge of the window.
|
java.lang.Integer |
getWindowLeft()
<windowLeft> is a number, the pixel location of the left edge of the window.
|
java.lang.Integer |
getWindowRight()
<windowRight> is a number, the pixel location of the right edge of the window.
|
java.lang.Integer |
getWindowTop()
<windowTop> is a number, the pixel location of the top edge of the window.
|
void |
setCreated(java.util.Date created)
|
void |
setDocs(java.lang.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(java.util.Date modified)
<dateModified> is a date-time, indicating when the document was last modified.
|
void |
setOutlines(java.util.List<Outline> outlines)
Root level Outline object that should appear in the <body>
|
void |
setOwnerEmail(java.lang.String ownerEmail)
<ownerEmail> is a string, the email address of the owner of the document.
|
void |
setOwnerId(java.lang.String ownerId)
(OPML 2) <ownerId> is the http address of a web page that contains
|
void |
setOwnerName(java.lang.String ownerName)
<ownerName> is a string, the owner of the document.
|
void |
setTitle(java.lang.String title)
<title> is the title of the document.
|
void |
setVerticalScrollState(java.lang.Integer verticalScrollState)
<vertScrollState> is a number, saying which line of the outline is displayed on the top line of the window.
|
void |
setWindowBottom(java.lang.Integer windowBottom)
<windowBottom> is a number, the pixel location of the bottom edge of the window.
|
void |
setWindowLeft(java.lang.Integer windowLeft)
<windowLeft> is a number, the pixel location of the left edge of the window.
|
void |
setWindowRight(java.lang.Integer windowRight)
<windowRight> is a number, the pixel location of the right edge of the window.
|
void |
setWindowTop(java.lang.Integer windowTop)
<windowTop> is a number, the pixel location of the top edge of the window.
|
clone, equals, getEncoding, getFeedType, getForeignMarkup, getModule, getModules, getStyleSheet, hashCode, setEncoding, setFeedType, setForeignMarkup, setModules, setStyleSheet, toString
private static final long serialVersionUID
private java.util.Date created
private java.util.Date modified
private java.lang.Integer verticalScrollState
private java.lang.Integer windowBottom
private java.lang.Integer windowLeft
private java.lang.Integer windowRight
private java.lang.Integer windowTop
private java.util.List<Outline> outlines
private java.lang.String docs
private java.lang.String ownerEmail
private java.lang.String ownerId
private java.lang.String ownerName
private java.lang.String title
private int[] expansionState
public void setCreated(java.util.Date created)
created
- date-time, indicating when the document was created.public java.util.Date getCreated()
public void setDocs(java.lang.String docs)
docs
- http address of documentation for the format usedpublic java.lang.String getDocs()
public void setExpansionState(int[] expansionState)
expansionState
- int array containing expanded elements.public int[] getExpansionState()
public void setModified(java.util.Date modified)
modified
- date-time, indicating when the document was last modified.public java.util.Date getModified()
public void setOutlines(java.util.List<Outline> outlines)
outlines
- Root level Outline object that should appear in the <body>public java.util.List<Outline> getOutlines()
public void setOwnerEmail(java.lang.String ownerEmail)
ownerEmail
- the email address of the owner of the document.public java.lang.String getOwnerEmail()
public void setOwnerId(java.lang.String ownerId)
ownerId
- http address of a web page that contains public java.lang.String getOwnerId()
public void setOwnerName(java.lang.String ownerName)
ownerName
- the owner of the document.public java.lang.String getOwnerName()
public void setTitle(java.lang.String title)
title
- title of the document.public java.lang.String getTitle()
public void setVerticalScrollState(java.lang.Integer verticalScrollState)
verticalScrollState
- which line of the outline is displayed on the top line of the window.public java.lang.Integer getVerticalScrollState()
public void setWindowBottom(java.lang.Integer windowBottom)
windowBottom
- the pixel location of the bottom edge of the window.public java.lang.Integer getWindowBottom()
public void setWindowLeft(java.lang.Integer windowLeft)
windowLeft
- the pixel location of the left edge of the window.public java.lang.Integer getWindowLeft()
public void setWindowRight(java.lang.Integer windowRight)
windowRight
- the pixel location of the right edge of the window.public java.lang.Integer getWindowRight()
public void setWindowTop(java.lang.Integer windowTop)
windowTop
- the pixel location of the top edge of the window.public java.lang.Integer getWindowTop()