Package gov.nasa.arc.pds.xml.generated
Class Telescope
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Telescope
 
- 
 public class Telescope extends java.lang.ObjectThe 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="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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected Altitudealtitudeprotected Apertureapertureprotected java.lang.StringcoordinateSourceprotected java.lang.Stringdescriptionprotected TelescopeAltitudetelescopeAltitudeprotected TelescopeLatitudetelescopeLatitudeprotected TelescopeLongitudetelescopeLongitude
 - 
Constructor SummaryConstructors Constructor Description Telescope()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AltitudegetAltitude()Gets the value of the altitude property.AperturegetAperture()Gets the value of the aperture property.java.lang.StringgetCoordinateSource()Gets the value of the coordinateSource property.java.lang.StringgetDescription()Gets the value of the description property.TelescopeAltitudegetTelescopeAltitude()Gets the value of the telescopeAltitude property.TelescopeLatitudegetTelescopeLatitude()Gets the value of the telescopeLatitude property.TelescopeLongitudegetTelescopeLongitude()Gets the value of the telescopeLongitude property.voidsetAltitude(Altitude value)Sets the value of the altitude property.voidsetAperture(Aperture value)Sets the value of the aperture property.voidsetCoordinateSource(java.lang.String value)Sets the value of the coordinateSource property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetTelescopeAltitude(TelescopeAltitude value)Sets the value of the telescopeAltitude property.voidsetTelescopeLatitude(TelescopeLatitude value)Sets the value of the telescopeLatitude property.voidsetTelescopeLongitude(TelescopeLongitude value)Sets the value of the telescopeLongitude property.
 
- 
- 
- 
Field Detail- 
apertureprotected Aperture aperture 
 - 
telescopeLongitudeprotected TelescopeLongitude telescopeLongitude 
 - 
telescopeLatitudeprotected TelescopeLatitude telescopeLatitude 
 - 
telescopeAltitudeprotected TelescopeAltitude telescopeAltitude 
 - 
altitudeprotected Altitude altitude 
 - 
coordinateSourceprotected java.lang.String coordinateSource 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getAperturepublic Aperture getAperture() Gets the value of the aperture property.- Returns:
- possible object is
     Aperture
 
 - 
setAperturepublic void setAperture(Aperture value) Sets the value of the aperture property.- Parameters:
- value- allowed object is- Aperture
 
 - 
getTelescopeLongitudepublic TelescopeLongitude getTelescopeLongitude() Gets the value of the telescopeLongitude property.- Returns:
- possible object is
     TelescopeLongitude
 
 - 
setTelescopeLongitudepublic void setTelescopeLongitude(TelescopeLongitude value) Sets the value of the telescopeLongitude property.- Parameters:
- value- allowed object is- TelescopeLongitude
 
 - 
getTelescopeLatitudepublic TelescopeLatitude getTelescopeLatitude() Gets the value of the telescopeLatitude property.- Returns:
- possible object is
     TelescopeLatitude
 
 - 
setTelescopeLatitudepublic void setTelescopeLatitude(TelescopeLatitude value) Sets the value of the telescopeLatitude property.- Parameters:
- value- allowed object is- TelescopeLatitude
 
 - 
getTelescopeAltitudepublic TelescopeAltitude getTelescopeAltitude() Gets the value of the telescopeAltitude property.- Returns:
- possible object is
     TelescopeAltitude
 
 - 
setTelescopeAltitudepublic void setTelescopeAltitude(TelescopeAltitude value) Sets the value of the telescopeAltitude property.- Parameters:
- value- allowed object is- TelescopeAltitude
 
 - 
getAltitudepublic Altitude getAltitude() Gets the value of the altitude property.- Returns:
- possible object is
     Altitude
 
 - 
setAltitudepublic void setAltitude(Altitude value) Sets the value of the altitude property.- Parameters:
- value- allowed object is- Altitude
 
 - 
getCoordinateSourcepublic java.lang.String getCoordinateSource() Gets the value of the coordinateSource property.- Returns:
- possible object is
     String
 
 - 
setCoordinateSourcepublic void setCoordinateSource(java.lang.String value) Sets the value of the coordinateSource property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-