public class FileAreaSIPDeepArchive extends FileArea
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>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected ManifestSIPDeepArchive |
manifestSIPDeepArchive |
| Constructor and Description |
|---|
FileAreaSIPDeepArchive() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
ManifestSIPDeepArchive |
getManifestSIPDeepArchive()
Gets the value of the manifestSIPDeepArchive property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setManifestSIPDeepArchive(ManifestSIPDeepArchive value)
Sets the value of the manifestSIPDeepArchive property.
|
protected File file
protected ManifestSIPDeepArchive manifestSIPDeepArchive
public void setFile(File value)
value - allowed object is
Filepublic ManifestSIPDeepArchive getManifestSIPDeepArchive()
ManifestSIPDeepArchivepublic void setManifestSIPDeepArchive(ManifestSIPDeepArchive value)
value - allowed object is
ManifestSIPDeepArchiveCopyright © 2020. All rights reserved.