Class 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}reference_type"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • referenceType

      protected String referenceType
  • Constructor Details

    • Inventory

      public Inventory()
  • Method Details

    • 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