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

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

public class DocumentFormatSet
extends Object

The Document Format Set class is a set consisting of a document format and associated files.

Java class for Document_Format_Set complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Document_Format_Set">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Document_Format" type="{http://pds.nasa.gov/pds4/pds/v1}Document_Format"/>
         <element name="Document_File" type="{http://pds.nasa.gov/pds4/pds/v1}Document_File" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DocumentFile> documentFiles
           
protected  DocumentFormat documentFormat
           
 
Constructor Summary
DocumentFormatSet()
           
 
Method Summary
 List<DocumentFile> getDocumentFiles()
          Gets the value of the documentFiles property.
 DocumentFormat getDocumentFormat()
          Gets the value of the documentFormat property.
 void setDocumentFormat(DocumentFormat value)
          Sets the value of the documentFormat property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentFormat

protected DocumentFormat documentFormat

documentFiles

protected List<DocumentFile> documentFiles
Constructor Detail

DocumentFormatSet

public DocumentFormatSet()
Method Detail

getDocumentFormat

public DocumentFormat getDocumentFormat()
Gets the value of the documentFormat property.

Returns:
possible object is DocumentFormat

setDocumentFormat

public void setDocumentFormat(DocumentFormat value)
Sets the value of the documentFormat property.

Parameters:
value - allowed object is DocumentFormat

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 © 2013. All Rights Reserved.