Package gov.nasa.arc.pds.xml.generated
Class SIPDeepArchive
java.lang.Object
gov.nasa.arc.pds.xml.generated.InformationPackage
gov.nasa.arc.pds.xml.generated.SIPDeepArchive
public class SIPDeepArchive extends InformationPackage
The SIP Deep Archive class is a Submission
         Information Package (SIP)  for the NASA planetary science deep
         archive.
 
 
Java class for SIP_Deep_Archive complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SIP_Deep_Archive">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Information_Package">
       <sequence>
         <element name="provider_site_id" type="{http://pds.nasa.gov/pds4/pds/v1}provider_site_id"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected StringproviderSiteIdFields inherited from class gov.nasa.arc.pds.xml.generated.InformationPackagedescription
- 
Constructor SummaryConstructors Constructor Description SIPDeepArchive()
- 
Method SummaryModifier and Type Method Description StringgetProviderSiteId()Gets the value of the providerSiteId property.voidsetProviderSiteId(String value)Sets the value of the providerSiteId property.Methods inherited from class gov.nasa.arc.pds.xml.generated.InformationPackagegetDescription, setDescription
- 
Field Details- 
providerSiteId
 
- 
- 
Constructor Details- 
SIPDeepArchivepublic SIPDeepArchive()
 
- 
- 
Method Details