public class InstrumentHost
extends java.lang.Object
Java class for Instrument_Host complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instrument_Host">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/>
<element name="instrument_host_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}instrument_host_version_id" minOccurs="0"/>
<element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id" minOccurs="0"/>
<element name="type" type="{http://pds.nasa.gov/pds4/pds/v1}type"/>
<element name="naif_host_id" type="{http://pds.nasa.gov/pds4/pds/v1}naif_host_id" minOccurs="0"/>
<element name="serial_number" type="{http://pds.nasa.gov/pds4/pds/v1}serial_number" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
instrumentHostVersionId |
protected java.lang.String |
naifHostId |
protected java.lang.String |
name |
protected java.lang.String |
serialNumber |
protected java.lang.String |
type |
protected java.lang.String |
versionId |
| Constructor and Description |
|---|
InstrumentHost() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getInstrumentHostVersionId()
Gets the value of the instrumentHostVersionId property.
|
java.lang.String |
getNaifHostId()
Gets the value of the naifHostId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSerialNumber()
Gets the value of the serialNumber property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.String |
getVersionId()
Gets the value of the versionId property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setInstrumentHostVersionId(java.lang.String value)
Sets the value of the instrumentHostVersionId property.
|
void |
setNaifHostId(java.lang.String value)
Sets the value of the naifHostId property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
void |
setVersionId(java.lang.String value)
Sets the value of the versionId property.
|
protected java.lang.String name
protected java.lang.String instrumentHostVersionId
protected java.lang.String versionId
protected java.lang.String type
protected java.lang.String naifHostId
protected java.lang.String serialNumber
protected java.lang.String description
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getInstrumentHostVersionId()
Stringpublic void setInstrumentHostVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionId()
Stringpublic void setVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNaifHostId()
Stringpublic void setNaifHostId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerialNumber()
Stringpublic void setSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.