Package gov.nasa.arc.pds.xml.generated
Class FileAreaSIPDeepArchive
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.FileArea
- 
- gov.nasa.arc.pds.xml.generated.FileAreaSIPDeepArchive
 
 
- 
 public class FileAreaSIPDeepArchive extends FileArea The File Area SIP Deep Archive class describes the File Area for the Submission Information Package (SIP) for the NASA planetary science deep archive.Java class for File_Area_SIP_Deep_Archive complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="File_Area_SIP_Deep_Archive"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area"> <sequence> <element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/> <element name="Manifest_SIP_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}Manifest_SIP_Deep_Archive"/> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected Filefileprotected ManifestSIPDeepArchivemanifestSIPDeepArchive
 - 
Constructor SummaryConstructors Constructor Description FileAreaSIPDeepArchive()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Gets the value of the file property.ManifestSIPDeepArchivegetManifestSIPDeepArchive()Gets the value of the manifestSIPDeepArchive property.voidsetFile(File value)Sets the value of the file property.voidsetManifestSIPDeepArchive(ManifestSIPDeepArchive value)Sets the value of the manifestSIPDeepArchive property.
 
- 
- 
- 
Field Detail- 
fileprotected File file 
 - 
manifestSIPDeepArchiveprotected ManifestSIPDeepArchive manifestSIPDeepArchive 
 
- 
 - 
Method Detail- 
setFilepublic void setFile(File value) Sets the value of the file property.- Parameters:
- value- allowed object is- File
 
 - 
getManifestSIPDeepArchivepublic ManifestSIPDeepArchive getManifestSIPDeepArchive() Gets the value of the manifestSIPDeepArchive property.- Returns:
- possible object is
     ManifestSIPDeepArchive
 
 - 
setManifestSIPDeepArchivepublic void setManifestSIPDeepArchive(ManifestSIPDeepArchive value) Sets the value of the manifestSIPDeepArchive property.- Parameters:
- value- allowed object is- ManifestSIPDeepArchive
 
 
- 
 
-