Package gov.nasa.arc.pds.xml.generated
Class ExternalReferenceExtended
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ExternalReference
- 
- gov.nasa.arc.pds.xml.generated.ExternalReferenceExtended
 
 
- 
 public class ExternalReferenceExtended extends ExternalReference 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}name" minOccurs="0"/> <element name="url" type="{http://pds.nasa.gov/pds4/pds/v1}url" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringnameprotected java.lang.Stringurl- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ExternalReferencedescription, doi, referenceText
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExternalReferenceExtended()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetUrl()Gets the value of the url property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetUrl(java.lang.String value)Sets the value of the url property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ExternalReferencegetDescription, getDoi, getReferenceText, setDescription, setDoi, setReferenceText
 
- 
 
- 
- 
- 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getUrlpublic java.lang.String getUrl() Gets the value of the url property.- Returns:
- possible object is
     String
 
 - 
setUrlpublic void setUrl(java.lang.String value) Sets the value of the url property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-