|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser200.ObservationExtent
public class ObservationExtent
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 |
|---|
protected EnumRegion observedRegion
protected java.lang.String startLocation
protected java.lang.String stopLocation
protected java.util.List<java.lang.String> note
| Constructor Detail |
|---|
public ObservationExtent()
| Method Detail |
|---|
public EnumRegion getObservedRegion()
EnumRegionpublic void setObservedRegion(EnumRegion value)
value - allowed object is
EnumRegionpublic java.lang.String getStartLocation()
Stringpublic void setStartLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStopLocation()
Stringpublic void setStopLocation(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getNote()
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||