|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Location
public class Location
A position in space definable by a regional referencing system and geographic coordinates.
Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}ObservatoryRegion" maxOccurs="unbounded"/>
<element ref="{http://www.spase-group.org/data/schema}CoordinateSystemName" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Latitude" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Longitude" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Elevation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EnumCoordinateSystemName |
coordinateSystemName
|
protected java.lang.Double |
elevation
|
protected java.lang.Double |
latitude
|
protected java.lang.Double |
longitude
|
protected java.util.List<EnumRegion> |
observatoryRegion
|
| Constructor Summary | |
|---|---|
Location()
|
|
| Method Summary | |
|---|---|
EnumCoordinateSystemName |
getCoordinateSystemName()
Gets the value of the coordinateSystemName property. |
java.lang.Double |
getElevation()
Gets the value of the elevation property. |
java.lang.Double |
getLatitude()
Gets the value of the latitude property. |
java.lang.Double |
getLongitude()
Gets the value of the longitude property. |
java.util.List<EnumRegion> |
getObservatoryRegion()
Gets the value of the observatoryRegion property. |
void |
setCoordinateSystemName(EnumCoordinateSystemName value)
Sets the value of the coordinateSystemName property. |
void |
setElevation(java.lang.Double value)
Sets the value of the elevation property. |
void |
setLatitude(java.lang.Double value)
Sets the value of the latitude property. |
void |
setLongitude(java.lang.Double value)
Sets the value of the longitude property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<EnumRegion> observatoryRegion
protected EnumCoordinateSystemName coordinateSystemName
protected java.lang.Double latitude
protected java.lang.Double longitude
protected java.lang.Double elevation
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public java.util.List<EnumRegion> getObservatoryRegion()
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 observatoryRegion property.
For example, to add a new item, do as follows:
getObservatoryRegion().add(newItem);
Objects of the following type(s) are allowed in the list
EnumRegion
public EnumCoordinateSystemName getCoordinateSystemName()
EnumCoordinateSystemNamepublic void setCoordinateSystemName(EnumCoordinateSystemName value)
value - allowed object is
EnumCoordinateSystemNamepublic java.lang.Double getLatitude()
Doublepublic void setLatitude(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getLongitude()
Doublepublic void setLongitude(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getElevation()
Doublepublic void setElevation(java.lang.Double value)
value - allowed object is
Double
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||