Esri Geoportal Server
1.0

com.esri.gpt.control.georss
Class AtomFeedWriter.AtomFeed

java.lang.Object
  extended by com.esri.gpt.control.georss.AtomFeedWriter.AtomFeed
Enclosing class:
AtomFeedWriter

public class AtomFeedWriter.AtomFeed
extends Object

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

AtomFeedWriter.AtomFeed

public AtomFeedWriter.AtomFeed()
Instantiates a new atom feed.

Method Detail

addEntry

public void addEntry(AtomFeedWriter.AtomEntry ae)
Adds the entry.

Parameters:
ae - the ae

getCopyright

public String getCopyright()
Gets the copyright.

Returns:
the copyright

getDescription

public String getDescription()
Gets the description.

Returns:
the description

getAuthor

public String getAuthor()
Gets the author.

Returns:
the author

Entries

public LinkedList<AtomFeedWriter.AtomEntry> Entries()
Entries.

Returns:
the linked list

getTitle

public String getTitle()
Gets the title.

Returns:
the title

getLink

public String getLink()
Gets the link.

Returns:
the link

getUpdated

public Date getUpdated()
Gets the updated.

Returns:
the updated

getId

public String getId()
Gets the id.

Returns:
the id

getOsProps

public OpenSearchProperties getOsProps()
Gets the os props.

Returns:
the os props

setCopyright

public void setCopyright(String copyright)
Sets the copyright.

Parameters:
copyright - the new copyright

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - the new description

setAuthor

public void setAuthor(String author)
Sets the author.

Parameters:
author - the new author

setTitle

public void setTitle(String title)
Sets the title.

Parameters:
title - the new title

setLink

public void setLink(String link)
Sets the link.

Parameters:
link - the new link

setUpdated

public void setUpdated(Date updated)
Sets the updated.

Parameters:
updated - the new updated

setId

public void setId(String id)
Sets the id.

Parameters:
id - the new id

setOsProps

public void setOsProps(OpenSearchProperties osProps)
Sets the os props.

Parameters:
osProps - the new os props

getInfo

public String getInfo()
Gets the info.

Returns:
the info

writePreamble

public void writePreamble(Writer writer)
                   throws IOException
Write preamble.

Parameters:
writer - the writer
Throws:
IOException - Signals that an I/O exception has occurred.

writeEnd

public void writeEnd(Writer writer)
              throws IOException
Write end.

Parameters:
writer - the writer
Throws:
IOException - Signals that an I/O exception has occurred.

WriteTo

public void WriteTo(Writer writer)
Write to.

Parameters:
writer - the writer

addStringToXmlHeader

public void addStringToXmlHeader(String replace)

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.