public class DocumentEdition extends Object
Java class for Document_Edition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document_Edition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="edition_name" type="{http://pds.nasa.gov/pds4/pds/v1}edition_name"/>
<element name="starting_point_identifier" type="{http://pds.nasa.gov/pds4/pds/v1}starting_point_identifier" minOccurs="0"/>
<element name="language" type="{http://pds.nasa.gov/pds4/pds/v1}language"/>
<element name="files" type="{http://pds.nasa.gov/pds4/pds/v1}files"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
<element name="Document_File" type="{http://pds.nasa.gov/pds4/pds/v1}Document_File" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected List<DocumentFile> |
documentFiles |
protected String |
editionName |
protected BigInteger |
files |
protected String |
language |
protected String |
startingPointIdentifier |
| Constructor and Description |
|---|
DocumentEdition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
List<DocumentFile> |
getDocumentFiles()
Gets the value of the documentFiles property.
|
String |
getEditionName()
Gets the value of the editionName property.
|
BigInteger |
getFiles()
Gets the value of the files property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getStartingPointIdentifier()
Gets the value of the startingPointIdentifier property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEditionName(String value)
Sets the value of the editionName property.
|
void |
setFiles(BigInteger value)
Sets the value of the files property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setStartingPointIdentifier(String value)
Sets the value of the startingPointIdentifier property.
|
protected String editionName
protected String startingPointIdentifier
protected String language
protected BigInteger files
protected String description
protected List<DocumentFile> documentFiles
public String getEditionName()
Stringpublic void setEditionName(String value)
value - allowed object is
Stringpublic String getStartingPointIdentifier()
Stringpublic void setStartingPointIdentifier(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic BigInteger getFiles()
BigIntegerpublic void setFiles(BigInteger value)
value - allowed object is
BigIntegerpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<DocumentFile> getDocumentFiles()
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 documentFiles property.
For example, to add a new item, do as follows:
getDocumentFiles().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentFile
Copyright © 2020. All rights reserved.