|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.InstrumentHostPDS3
public class InstrumentHostPDS3
The 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}ASCII_Short_String_Collapsed"/> <element name="instrument_host_desc" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/> <element name="instrument_host_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="instrument_host_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
instrumentHostDesc
|
protected String |
instrumentHostId
|
protected String |
instrumentHostName
|
protected String |
instrumentHostType
|
Constructor Summary | |
---|---|
InstrumentHostPDS3()
|
Method Summary | |
---|---|
String |
getInstrumentHostDesc()
Gets the value of the instrumentHostDesc property. |
String |
getInstrumentHostId()
Gets the value of the instrumentHostId property. |
String |
getInstrumentHostName()
Gets the value of the instrumentHostName property. |
String |
getInstrumentHostType()
Gets the value of the instrumentHostType property. |
void |
setInstrumentHostDesc(String value)
Sets the value of the instrumentHostDesc property. |
void |
setInstrumentHostId(String value)
Sets the value of the instrumentHostId property. |
void |
setInstrumentHostName(String value)
Sets the value of the instrumentHostName property. |
void |
setInstrumentHostType(String value)
Sets the value of the instrumentHostType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String instrumentHostName
protected String instrumentHostDesc
protected String instrumentHostId
protected String instrumentHostType
Constructor Detail |
---|
public InstrumentHostPDS3()
Method Detail |
---|
public String getInstrumentHostName()
String
public void setInstrumentHostName(String value)
value
- allowed object is
String
public String getInstrumentHostDesc()
String
public void setInstrumentHostDesc(String value)
value
- allowed object is
String
public String getInstrumentHostId()
String
public void setInstrumentHostId(String value)
value
- allowed object is
String
public String getInstrumentHostType()
String
public void setInstrumentHostType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |