|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.DocumentFormatSet
public class DocumentFormatSet
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 |
---|
protected DocumentFormat documentFormat
protected List<DocumentFile> documentFiles
Constructor Detail |
---|
public DocumentFormatSet()
Method Detail |
---|
public DocumentFormat getDocumentFormat()
DocumentFormat
public void setDocumentFormat(DocumentFormat value)
value
- allowed object is
DocumentFormat
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |