Esri Geoportal Server
1.0

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

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

public class AtomFeedWriter.AtomEntry
extends Object

Represents an Atom Entry.


Constructor Summary
AtomFeedWriter.AtomEntry()
           
 
Method Summary
 void addResourceLink(ResourceLink resourcelink)
          Adds the resource link.
 String getCustomElements()
          Gets the custom elements.
 String getId()
          Gets the id.
 LinkedList<String> getLinks()
          Gets the links.
 double getMaxx()
          Gets the maxx.
 double getMaxy()
          Gets the maxy.
 double getMinx()
          Gets the minx.
 double getMiny()
          Gets the miny.
 Date getPublished()
          Gets the published.
 String getSummary()
          Gets the summary.
 String getTitle()
          Gets the title.
 void setCustomElements(String customElements)
          Sets the custom elements.
 void setId(String id)
          Sets the id.
 void setMaxx(double _maxx)
          Sets the maxx.
 void setMaxy(double _maxy)
          Sets the maxy.
 void setMinx(double _minx)
          Sets the minx.
 void setMiny(double _miny)
          Sets the miny.
 void setPublished(Date published)
          Sets the published.
 void setSummary(String summary)
          Sets the summary.
 void setTitle(String title)
          Sets the title.
 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.AtomEntry

public AtomFeedWriter.AtomEntry()
Method Detail

getMinx

public double getMinx()
Gets the minx.

Returns:
the minx

getMiny

public double getMiny()
Gets the miny.

Returns:
the miny

getMaxx

public double getMaxx()
Gets the maxx.

Returns:
the maxx

getMaxy

public double getMaxy()
Gets the maxy.

Returns:
the maxy

setMinx

public void setMinx(double _minx)
Sets the minx.

Parameters:
_minx - the new minx

setMiny

public void setMiny(double _miny)
Sets the miny.

Parameters:
_miny - the new miny

setMaxx

public void setMaxx(double _maxx)
Sets the maxx.

Parameters:
_maxx - the new maxx

setMaxy

public void setMaxy(double _maxy)
Sets the maxy.

Parameters:
_maxy - the new maxy

getId

public String getId()
Gets the id.

Returns:
the id

getTitle

public String getTitle()
Gets the title.

Returns:
the title

getLinks

public LinkedList<String> getLinks()
Gets the links.

Returns:
the links

getPublished

public Date getPublished()
Gets the published.

Returns:
the published

getSummary

public String getSummary()
Gets the summary.

Returns:
the summary

setId

public void setId(String id)
Sets the id.

Parameters:
id - the new id

setTitle

public void setTitle(String title)
Sets the title.

Parameters:
title - the new title

setPublished

public void setPublished(Date published)
Sets the published.

Parameters:
published - the new published

setSummary

public void setSummary(String summary)
Sets the summary.

Parameters:
summary - the new summary

getCustomElements

public String getCustomElements()
Gets the custom elements.

Returns:
the custom elements

setCustomElements

public void setCustomElements(String customElements)
Sets the custom elements.

Parameters:
customElements - the new custom elements

addResourceLink

public void addResourceLink(ResourceLink resourcelink)
Adds the resource link.

Parameters:
resourcelink - the resourcelink

WriteTo

public void WriteTo(Writer writer)
Write to.

Parameters:
writer - the writer

Esri Geoportal Server
1.0

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