public class InstrumentHostPDS3
extends java.lang.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 java.lang.String |
instrumentHostDesc |
protected java.lang.String |
instrumentHostId |
protected java.lang.String |
instrumentHostName |
protected java.lang.String |
instrumentHostType |
| Constructor and Description |
|---|
InstrumentHostPDS3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstrumentHostDesc()
Gets the value of the instrumentHostDesc property.
|
java.lang.String |
getInstrumentHostId()
Gets the value of the instrumentHostId property.
|
java.lang.String |
getInstrumentHostName()
Gets the value of the instrumentHostName property.
|
java.lang.String |
getInstrumentHostType()
Gets the value of the instrumentHostType property.
|
void |
setInstrumentHostDesc(java.lang.String value)
Sets the value of the instrumentHostDesc property.
|
void |
setInstrumentHostId(java.lang.String value)
Sets the value of the instrumentHostId property.
|
void |
setInstrumentHostName(java.lang.String value)
Sets the value of the instrumentHostName property.
|
void |
setInstrumentHostType(java.lang.String value)
Sets the value of the instrumentHostType property.
|
protected java.lang.String instrumentHostName
protected java.lang.String instrumentHostDesc
protected java.lang.String instrumentHostId
protected java.lang.String instrumentHostType
public java.lang.String getInstrumentHostName()
Stringpublic void setInstrumentHostName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentHostDesc()
Stringpublic void setInstrumentHostDesc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentHostId()
Stringpublic void setInstrumentHostId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentHostType()
Stringpublic void setInstrumentHostType(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.