public class InstrumentHostPDS3 extends Object
Java class for Instrument_Host_PDS3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instrument_Host_PDS3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="instrument_host_name" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_host_name"/>
<element name="instrument_host_desc" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_host_desc"/>
<element name="instrument_host_id" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_host_id"/>
<element name="instrument_host_type" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_host_type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
instrumentHostDesc |
protected String |
instrumentHostId |
protected String |
instrumentHostName |
protected String |
instrumentHostType |
| Constructor and Description |
|---|
InstrumentHostPDS3() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstrumentHostDesc()
Gets the value of the instrumentHostDesc property.
|
String |
getInstrumentHostId()
Gets the value of the instrumentHostId property.
|
String |
getInstrumentHostName()
Gets the value of the instrumentHostName property.
|
String |
getInstrumentHostType()
Gets the value of the instrumentHostType property.
|
void |
setInstrumentHostDesc(String value)
Sets the value of the instrumentHostDesc property.
|
void |
setInstrumentHostId(String value)
Sets the value of the instrumentHostId property.
|
void |
setInstrumentHostName(String value)
Sets the value of the instrumentHostName property.
|
void |
setInstrumentHostType(String value)
Sets the value of the instrumentHostType property.
|
protected String instrumentHostName
protected String instrumentHostDesc
protected String instrumentHostId
protected String instrumentHostType
public String getInstrumentHostName()
Stringpublic void setInstrumentHostName(String value)
value - allowed object is
Stringpublic String getInstrumentHostDesc()
Stringpublic void setInstrumentHostDesc(String value)
value - allowed object is
Stringpublic String getInstrumentHostId()
Stringpublic void setInstrumentHostId(String value)
value - allowed object is
Stringpublic String getInstrumentHostType()
StringCopyright © 2020. All rights reserved.