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 SummaryFields Modifier and Type Field Description protected Stringdescriptionprotected StringinstrumentHostVersionIdprotected StringnaifHostIdprotected Stringnameprotected StringserialNumberprotected Stringtypeprotected StringversionId
- 
Constructor SummaryConstructors Constructor Description InstrumentHost()
- 
Method SummaryModifier 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- 
InstrumentHostpublic InstrumentHost()
 
- 
- 
Method Details- 
getNameGets the value of the name property.- Returns:
- possible object is
     String
 
- 
setNameSets the value of the name property.- Parameters:
- value- allowed object is- String
 
- 
getInstrumentHostVersionIdGets the value of the instrumentHostVersionId property.- Returns:
- possible object is
     String
 
- 
setInstrumentHostVersionIdSets the value of the instrumentHostVersionId property.- Parameters:
- value- allowed object is- String
 
- 
getVersionIdGets the value of the versionId property.- Returns:
- possible object is
     String
 
- 
setVersionIdSets the value of the versionId property.- Parameters:
- value- allowed object is- String
 
- 
getTypeGets the value of the type property.- Returns:
- possible object is
     String
 
- 
setTypeSets the value of the type property.- Parameters:
- value- allowed object is- String
 
- 
getNaifHostIdGets the value of the naifHostId property.- Returns:
- possible object is
     String
 
- 
setNaifHostIdSets the value of the naifHostId property.- Parameters:
- value- allowed object is- String
 
- 
getSerialNumberGets the value of the serialNumber property.- Returns:
- possible object is
     String
 
- 
setSerialNumberSets the value of the serialNumber property.- Parameters:
- value- allowed object is- String
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-