gov.nasa.arc.pds.xml.generated
Class ExternalReference

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ExternalReference
Direct Known Subclasses:
ExternalReferenceExtended

public class ExternalReference
extends Object

The 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 Summary
protected  String description
           
protected  String doi
           
protected  String referenceText
           
 
Constructor Summary
ExternalReference()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getDoi()
          Gets the value of the doi property.
 String getReferenceText()
          Gets the value of the referenceText property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDoi(String value)
          Sets the value of the doi property.
 void setReferenceText(String value)
          Sets the value of the referenceText property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

doi

protected String doi

referenceText

protected String referenceText

description

protected String description
Constructor Detail

ExternalReference

public ExternalReference()
Method Detail

getDoi

public String getDoi()
Gets the value of the doi property.

Returns:
possible object is String

setDoi

public void setDoi(String value)
Sets the value of the doi property.

Parameters:
value - allowed object is String

getReferenceText

public String getReferenceText()
Gets the value of the referenceText property.

Returns:
possible object is String

setReferenceText

public void setReferenceText(String value)
Sets the value of the referenceText property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.