Package gov.nasa.arc.pds.xml.generated
Class SourceProductInternal
java.lang.Object
gov.nasa.arc.pds.xml.generated.SourceProductInternal
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the lidvidReferences property.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
-
SourceProductInternal
public SourceProductInternal()
-
-
Method Details
-
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
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- Returns:
- The value of the lidvidReferences property.
-
getReferenceType
Gets the value of the referenceType property.- Returns:
- possible object is
String
-
setReferenceType
Sets the value of the referenceType property.- Parameters:
value- allowed object isString
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-