public class Head extends Object implements Serializable
<head> contains zero or more optional elements.| Constructor and Description |
|---|
Head(String title,
String dateCreated,
String dateModified,
String ownerName,
String ownerEmail,
String ownerId,
String docs,
List<Integer> expansionState,
Integer vertScrollState,
Integer windowTop,
Integer windowLeft,
Integer windowBottom,
Integer windowRight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDateCreated()
A date-time, indicating when the document was created (RFC 822 date)
|
String |
getDateModified()
A date-time, indicating when the document was last modified (RFC 822 date)
|
String |
getDocs()
The http address of documentation for the format used in the OPML file.It's probably a pointer to this page for
people who might stumble across the file on a web server 25 years from now and wonder what it is.
|
List<Integer> |
getExpansionState()
A comma-separated list of line numbers that are expanded.
|
String |
getExpansionStateString() |
String |
getOwnerEmail()
The email address of the owner of the document
|
String |
getOwnerId()
The http address of a web page that contains information that allows a human reader to communicate with the
author of the document via email or other means.
|
String |
getOwnerName()
The owner of the document
|
String |
getTitle()
The title of the document
|
Integer |
getVertScrollState()
Line of the outline is displayed on the top line of the window.
|
Integer |
getWindowBottom()
The pixel location of the bottom edge of the window
|
Integer |
getWindowLeft()
The pixel location of the left edge of the window
|
Integer |
getWindowRight()
The pixel location of the right edge of the window
|
Integer |
getWindowTop()
The pixel location of the top edge of the window
|
int |
hashCode() |
String |
toString() |
public String getDateCreated()
String or null if not setpublic String getDateModified()
String or null if not setpublic String getOwnerName()
String or null if not setpublic String getOwnerEmail()
String or null if not setpublic String getOwnerId()
String or null if not setpublic String getDocs()
String or null if not setpublic List<Integer> getExpansionState()
List, never nullpublic String getExpansionStateString()
getExpansionState()public Integer getVertScrollState()
Integer or null if not setpublic Integer getWindowTop()
Integer or null if not setpublic Integer getWindowLeft()
Integer or null if not setpublic Integer getWindowBottom()
Integer or null if not setpublic Integer getWindowRight()
Integer or null if not setCopyright © 2017. All rights reserved.