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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.ParsableByteStream
          extended by gov.nasa.arc.pds.xml.generated.TableDelimited
              extended by gov.nasa.arc.pds.xml.generated.Inventory

public class Inventory
extends TableDelimited

The Inventory class defines the inventory for members of a collection.

Java class for Inventory complex type.

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

 <complexType name="Inventory">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Table_Delimited">
       <sequence>
         <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String referenceType
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.TableDelimited
fieldDelimiter, recordDelimited, recordDelimiter, records, uniformlySampled
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardId
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, name
 
Constructor Summary
Inventory()
           
 
Method Summary
 String getReferenceType()
          Gets the value of the referenceType property.
 void setReferenceType(String value)
          Sets the value of the referenceType property.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.TableDelimited
getFieldDelimiter, getRecordDelimited, getRecordDelimiter, getRecords, getUniformlySampled, setFieldDelimiter, setRecordDelimited, setRecordDelimiter, setRecords, setUniformlySampled
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getName, setLocalIdentifier, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

referenceType

protected String referenceType
Constructor Detail

Inventory

public Inventory()
Method Detail

getReferenceType

public String getReferenceType()
Gets the value of the referenceType property.

Returns:
possible object is String

setReferenceType

public void setReferenceType(String value)
Sets the value of the referenceType property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.