Package gov.nasa.arc.pds.xml.generated
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 SummaryFields Modifier and Type Field Description protected Stringcommentprotected List<String>lidvidReferencesprotected StringreferenceType
- 
Constructor SummaryConstructors Constructor Description SourceProductInternal()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.List<String>getLidvidReferences()Gets the value of the lidvidReferences property.StringgetReferenceType()Gets the value of the referenceType property.voidsetComment(String value)Sets the value of the comment property.voidsetReferenceType(String value)Sets the value of the referenceType property.
- 
Field Details- 
lidvidReferences
- 
referenceType
- 
comment
 
- 
- 
Constructor Details- 
SourceProductInternalpublic SourceProductInternal()
 
- 
- 
Method Details- 
getLidvidReferencesGets 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 setmethod 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
- 
getReferenceTypeGets the value of the referenceType property.- Returns:
- possible object is
     String
 
- 
setReferenceTypeSets the value of the referenceType property.- Parameters:
- value- allowed object is- String
 
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 
-