|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Document
public class Document
The Document class describes a document.
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="revision_id" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <element name="document_name" type="{http://pds.nasa.gov/pds4/pds/v1}UTF8_Text_Preserved" minOccurs="0"/> <element name="doi" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed" minOccurs="0"/> <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="acknowledgement_text" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/> <element name="copyright" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/> <element name="publication_date" type="{http://pds.nasa.gov/pds4/pds/v1}publication_date"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Text_Preserved" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
acknowledgementText
|
protected String |
authorList
|
protected String |
copyright
|
protected String |
description
|
protected String |
documentName
|
protected String |
doi
|
protected String |
editorList
|
protected PublicationDate |
publicationDate
|
protected String |
revisionId
|
Constructor Summary | |
---|---|
Document()
|
Method Summary | |
---|---|
String |
getAcknowledgementText()
Gets the value of the acknowledgementText property. |
String |
getAuthorList()
Gets the value of the authorList property. |
String |
getCopyright()
Gets the value of the copyright property. |
String |
getDescription()
Gets the value of the description property. |
String |
getDocumentName()
Gets the value of the documentName property. |
String |
getDoi()
Gets the value of the doi property. |
String |
getEditorList()
Gets the value of the editorList property. |
PublicationDate |
getPublicationDate()
Gets the value of the publicationDate property. |
String |
getRevisionId()
Gets the value of the revisionId property. |
void |
setAcknowledgementText(String value)
Sets the value of the acknowledgementText property. |
void |
setAuthorList(String value)
Sets the value of the authorList property. |
void |
setCopyright(String value)
Sets the value of the copyright property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDocumentName(String value)
Sets the value of the documentName property. |
void |
setDoi(String value)
Sets the value of the doi property. |
void |
setEditorList(String value)
Sets the value of the editorList property. |
void |
setPublicationDate(PublicationDate value)
Sets the value of the publicationDate property. |
void |
setRevisionId(String value)
Sets the value of the revisionId property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String revisionId
protected String documentName
protected String doi
protected String authorList
protected String editorList
protected String acknowledgementText
protected String copyright
protected PublicationDate publicationDate
protected String description
Constructor Detail |
---|
public Document()
Method Detail |
---|
public String getRevisionId()
String
public void setRevisionId(String value)
value
- allowed object is
String
public String getDocumentName()
String
public void setDocumentName(String value)
value
- allowed object is
String
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
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 getAcknowledgementText()
String
public void setAcknowledgementText(String value)
value
- allowed object is
String
public String getCopyright()
String
public void setCopyright(String value)
value
- allowed object is
String
public PublicationDate getPublicationDate()
PublicationDate
public void setPublicationDate(PublicationDate value)
value
- allowed object is
PublicationDate
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 |