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