Package gov.nasa.arc.pds.xml.generated
Class ExternalReference
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ExternalReference
 
- 
- Direct Known Subclasses:
- ExternalReferenceExtended
 
 public class ExternalReference extends java.lang.ObjectThe External_Reference class is used to reference a source outside the PDS registry system.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.Stringdoiprotected java.lang.StringreferenceText
 - 
Constructor SummaryConstructors Constructor Description ExternalReference()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetDoi()Gets the value of the doi property.java.lang.StringgetReferenceText()Gets the value of the referenceText property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDoi(java.lang.String value)Sets the value of the doi property.voidsetReferenceText(java.lang.String value)Sets the value of the referenceText property.
 
- 
- 
- 
Method Detail- 
getDoipublic java.lang.String getDoi() Gets the value of the doi property.- Returns:
- possible object is
     String
 
 - 
setDoipublic void setDoi(java.lang.String value) Sets the value of the doi property.- Parameters:
- value- allowed object is- String
 
 - 
getReferenceTextpublic java.lang.String getReferenceText() Gets the value of the referenceText property.- Returns:
- possible object is
     String
 
 - 
setReferenceTextpublic void setReferenceText(java.lang.String value) Sets the value of the referenceText property.- Parameters:
- value- allowed object is- String
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-