gov.nasa.arc.pds.xml.generated
Class Telescope

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Telescope

public class Telescope
extends Object

The Telescope class provides coordinates and parameters for terrestrial, ground-based telescopes.

Java class for Telescope complex type.

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

 <complexType name="Telescope">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="aperture" type="{http://pds.nasa.gov/pds4/pds/v1}aperture"/>
         <element name="telescope_longitude" type="{http://pds.nasa.gov/pds4/pds/v1}telescope_longitude" minOccurs="0"/>
         <element name="telescope_latitude" type="{http://pds.nasa.gov/pds4/pds/v1}telescope_latitude" minOccurs="0"/>
         <element name="altitude" type="{http://pds.nasa.gov/pds4/pds/v1}altitude"/>
         <element name="coordinate_source" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Altitude altitude
           
protected  Aperture aperture
           
protected  String coordinateSource
           
protected  String description
           
protected  TelescopeLatitude telescopeLatitude
           
protected  TelescopeLongitude telescopeLongitude
           
 
Constructor Summary
Telescope()
           
 
Method Summary
 Altitude getAltitude()
          Gets the value of the altitude property.
 Aperture getAperture()
          Gets the value of the aperture property.
 String getCoordinateSource()
          Gets the value of the coordinateSource property.
 String getDescription()
          Gets the value of the description property.
 TelescopeLatitude getTelescopeLatitude()
          Gets the value of the telescopeLatitude property.
 TelescopeLongitude getTelescopeLongitude()
          Gets the value of the telescopeLongitude property.
 void setAltitude(Altitude value)
          Sets the value of the altitude property.
 void setAperture(Aperture value)
          Sets the value of the aperture property.
 void setCoordinateSource(String value)
          Sets the value of the coordinateSource property.
 void setDescription(String value)
          Sets the value of the description property.
 void setTelescopeLatitude(TelescopeLatitude value)
          Sets the value of the telescopeLatitude property.
 void setTelescopeLongitude(TelescopeLongitude value)
          Sets the value of the telescopeLongitude property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aperture

protected Aperture aperture

telescopeLongitude

protected TelescopeLongitude telescopeLongitude

telescopeLatitude

protected TelescopeLatitude telescopeLatitude

altitude

protected Altitude altitude

coordinateSource

protected String coordinateSource

description

protected String description
Constructor Detail

Telescope

public Telescope()
Method Detail

getAperture

public Aperture getAperture()
Gets the value of the aperture property.

Returns:
possible object is Aperture

setAperture

public void setAperture(Aperture value)
Sets the value of the aperture property.

Parameters:
value - allowed object is Aperture

getTelescopeLongitude

public TelescopeLongitude getTelescopeLongitude()
Gets the value of the telescopeLongitude property.

Returns:
possible object is TelescopeLongitude

setTelescopeLongitude

public void setTelescopeLongitude(TelescopeLongitude value)
Sets the value of the telescopeLongitude property.

Parameters:
value - allowed object is TelescopeLongitude

getTelescopeLatitude

public TelescopeLatitude getTelescopeLatitude()
Gets the value of the telescopeLatitude property.

Returns:
possible object is TelescopeLatitude

setTelescopeLatitude

public void setTelescopeLatitude(TelescopeLatitude value)
Sets the value of the telescopeLatitude property.

Parameters:
value - allowed object is TelescopeLatitude

getAltitude

public Altitude getAltitude()
Gets the value of the altitude property.

Returns:
possible object is Altitude

setAltitude

public void setAltitude(Altitude value)
Sets the value of the altitude property.

Parameters:
value - allowed object is Altitude

getCoordinateSource

public String getCoordinateSource()
Gets the value of the coordinateSource property.

Returns:
possible object is String

setCoordinateSource

public void setCoordinateSource(String value)
Sets the value of the coordinateSource property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.