|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Telescope
public class Telescope
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}coordinate_source"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" 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 |
---|
protected Aperture aperture
protected TelescopeLongitude telescopeLongitude
protected TelescopeLatitude telescopeLatitude
protected Altitude altitude
protected String coordinateSource
protected String description
Constructor Detail |
---|
public Telescope()
Method Detail |
---|
public Aperture getAperture()
Aperture
public void setAperture(Aperture value)
value
- allowed object is
Aperture
public TelescopeLongitude getTelescopeLongitude()
TelescopeLongitude
public void setTelescopeLongitude(TelescopeLongitude value)
value
- allowed object is
TelescopeLongitude
public TelescopeLatitude getTelescopeLatitude()
TelescopeLatitude
public void setTelescopeLatitude(TelescopeLatitude value)
value
- allowed object is
TelescopeLatitude
public Altitude getAltitude()
Altitude
public void setAltitude(Altitude value)
value
- allowed object is
Altitude
public String getCoordinateSource()
String
public void setCoordinateSource(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |