Package gov.nasa.arc.pds.xml.generated
Class CitationInformation
java.lang.Object
gov.nasa.arc.pds.xml.generated.CitationInformation
public class CitationInformation extends Object
The Citation_Information class provides specific
         fields often used in citing the product in journal articles,
         abstract services, and other reference
         contexts.
 
 
Java class for Citation_Information complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Citation_Information">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author_list" type="{http://pds.nasa.gov/pds4/pds/v1}author_list" minOccurs="0"/>
         <element name="editor_list" type="{http://pds.nasa.gov/pds4/pds/v1}editor_list" minOccurs="0"/>
         <element name="publication_year" type="{http://pds.nasa.gov/pds4/pds/v1}publication_year"/>
         <element name="doi" type="{http://pds.nasa.gov/pds4/pds/v1}doi" minOccurs="0"/>
         <element name="keyword" type="{http://pds.nasa.gov/pds4/pds/v1}keyword" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringauthorListprotected Stringdescriptionprotected Stringdoiprotected StringeditorListprotected List<String>keywordsprotected StringpublicationYear
- 
Constructor SummaryConstructors Constructor Description CitationInformation()
- 
Method SummaryModifier and Type Method Description StringgetAuthorList()Gets the value of the authorList property.StringgetDescription()Gets the value of the description property.StringgetDoi()Gets the value of the doi property.StringgetEditorList()Gets the value of the editorList property.List<String>getKeywords()Gets the value of the keywords property.StringgetPublicationYear()Gets the value of the publicationYear property.voidsetAuthorList(String value)Sets the value of the authorList property.voidsetDescription(String value)Sets the value of the description property.voidsetDoi(String value)Sets the value of the doi property.voidsetEditorList(String value)Sets the value of the editorList property.voidsetPublicationYear(String value)Sets the value of the publicationYear property.
- 
Field Details- 
authorList
- 
editorList
- 
publicationYear
- 
doi
- 
keywords
- 
description
 
- 
- 
Constructor Details- 
CitationInformationpublic CitationInformation()
 
- 
- 
Method Details- 
getAuthorListGets the value of the authorList property.- Returns:
- possible object is
     String
 
- 
setAuthorListSets the value of the authorList property.- Parameters:
- value- allowed object is- String
 
- 
getEditorListGets the value of the editorList property.- Returns:
- possible object is
     String
 
- 
setEditorListSets the value of the editorList property.- Parameters:
- value- allowed object is- String
 
- 
getPublicationYearGets the value of the publicationYear property.- Returns:
- possible object is
     String
 
- 
setPublicationYearSets the value of the publicationYear property.- Parameters:
- value- allowed object is- String
 
- 
getDoiGets the value of the doi property.- Returns:
- possible object is
     String
 
- 
setDoiSets the value of the doi property.- Parameters:
- value- allowed object is- String
 
- 
getKeywordsGets the value of the keywords property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the keywords property.For example, to add a new item, do as follows: getKeywords().add(newItem);Objects of the following type(s) are allowed in the list String
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-