public class SourceProductInternal extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected List<String> |
lidvidReferences |
protected String |
referenceType |
| Constructor and Description |
|---|
SourceProductInternal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
List<String> |
getLidvidReferences()
Gets the value of the lidvidReferences property.
|
String |
getReferenceType()
Gets the value of the referenceType property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setReferenceType(String value)
Sets the value of the referenceType property.
|
public List<String> getLidvidReferences()
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
public String getReferenceType()
Stringpublic void setReferenceType(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2021. All rights reserved.