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 String |
name |
protected String |
url |
description, doi, referenceText| Constructor and Description |
|---|
ExternalReferenceExtended() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getDescription, getDoi, getReferenceText, setDescription, setDoi, setReferenceTextpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2019. All rights reserved.