org.spase.parser200
Class ObservationExtent

java.lang.Object
  extended by org.spase.parser200.ObservationExtent

public class ObservationExtent
extends java.lang.Object

The spatial area encompassed by an observation.

Java class for ObservationExtent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ObservationExtent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}ObservedRegion" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}StartLocation"/>
         <element ref="{http://www.spase-group.org/data/schema}StopLocation"/>
         <element ref="{http://www.spase-group.org/data/schema}Note" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> note
           
protected  EnumRegion observedRegion
           
protected  java.lang.String startLocation
           
protected  java.lang.String stopLocation
           
 
Constructor Summary
ObservationExtent()
           
 
Method Summary
 java.util.List<java.lang.String> getNote()
          Gets the value of the note property.
 EnumRegion getObservedRegion()
          Gets the value of the observedRegion property.
 java.lang.String getStartLocation()
          Gets the value of the startLocation property.
 java.lang.String getStopLocation()
          Gets the value of the stopLocation property.
 void setObservedRegion(EnumRegion value)
          Sets the value of the observedRegion property.
 void setStartLocation(java.lang.String value)
          Sets the value of the startLocation property.
 void setStopLocation(java.lang.String value)
          Sets the value of the stopLocation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

observedRegion

protected EnumRegion observedRegion

startLocation

protected java.lang.String startLocation

stopLocation

protected java.lang.String stopLocation

note

protected java.util.List<java.lang.String> note
Constructor Detail

ObservationExtent

public ObservationExtent()
Method Detail

getObservedRegion

public EnumRegion getObservedRegion()
Gets the value of the observedRegion property.

Returns:
possible object is EnumRegion

setObservedRegion

public void setObservedRegion(EnumRegion value)
Sets the value of the observedRegion property.

Parameters:
value - allowed object is EnumRegion

getStartLocation

public java.lang.String getStartLocation()
Gets the value of the startLocation property.

Returns:
possible object is String

setStartLocation

public void setStartLocation(java.lang.String value)
Sets the value of the startLocation property.

Parameters:
value - allowed object is String

getStopLocation

public java.lang.String getStopLocation()
Gets the value of the stopLocation property.

Returns:
possible object is String

setStopLocation

public void setStopLocation(java.lang.String value)
Sets the value of the stopLocation property.

Parameters:
value - allowed object is String

getNote

public java.util.List<java.lang.String> getNote()
Gets the value of the note property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the note property.

For example, to add a new item, do as follows:

    getNote().add(newItem);
 

Objects of the following type(s) are allowed in the list String