public class ExternalReferenceExtended extends ExternalReference
Java class for External_Reference_Extended complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Reference_Extended">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}External_Reference">
<sequence>
<element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/>
<element name="url" type="{http://pds.nasa.gov/pds4/pds/v1}url" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected java.lang.String |
url |
description, doi, referenceText| Constructor and Description |
|---|
ExternalReferenceExtended() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
getDescription, getDoi, getReferenceText, setDescription, setDoi, setReferenceTextpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.