public class CitationInformation extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorList |
protected String |
description |
protected String |
doi |
protected String |
editorList |
protected List<String> |
keywords |
protected String |
publicationYear |
| Constructor and Description |
|---|
CitationInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorList()
Gets the value of the authorList property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDoi()
Gets the value of the doi property.
|
String |
getEditorList()
Gets the value of the editorList property.
|
List<String> |
getKeywords()
Gets the value of the keywords property.
|
String |
getPublicationYear()
Gets the value of the publicationYear property.
|
void |
setAuthorList(String value)
Sets the value of the authorList property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setEditorList(String value)
Sets the value of the editorList property.
|
void |
setPublicationYear(String value)
Sets the value of the publicationYear property.
|
protected String authorList
protected String editorList
protected String publicationYear
protected String doi
protected String description
public String getAuthorList()
Stringpublic void setAuthorList(String value)
value - allowed object is
Stringpublic String getEditorList()
Stringpublic void setEditorList(String value)
value - allowed object is
Stringpublic String getPublicationYear()
Stringpublic void setPublicationYear(String value)
value - allowed object is
Stringpublic String getDoi()
Stringpublic void setDoi(String value)
value - allowed object is
Stringpublic List<String> getKeywords()
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 set method 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
public String getDescription()
StringCopyright © 2020. All rights reserved.