public class Opml extends WireFeed
Constructor and Description |
---|
Opml() |
Modifier and Type | Method and Description |
---|---|
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<Outline> |
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<Outline> 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.
|
clone, equals, getEncoding, getFeedType, getForeignMarkup, getModule, getModules, getStyleSheet, hashCode, setEncoding, setFeedType, setForeignMarkup, setModules, setStyleSheet, toString
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<Outline> outlines)
outlines
- Root level Outline object that should appear in the <body>public List<Outline> 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()
Copyright © 2016. All rights reserved.