gov.nasa.arc.pds.xml.generated
Class DocumentEdition

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.DocumentEdition

public class DocumentEdition
extends Object

A Document Edition is one complete version of the document in a set of files that is distinguished by language, a unique assemblage of file formats, or some other criteria.

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>
 


Field Summary
protected  String description
           
protected  List<DocumentFile> documentFiles
           
protected  String editionName
           
protected  int files
           
protected  String language
           
protected  String startingPointIdentifier
           
 
Constructor Summary
DocumentEdition()
           
 
Method Summary
 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.
 int 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(int 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editionName

protected String editionName

startingPointIdentifier

protected String startingPointIdentifier

language

protected String language

files

protected int files

description

protected String description

documentFiles

protected List<DocumentFile> documentFiles
Constructor Detail

DocumentEdition

public DocumentEdition()
Method Detail

getEditionName

public String getEditionName()
Gets the value of the editionName property.

Returns:
possible object is String

setEditionName

public void setEditionName(String value)
Sets the value of the editionName property.

Parameters:
value - allowed object is String

getStartingPointIdentifier

public String getStartingPointIdentifier()
Gets the value of the startingPointIdentifier property.

Returns:
possible object is String

setStartingPointIdentifier

public void setStartingPointIdentifier(String value)
Sets the value of the startingPointIdentifier property.

Parameters:
value - allowed object is String

getLanguage

public String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

setLanguage

public void setLanguage(String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

getFiles

public int getFiles()
Gets the value of the files property.


setFiles

public void setFiles(int value)
Sets the value of the files property.


getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDocumentFiles

public List<DocumentFile> getDocumentFiles()
Gets the value of the documentFiles 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 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 © 2014. All Rights Reserved.