Package gov.nasa.arc.pds.xml.generated
Class SourceProductInternal
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.SourceProductInternal
-
public class SourceProductInternal extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.lang.String
comment
protected java.util.List<java.lang.String>
lidvidReferences
protected java.lang.String
referenceType
-
Constructor Summary
Constructors Constructor Description SourceProductInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
Gets the value of the comment property.java.util.List<java.lang.String>
getLidvidReferences()
Gets the value of the lidvidReferences property.java.lang.String
getReferenceType()
Gets the value of the referenceType property.void
setComment(java.lang.String value)
Sets the value of the comment property.void
setReferenceType(java.lang.String value)
Sets the value of the referenceType property.
-
-
-
Method Detail
-
getLidvidReferences
public java.util.List<java.lang.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
- Returns:
- The value of the lidvidReferences property.
-
getReferenceType
public java.lang.String getReferenceType()
Gets the value of the referenceType property.- Returns:
- possible object is
String
-
setReferenceType
public void setReferenceType(java.lang.String value)
Sets the value of the referenceType property.- Parameters:
value
- allowed object isString
-
getComment
public java.lang.String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(java.lang.String value)
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
-