Package gov.nasa.arc.pds.xml.generated
Class InstrumentHostPDS3
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.InstrumentHostPDS3
 
- 
 public class InstrumentHostPDS3 extends java.lang.ObjectThe Instrument Host class provides a description of the phyiscal object upon which an instrument is mounted. This class captures the PDS3 catalog Instrument Host information.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringinstrumentHostDescprotected java.lang.StringinstrumentHostIdprotected java.lang.StringinstrumentHostNameprotected java.lang.StringinstrumentHostType
 - 
Constructor SummaryConstructors Constructor Description InstrumentHostPDS3()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInstrumentHostDesc()Gets the value of the instrumentHostDesc property.java.lang.StringgetInstrumentHostId()Gets the value of the instrumentHostId property.java.lang.StringgetInstrumentHostName()Gets the value of the instrumentHostName property.java.lang.StringgetInstrumentHostType()Gets the value of the instrumentHostType property.voidsetInstrumentHostDesc(java.lang.String value)Sets the value of the instrumentHostDesc property.voidsetInstrumentHostId(java.lang.String value)Sets the value of the instrumentHostId property.voidsetInstrumentHostName(java.lang.String value)Sets the value of the instrumentHostName property.voidsetInstrumentHostType(java.lang.String value)Sets the value of the instrumentHostType property.
 
- 
- 
- 
Method Detail- 
getInstrumentHostNamepublic java.lang.String getInstrumentHostName() Gets the value of the instrumentHostName property.- Returns:
- possible object is
     String
 
 - 
setInstrumentHostNamepublic void setInstrumentHostName(java.lang.String value) Sets the value of the instrumentHostName property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentHostDescpublic java.lang.String getInstrumentHostDesc() Gets the value of the instrumentHostDesc property.- Returns:
- possible object is
     String
 
 - 
setInstrumentHostDescpublic void setInstrumentHostDesc(java.lang.String value) Sets the value of the instrumentHostDesc property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentHostIdpublic java.lang.String getInstrumentHostId() Gets the value of the instrumentHostId property.- Returns:
- possible object is
     String
 
 - 
setInstrumentHostIdpublic void setInstrumentHostId(java.lang.String value) Sets the value of the instrumentHostId property.- Parameters:
- value- allowed object is- String
 
 - 
getInstrumentHostTypepublic java.lang.String getInstrumentHostType() Gets the value of the instrumentHostType property.- Returns:
- possible object is
     String
 
 - 
setInstrumentHostTypepublic void setInstrumentHostType(java.lang.String value) Sets the value of the instrumentHostType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-