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 SummaryFields inherited from class gov.nasa.arc.pds.xml.generated.InformationPackagedescription
- 
Constructor SummaryConstructors Constructor Description DIPDeepArchive()
- 
Method SummaryMethods inherited from class gov.nasa.arc.pds.xml.generated.InformationPackagegetDescription, setDescription
- 
Constructor Details- 
DIPDeepArchivepublic DIPDeepArchive()
 
-