org.cmis.interopserver.services.cap1_1
Class CAPAlertArea

java.lang.Object
  extended by org.cmis.interopserver.services.cap1_1.CAPAlertArea
All Implemented Interfaces:
java.io.Serializable

public class CAPAlertArea
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CAPAlertArea()
           
 
Method Summary
 org.cmis.interopserver.beans.cap.Area convertArea()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAltitude()
          Gets the altitude value for this Area.
 java.lang.String getAreaDesc()
          Gets the areaDesc value for this Area.
 java.lang.String getCeiling()
          Gets the ceiling value for this Area.
 java.lang.String[] getCircle()
          Gets the circle value for this Area.
 java.lang.String getCircle(int i)
           
 java.lang.String[] getGeocode()
          Gets the geocode value for this Area.
 java.lang.String getGeocode(int i)
           
 java.lang.String[] getGeocodeNames()
           
 java.lang.String getGeocodeNames(int i)
           
 java.lang.String[] getPolygon()
          Gets the polygon value for this Area.
 java.lang.String getPolygon(int i)
           
 int hashCode()
           
 void setAltitude(java.lang.String altitude)
          Sets the altitude value for this Area.
 void setAreaDesc(java.lang.String areaDesc)
          Sets the areaDesc value for this Area.
 void setCeiling(java.lang.String ceiling)
          Sets the ceiling value for this Area.
 void setCircle(int i, java.lang.String value)
           
 void setCircle(java.lang.String[] circle)
          Sets the circle value for this Area.
 void setGeocode(int i, java.lang.String value)
           
 void setGeocode(java.lang.String[] geocode)
          Sets the geocode value for this Area.
 void setGeocodeNames(java.lang.String[] names)
           
 void setPolygon(int i, java.lang.String value)
           
 void setPolygon(java.lang.String[] polygon)
          Sets the polygon value for this Area.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CAPAlertArea

public CAPAlertArea()
Method Detail

convertArea

public org.cmis.interopserver.beans.cap.Area convertArea()

getGeocodeNames

public java.lang.String[] getGeocodeNames()

getGeocodeNames

public java.lang.String getGeocodeNames(int i)

setGeocodeNames

public void setGeocodeNames(java.lang.String[] names)

getAreaDesc

public java.lang.String getAreaDesc()
Gets the areaDesc value for this Area.

Returns:
areaDesc - DOCUMENT ME!

setAreaDesc

public void setAreaDesc(java.lang.String areaDesc)
Sets the areaDesc value for this Area.

Parameters:
areaDesc - DOCUMENT ME!

getPolygon

public java.lang.String[] getPolygon()
Gets the polygon value for this Area.

Returns:
polygon - DOCUMENT ME!

setPolygon

public void setPolygon(java.lang.String[] polygon)
Sets the polygon value for this Area.

Parameters:
polygon - DOCUMENT ME!

getPolygon

public java.lang.String getPolygon(int i)

setPolygon

public void setPolygon(int i,
                       java.lang.String value)

getCircle

public java.lang.String[] getCircle()
Gets the circle value for this Area.

Returns:
circle - DOCUMENT ME!

setCircle

public void setCircle(java.lang.String[] circle)
Sets the circle value for this Area.

Parameters:
circle - DOCUMENT ME!

getCircle

public java.lang.String getCircle(int i)

setCircle

public void setCircle(int i,
                      java.lang.String value)

getGeocode

public java.lang.String[] getGeocode()
Gets the geocode value for this Area.

Returns:
geocode - DOCUMENT ME!

setGeocode

public void setGeocode(java.lang.String[] geocode)
Sets the geocode value for this Area.

Parameters:
geocode - DOCUMENT ME!

getGeocode

public java.lang.String getGeocode(int i)

setGeocode

public void setGeocode(int i,
                       java.lang.String value)

getAltitude

public java.lang.String getAltitude()
Gets the altitude value for this Area.

Returns:
altitude - DOCUMENT ME!

setAltitude

public void setAltitude(java.lang.String altitude)
Sets the altitude value for this Area.

Parameters:
altitude - DOCUMENT ME!

getCeiling

public java.lang.String getCeiling()
Gets the ceiling value for this Area.

Returns:
ceiling - DOCUMENT ME!

setCeiling

public void setCeiling(java.lang.String ceiling)
Sets the ceiling value for this Area.

Parameters:
ceiling - DOCUMENT ME!

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object