Package gov.nasa.arc.pds.xml.generated
Class DIPDeepArchive
java.lang.Object
gov.nasa.arc.pds.xml.generated.InformationPackage
gov.nasa.arc.pds.xml.generated.DIPDeepArchive
public class DIPDeepArchive extends InformationPackage
The Dissemination Information Package Deep
Archive class is an Information Package derived from one or more
AIPs and is received by the National Space Science Data Center
(NSSDC).
Java class for DIP_Deep_Archive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DIP_Deep_Archive">
<complexContent>
<restriction base="{http://pds.nasa.gov/pds4/pds/v1}Information_Package">
<sequence>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class gov.nasa.arc.pds.xml.generated.InformationPackage
description -
Constructor Summary
Constructors Constructor Description DIPDeepArchive() -
Method Summary
Methods inherited from class gov.nasa.arc.pds.xml.generated.InformationPackage
getDescription, setDescription
-
Constructor Details
-
DIPDeepArchive
public DIPDeepArchive()
-