gov.nasa.arc.pds.xml.generated
Class InstrumentPDS3

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.InstrumentPDS3

public class InstrumentPDS3
extends Object

The Instrument class provides a description of a phyiscal object that collects data. This class captures the PDS3 catalog Instrument information.

Java class for Instrument_PDS3 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Instrument_PDS3">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="instrument_name" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="instrument_desc" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved"/>
         <element name="instrument_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="instrument_serial_number" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="instrument_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
         <element name="instrument_version_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String instrumentDesc
           
protected  String instrumentId
           
protected  String instrumentName
           
protected  String instrumentSerialNumber
           
protected  String instrumentType
           
protected  String instrumentVersionId
           
 
Constructor Summary
InstrumentPDS3()
           
 
Method Summary
 String getInstrumentDesc()
          Gets the value of the instrumentDesc property.
 String getInstrumentId()
          Gets the value of the instrumentId property.
 String getInstrumentName()
          Gets the value of the instrumentName property.
 String getInstrumentSerialNumber()
          Gets the value of the instrumentSerialNumber property.
 String getInstrumentType()
          Gets the value of the instrumentType property.
 String getInstrumentVersionId()
          Gets the value of the instrumentVersionId property.
 void setInstrumentDesc(String value)
          Sets the value of the instrumentDesc property.
 void setInstrumentId(String value)
          Sets the value of the instrumentId property.
 void setInstrumentName(String value)
          Sets the value of the instrumentName property.
 void setInstrumentSerialNumber(String value)
          Sets the value of the instrumentSerialNumber property.
 void setInstrumentType(String value)
          Sets the value of the instrumentType property.
 void setInstrumentVersionId(String value)
          Sets the value of the instrumentVersionId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instrumentName

protected String instrumentName

instrumentDesc

protected String instrumentDesc

instrumentId

protected String instrumentId

instrumentSerialNumber

protected String instrumentSerialNumber

instrumentType

protected String instrumentType

instrumentVersionId

protected String instrumentVersionId
Constructor Detail

InstrumentPDS3

public InstrumentPDS3()
Method Detail

getInstrumentName

public String getInstrumentName()
Gets the value of the instrumentName property.

Returns:
possible object is String

setInstrumentName

public void setInstrumentName(String value)
Sets the value of the instrumentName property.

Parameters:
value - allowed object is String

getInstrumentDesc

public String getInstrumentDesc()
Gets the value of the instrumentDesc property.

Returns:
possible object is String

setInstrumentDesc

public void setInstrumentDesc(String value)
Sets the value of the instrumentDesc property.

Parameters:
value - allowed object is String

getInstrumentId

public String getInstrumentId()
Gets the value of the instrumentId property.

Returns:
possible object is String

setInstrumentId

public void setInstrumentId(String value)
Sets the value of the instrumentId property.

Parameters:
value - allowed object is String

getInstrumentSerialNumber

public String getInstrumentSerialNumber()
Gets the value of the instrumentSerialNumber property.

Returns:
possible object is String

setInstrumentSerialNumber

public void setInstrumentSerialNumber(String value)
Sets the value of the instrumentSerialNumber property.

Parameters:
value - allowed object is String

getInstrumentType

public String getInstrumentType()
Gets the value of the instrumentType property.

Returns:
possible object is String

setInstrumentType

public void setInstrumentType(String value)
Sets the value of the instrumentType property.

Parameters:
value - allowed object is String

getInstrumentVersionId

public String getInstrumentVersionId()
Gets the value of the instrumentVersionId property.

Returns:
possible object is String

setInstrumentVersionId

public void setInstrumentVersionId(String value)
Sets the value of the instrumentVersionId property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.