Package gov.nasa.arc.pds.xml.generated
Class InstrumentHost
java.lang.Object
gov.nasa.arc.pds.xml.generated.InstrumentHost
public class InstrumentHost extends Object
The Instrument Host class provides a description
of the physical object upon which an instrument is
mounted.
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>
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringinstrumentHostVersionIdprotected StringnaifHostIdprotected Stringnameprotected StringserialNumberprotected Stringtypeprotected StringversionId -
Constructor Summary
Constructors Constructor Description InstrumentHost() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetInstrumentHostVersionId()Gets the value of the instrumentHostVersionId property.StringgetNaifHostId()Gets the value of the naifHostId property.StringgetName()Gets the value of the name property.StringgetSerialNumber()Gets the value of the serialNumber property.StringgetType()Gets the value of the type property.StringgetVersionId()Gets the value of the versionId property.voidsetDescription(String value)Sets the value of the description property.voidsetInstrumentHostVersionId(String value)Sets the value of the instrumentHostVersionId property.voidsetNaifHostId(String value)Sets the value of the naifHostId property.voidsetName(String value)Sets the value of the name property.voidsetSerialNumber(String value)Sets the value of the serialNumber property.voidsetType(String value)Sets the value of the type property.voidsetVersionId(String value)Sets the value of the versionId property.
-
Field Details
-
name
-
instrumentHostVersionId
-
versionId
-
type
-
naifHostId
-
serialNumber
-
description
-
-
Constructor Details
-
InstrumentHost
public InstrumentHost()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getInstrumentHostVersionId
Gets the value of the instrumentHostVersionId property.- Returns:
- possible object is
String
-
setInstrumentHostVersionId
Sets the value of the instrumentHostVersionId property.- Parameters:
value- allowed object isString
-
getVersionId
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
Sets the value of the versionId property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getNaifHostId
Gets the value of the naifHostId property.- Returns:
- possible object is
String
-
setNaifHostId
Sets the value of the naifHostId property.- Parameters:
value- allowed object isString
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-