public class ExternalReference extends Object
Java class for External_Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Reference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="doi" type="{http://pds.nasa.gov/pds4/pds/v1}doi" minOccurs="0"/> <element name="reference_text" type="{http://pds.nasa.gov/pds4/pds/v1}reference_text"/> <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 |
description |
protected String |
doi |
protected String |
referenceText |
Constructor and Description |
---|
ExternalReference() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDoi()
Gets the value of the doi property.
|
String |
getReferenceText()
Gets the value of the referenceText property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setReferenceText(String value)
Sets the value of the referenceText property.
|
protected String doi
protected String referenceText
protected String description
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
public String getReferenceText()
String
public void setReferenceText(String value)
value
- allowed object is
String
public String getDescription()
String
Copyright © 2010–2018 Planetary Data System. All rights reserved.