public class InstrumentPDS3
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
instrumentDesc |
protected java.lang.String |
instrumentId |
protected java.lang.String |
instrumentName |
protected java.lang.String |
instrumentSerialNumber |
protected java.lang.String |
instrumentType |
protected java.lang.String |
instrumentVersionId |
| Constructor and Description |
|---|
InstrumentPDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstrumentDesc()
Gets the value of the instrumentDesc property.
|
java.lang.String |
getInstrumentId()
Gets the value of the instrumentId property.
|
java.lang.String |
getInstrumentName()
Gets the value of the instrumentName property.
|
java.lang.String |
getInstrumentSerialNumber()
Gets the value of the instrumentSerialNumber property.
|
java.lang.String |
getInstrumentType()
Gets the value of the instrumentType property.
|
java.lang.String |
getInstrumentVersionId()
Gets the value of the instrumentVersionId property.
|
void |
setInstrumentDesc(java.lang.String value)
Sets the value of the instrumentDesc property.
|
void |
setInstrumentId(java.lang.String value)
Sets the value of the instrumentId property.
|
void |
setInstrumentName(java.lang.String value)
Sets the value of the instrumentName property.
|
void |
setInstrumentSerialNumber(java.lang.String value)
Sets the value of the instrumentSerialNumber property.
|
void |
setInstrumentType(java.lang.String value)
Sets the value of the instrumentType property.
|
void |
setInstrumentVersionId(java.lang.String value)
Sets the value of the instrumentVersionId property.
|
protected java.lang.String instrumentName
protected java.lang.String instrumentDesc
protected java.lang.String instrumentId
protected java.lang.String instrumentSerialNumber
protected java.lang.String instrumentType
protected java.lang.String instrumentVersionId
public java.lang.String getInstrumentName()
Stringpublic void setInstrumentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentDesc()
Stringpublic void setInstrumentDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentId()
Stringpublic void setInstrumentId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentSerialNumber()
Stringpublic void setInstrumentSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentType()
Stringpublic void setInstrumentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentVersionId()
Stringpublic void setInstrumentVersionId(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.