public class Telescope extends Object
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="telescope_altitude" type="{http://pds.nasa.gov/pds4/pds/v1}telescope_altitude" minOccurs="0"/>
<element name="altitude" type="{http://pds.nasa.gov/pds4/pds/v1}altitude" minOccurs="0"/>
<element name="coordinate_source" type="{http://pds.nasa.gov/pds4/pds/v1}coordinate_source" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Altitude |
altitude |
protected Aperture |
aperture |
protected String |
coordinateSource |
protected String |
description |
protected TelescopeAltitude |
telescopeAltitude |
protected TelescopeLatitude |
telescopeLatitude |
protected TelescopeLongitude |
telescopeLongitude |
| Constructor and Description |
|---|
Telescope() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
TelescopeAltitude |
getTelescopeAltitude()
Gets the value of the telescopeAltitude 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 |
setTelescopeAltitude(TelescopeAltitude value)
Sets the value of the telescopeAltitude property.
|
void |
setTelescopeLatitude(TelescopeLatitude value)
Sets the value of the telescopeLatitude property.
|
void |
setTelescopeLongitude(TelescopeLongitude value)
Sets the value of the telescopeLongitude property.
|
protected Aperture aperture
protected TelescopeLongitude telescopeLongitude
protected TelescopeLatitude telescopeLatitude
protected TelescopeAltitude telescopeAltitude
protected Altitude altitude
protected String coordinateSource
protected String description
public Aperture getAperture()
Aperturepublic void setAperture(Aperture value)
value - allowed object is
Aperturepublic TelescopeLongitude getTelescopeLongitude()
TelescopeLongitudepublic void setTelescopeLongitude(TelescopeLongitude value)
value - allowed object is
TelescopeLongitudepublic TelescopeLatitude getTelescopeLatitude()
TelescopeLatitudepublic void setTelescopeLatitude(TelescopeLatitude value)
value - allowed object is
TelescopeLatitudepublic TelescopeAltitude getTelescopeAltitude()
TelescopeAltitudepublic void setTelescopeAltitude(TelescopeAltitude value)
value - allowed object is
TelescopeAltitudepublic Altitude getAltitude()
Altitudepublic void setAltitude(Altitude value)
value - allowed object is
Altitudepublic String getCoordinateSource()
Stringpublic void setCoordinateSource(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2019. All rights reserved.