public class SourceProductExternal
extends java.lang.Object
Java class for Source_Product_External complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Source_Product_External">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="external_source_product_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}external_source_product_identifier" maxOccurs="unbounded"/>
<element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
<element name="doi" type="{http://pds.nasa.gov/pds4/pds/v1}doi" minOccurs="0"/>
<element name="curating_facility" type="{http://pds.nasa.gov/pds4/pds/v1}curating_facility" minOccurs="0"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
curatingFacility |
protected java.lang.String |
description |
protected java.lang.String |
doi |
protected java.util.List<java.lang.String> |
externalSourceProductIdentifiers |
protected java.lang.String |
referenceType |
| Constructor and Description |
|---|
SourceProductExternal() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCuratingFacility()
Gets the value of the curatingFacility property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDoi()
Gets the value of the doi property.
|
java.util.List<java.lang.String> |
getExternalSourceProductIdentifiers()
Gets the value of the externalSourceProductIdentifiers property.
|
java.lang.String |
getReferenceType()
Gets the value of the referenceType property.
|
void |
setCuratingFacility(java.lang.String value)
Sets the value of the curatingFacility property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDoi(java.lang.String value)
Sets the value of the doi property.
|
void |
setReferenceType(java.lang.String value)
Sets the value of the referenceType property.
|
protected java.util.List<java.lang.String> externalSourceProductIdentifiers
protected java.lang.String referenceType
protected java.lang.String doi
protected java.lang.String curatingFacility
protected java.lang.String description
public java.util.List<java.lang.String> getExternalSourceProductIdentifiers()
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 externalSourceProductIdentifiers property.
For example, to add a new item, do as follows:
getExternalSourceProductIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getReferenceType()
Stringpublic void setReferenceType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDoi()
Stringpublic void setDoi(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCuratingFacility()
Stringpublic void setCuratingFacility(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2023 Planetary Data System. All rights reserved.