Package gov.nasa.arc.pds.xml.generated
Class InstrumentPDS3
java.lang.Object
gov.nasa.arc.pds.xml.generated.InstrumentPDS3
public class InstrumentPDS3 extends Object
The Instrument class provides a description of a
         phyiscal object that collects data. This class captures the PDS3
         catalog Instrument information.
 
 
Java class for Instrument_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Instrument_PDS3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="instrument_name" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_name"/>
         <element name="instrument_desc" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_desc"/>
         <element name="instrument_id" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_id"/>
         <element name="instrument_serial_number" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_serial_number"/>
         <element name="instrument_type" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_type"/>
         <element name="instrument_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_version_id"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringinstrumentDescprotected StringinstrumentIdprotected StringinstrumentNameprotected StringinstrumentSerialNumberprotected StringinstrumentTypeprotected StringinstrumentVersionId
- 
Constructor SummaryConstructors Constructor Description InstrumentPDS3()
- 
Method SummaryModifier and Type Method Description StringgetInstrumentDesc()Gets the value of the instrumentDesc property.StringgetInstrumentId()Gets the value of the instrumentId property.StringgetInstrumentName()Gets the value of the instrumentName property.StringgetInstrumentSerialNumber()Gets the value of the instrumentSerialNumber property.StringgetInstrumentType()Gets the value of the instrumentType property.StringgetInstrumentVersionId()Gets the value of the instrumentVersionId property.voidsetInstrumentDesc(String value)Sets the value of the instrumentDesc property.voidsetInstrumentId(String value)Sets the value of the instrumentId property.voidsetInstrumentName(String value)Sets the value of the instrumentName property.voidsetInstrumentSerialNumber(String value)Sets the value of the instrumentSerialNumber property.voidsetInstrumentType(String value)Sets the value of the instrumentType property.voidsetInstrumentVersionId(String value)Sets the value of the instrumentVersionId property.
- 
Field Details- 
instrumentName
- 
instrumentDesc
- 
instrumentId
- 
instrumentSerialNumber
- 
instrumentType
- 
instrumentVersionId
 
- 
- 
Constructor Details- 
InstrumentPDS3public InstrumentPDS3()
 
- 
- 
Method Details- 
getInstrumentNameGets the value of the instrumentName property.- Returns:
- possible object is
     String
 
- 
setInstrumentNameSets the value of the instrumentName property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentDescGets the value of the instrumentDesc property.- Returns:
- possible object is
     String
 
- 
setInstrumentDescSets the value of the instrumentDesc property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentIdGets the value of the instrumentId property.- Returns:
- possible object is
     String
 
- 
setInstrumentIdSets the value of the instrumentId property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentSerialNumberGets the value of the instrumentSerialNumber property.- Returns:
- possible object is
     String
 
- 
setInstrumentSerialNumberSets the value of the instrumentSerialNumber property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentTypeGets the value of the instrumentType property.- Returns:
- possible object is
     String
 
- 
setInstrumentTypeSets the value of the instrumentType property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentVersionIdGets the value of the instrumentVersionId property.- Returns:
- possible object is
     String
 
- 
setInstrumentVersionIdSets the value of the instrumentVersionId property.- Parameters:
- value- allowed object is- String
 
 
-