|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.georss.AtomFeedWriter.AtomFeed
public class AtomFeedWriter.AtomFeed
Represents an Atom Feed.
| Constructor Summary | |
|---|---|
AtomFeedWriter.AtomFeed()
Instantiates a new atom feed. |
|
| Method Summary | |
|---|---|
void |
addEntry(AtomFeedWriter.AtomEntry ae)
Adds the entry. |
void |
addStringToXmlHeader(String replace)
|
LinkedList<AtomFeedWriter.AtomEntry> |
Entries()
Entries. |
String |
getAuthor()
Gets the author. |
String |
getCopyright()
Gets the copyright. |
String |
getDescription()
Gets the description. |
String |
getId()
Gets the id. |
String |
getInfo()
Gets the info. |
String |
getLink()
Gets the link. |
OpenSearchProperties |
getOsProps()
Gets the os props. |
String |
getTitle()
Gets the title. |
Date |
getUpdated()
Gets the updated. |
void |
setAuthor(String author)
Sets the author. |
void |
setCopyright(String copyright)
Sets the copyright. |
void |
setDescription(String description)
Sets the description. |
void |
setId(String id)
Sets the id. |
void |
setLink(String link)
Sets the link. |
void |
setOsProps(OpenSearchProperties osProps)
Sets the os props. |
void |
setTitle(String title)
Sets the title. |
void |
setUpdated(Date updated)
Sets the updated. |
void |
writeEnd(Writer writer)
Write end. |
void |
writePreamble(Writer writer)
Write preamble. |
void |
WriteTo(Writer writer)
Write to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomFeedWriter.AtomFeed()
| Method Detail |
|---|
public void addEntry(AtomFeedWriter.AtomEntry ae)
ae - the aepublic String getCopyright()
public String getDescription()
public String getAuthor()
public LinkedList<AtomFeedWriter.AtomEntry> Entries()
public String getTitle()
public String getLink()
public Date getUpdated()
public String getId()
public OpenSearchProperties getOsProps()
public void setCopyright(String copyright)
copyright - the new copyrightpublic void setDescription(String description)
description - the new descriptionpublic void setAuthor(String author)
author - the new authorpublic void setTitle(String title)
title - the new titlepublic void setLink(String link)
link - the new linkpublic void setUpdated(Date updated)
updated - the new updatedpublic void setId(String id)
id - the new idpublic void setOsProps(OpenSearchProperties osProps)
osProps - the new os propspublic String getInfo()
public void writePreamble(Writer writer)
throws IOException
writer - the writer
IOException - Signals that an I/O exception has occurred.
public void writeEnd(Writer writer)
throws IOException
writer - the writer
IOException - Signals that an I/O exception has occurred.public void WriteTo(Writer writer)
writer - the writerpublic void addStringToXmlHeader(String replace)
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||