Package gov.nasa.arc.pds.xml.generated
Class InstrumentPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.InstrumentPDS3
 
- 
 public class InstrumentPDS3 extends java.lang.ObjectThe 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 java.lang.StringinstrumentDescprotected java.lang.StringinstrumentIdprotected java.lang.StringinstrumentNameprotected java.lang.StringinstrumentSerialNumberprotected java.lang.StringinstrumentTypeprotected java.lang.StringinstrumentVersionId
 - 
Constructor SummaryConstructors Constructor Description InstrumentPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInstrumentDesc()Gets the value of the instrumentDesc property.java.lang.StringgetInstrumentId()Gets the value of the instrumentId property.java.lang.StringgetInstrumentName()Gets the value of the instrumentName property.java.lang.StringgetInstrumentSerialNumber()Gets the value of the instrumentSerialNumber property.java.lang.StringgetInstrumentType()Gets the value of the instrumentType property.java.lang.StringgetInstrumentVersionId()Gets the value of the instrumentVersionId property.voidsetInstrumentDesc(java.lang.String value)Sets the value of the instrumentDesc property.voidsetInstrumentId(java.lang.String value)Sets the value of the instrumentId property.voidsetInstrumentName(java.lang.String value)Sets the value of the instrumentName property.voidsetInstrumentSerialNumber(java.lang.String value)Sets the value of the instrumentSerialNumber property.voidsetInstrumentType(java.lang.String value)Sets the value of the instrumentType property.voidsetInstrumentVersionId(java.lang.String value)Sets the value of the instrumentVersionId property.
 
- 
- 
- 
Field Detail- 
instrumentNameprotected java.lang.String instrumentName 
 - 
instrumentDescprotected java.lang.String instrumentDesc 
 - 
instrumentIdprotected java.lang.String instrumentId 
 - 
instrumentSerialNumberprotected java.lang.String instrumentSerialNumber 
 - 
instrumentTypeprotected java.lang.String instrumentType 
 - 
instrumentVersionIdprotected java.lang.String instrumentVersionId 
 
- 
 - 
Method Detail- 
getInstrumentNamepublic java.lang.String getInstrumentName() Gets the value of the instrumentName property.- Returns:
- possible object is
     String
 
 - 
setInstrumentNamepublic void setInstrumentName(java.lang.String value) Sets the value of the instrumentName property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentDescpublic java.lang.String getInstrumentDesc() Gets the value of the instrumentDesc property.- Returns:
- possible object is
     String
 
 - 
setInstrumentDescpublic void setInstrumentDesc(java.lang.String value) Sets the value of the instrumentDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentIdpublic java.lang.String getInstrumentId() Gets the value of the instrumentId property.- Returns:
- possible object is
     String
 
 - 
setInstrumentIdpublic void setInstrumentId(java.lang.String value) Sets the value of the instrumentId property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentSerialNumberpublic java.lang.String getInstrumentSerialNumber() Gets the value of the instrumentSerialNumber property.- Returns:
- possible object is
     String
 
 - 
setInstrumentSerialNumberpublic void setInstrumentSerialNumber(java.lang.String value) Sets the value of the instrumentSerialNumber property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentTypepublic java.lang.String getInstrumentType() Gets the value of the instrumentType property.- Returns:
- possible object is
     String
 
 - 
setInstrumentTypepublic void setInstrumentType(java.lang.String value) Sets the value of the instrumentType property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentVersionIdpublic java.lang.String getInstrumentVersionId() Gets the value of the instrumentVersionId property.- Returns:
- possible object is
     String
 
 - 
setInstrumentVersionIdpublic void setInstrumentVersionId(java.lang.String value) Sets the value of the instrumentVersionId property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-