Class SourceProductInternal

java.lang.Object
gov.nasa.arc.pds.xml.generated.SourceProductInternal

public class SourceProductInternal
extends Object
The Source_Product _Internal class is used to reference one or more source products in the PDS4 registry system. A source product contains input data for the creation of this product.

Java class for Source_Product_Internal complex type.

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

 <complexType name="Source_Product_Internal">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lidvid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lidvid_reference" maxOccurs="unbounded"/>
         <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
         <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • lidvidReferences

      protected List<String> lidvidReferences
    • referenceType

      protected String referenceType
    • comment

      protected String comment
  • Constructor Details

    • SourceProductInternal

      public SourceProductInternal()
  • Method Details

    • getLidvidReferences

      public List<String> getLidvidReferences()
      Gets the value of the lidvidReferences property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lidvidReferences property.

      For example, to add a new item, do as follows:

          getLidvidReferences().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • 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
    • getComment

      public String getComment()
      Gets the value of the comment property.
      Returns:
      possible object is String
    • setComment

      public void setComment​(String value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is String