public class SourceProductExternal extends 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 String |
curatingFacility |
protected String |
description |
protected String |
doi |
protected List<String> |
externalSourceProductIdentifiers |
protected String |
referenceType |
| Constructor and Description |
|---|
SourceProductExternal() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCuratingFacility()
Gets the value of the curatingFacility property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDoi()
Gets the value of the doi property.
|
List<String> |
getExternalSourceProductIdentifiers()
Gets the value of the externalSourceProductIdentifiers property.
|
String |
getReferenceType()
Gets the value of the referenceType property.
|
void |
setCuratingFacility(String value)
Sets the value of the curatingFacility property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setReferenceType(String value)
Sets the value of the referenceType property.
|
protected String referenceType
protected String doi
protected String curatingFacility
protected String description
public List<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 String getReferenceType()
Stringpublic void setReferenceType(String value)
value - allowed object is
Stringpublic String getDoi()
Stringpublic void setDoi(String value)
value - allowed object is
Stringpublic String getCuratingFacility()
Stringpublic void setCuratingFacility(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2019. All rights reserved.