|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.CitationInformation
public class CitationInformation
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}UTF8_Text_Preserved" minOccurs="0"/> <element name="editor_list" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Text_Preserved" minOccurs="0"/> <element name="publication_year" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Date"/> <element name="keyword" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Short_String_Collapsed" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Text_Preserved"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
authorList
|
protected String |
description
|
protected String |
editorList
|
protected List<String> |
keywords
|
protected String |
publicationYear
|
Constructor Summary | |
---|---|
CitationInformation()
|
Method Summary | |
---|---|
String |
getAuthorList()
Gets the value of the authorList property. |
String |
getDescription()
Gets the value of the description 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 |
setEditorList(String value)
Sets the value of the editorList property. |
void |
setPublicationYear(String value)
Sets the value of the publicationYear property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String authorList
protected String editorList
protected String publicationYear
protected List<String> keywords
protected String description
Constructor Detail |
---|
public CitationInformation()
Method Detail |
---|
public String getAuthorList()
String
public void setAuthorList(String value)
value
- allowed object is
String
public String getEditorList()
String
public void setEditorList(String value)
value
- allowed object is
String
public String getPublicationYear()
String
public void setPublicationYear(String value)
value
- allowed object is
String
public 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()
String
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |