org.spase.parser134
Class Location

java.lang.Object
  extended by org.spase.parser134.Location

public class Location
extends java.lang.Object

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

observatoryRegion

protected java.util.List<EnumRegion> observatoryRegion

coordinateSystemName

protected EnumCoordinateSystemName coordinateSystemName

latitude

protected java.lang.Double latitude

longitude

protected java.lang.Double longitude

elevation

protected java.lang.Double elevation
Constructor Detail

Location

public Location()
Method Detail

getObservatoryRegion

public java.util.List<EnumRegion> getObservatoryRegion()
Gets the value of the observatoryRegion 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 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


getCoordinateSystemName

public EnumCoordinateSystemName getCoordinateSystemName()
Gets the value of the coordinateSystemName property.

Returns:
possible object is EnumCoordinateSystemName

setCoordinateSystemName

public void setCoordinateSystemName(EnumCoordinateSystemName value)
Sets the value of the coordinateSystemName property.

Parameters:
value - allowed object is EnumCoordinateSystemName

getLatitude

public java.lang.Double getLatitude()
Gets the value of the latitude property.

Returns:
possible object is Double

setLatitude

public void setLatitude(java.lang.Double value)
Sets the value of the latitude property.

Parameters:
value - allowed object is Double

getLongitude

public java.lang.Double getLongitude()
Gets the value of the longitude property.

Returns:
possible object is Double

setLongitude

public void setLongitude(java.lang.Double value)
Sets the value of the longitude property.

Parameters:
value - allowed object is Double

getElevation

public java.lang.Double getElevation()
Gets the value of the elevation property.

Returns:
possible object is Double

setElevation

public void setElevation(java.lang.Double value)
Sets the value of the elevation property.

Parameters:
value - allowed object is Double