|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.ExternalReference
gov.nasa.arc.pds.xml.generated.ExternalReferenceExtended
public class ExternalReferenceExtended
The External_Reference_Extended class is used to reference a source outside the PDS registry system. This extension is used in the local data dictionary.
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}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="url" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_AnyURI" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
name
|
protected String |
url
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.ExternalReference |
---|
description, doi, referenceText |
Constructor Summary | |
---|---|
ExternalReferenceExtended()
|
Method Summary | |
---|---|
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. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.ExternalReference |
---|
getDescription, getDoi, getReferenceText, setDescription, setDoi, setReferenceText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String url
Constructor Detail |
---|
public ExternalReferenceExtended()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |