Package gov.nasa.arc.pds.xml.generated
Class ProductSIPDeepArchive
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Product
- 
- gov.nasa.arc.pds.xml.generated.ProductSIPDeepArchive
 
 
- 
 public class ProductSIPDeepArchive extends Product The Product SIP Deep Archive class defines a Submission Information Package (SIP) for the NASA planetary science deep archive.Java class for Product_SIP_Deep_Archive complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Product_SIP_Deep_Archive"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Product"> <sequence> <element name="Information_Package_Component_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}Information_Package_Component_Deep_Archive"/> <element name="SIP_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}SIP_Deep_Archive"/> <element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected InformationPackageComponentDeepArchiveinformationPackageComponentDeepArchiveprotected ReferenceListreferenceListprotected SIPDeepArchivesipDeepArchive- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ProductidentificationArea
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProductSIPDeepArchive()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InformationPackageComponentDeepArchivegetInformationPackageComponentDeepArchive()Gets the value of the informationPackageComponentDeepArchive property.ReferenceListgetReferenceList()Gets the value of the referenceList property.SIPDeepArchivegetSIPDeepArchive()Gets the value of the sipDeepArchive property.voidsetInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value)Sets the value of the informationPackageComponentDeepArchive property.voidsetReferenceList(ReferenceList value)Sets the value of the referenceList property.voidsetSIPDeepArchive(SIPDeepArchive value)Sets the value of the sipDeepArchive property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ProductgetIdentificationArea, setIdentificationArea
 
- 
 
- 
- 
- 
Field Detail- 
informationPackageComponentDeepArchiveprotected InformationPackageComponentDeepArchive informationPackageComponentDeepArchive 
 - 
sipDeepArchiveprotected SIPDeepArchive sipDeepArchive 
 - 
referenceListprotected ReferenceList referenceList 
 
- 
 - 
Method Detail- 
getInformationPackageComponentDeepArchivepublic InformationPackageComponentDeepArchive getInformationPackageComponentDeepArchive() Gets the value of the informationPackageComponentDeepArchive property.- Returns:
- possible object is
     InformationPackageComponentDeepArchive
 
 - 
setInformationPackageComponentDeepArchivepublic void setInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value) Sets the value of the informationPackageComponentDeepArchive property.- Parameters:
- value- allowed object is- InformationPackageComponentDeepArchive
 
 - 
getSIPDeepArchivepublic SIPDeepArchive getSIPDeepArchive() Gets the value of the sipDeepArchive property.- Returns:
- possible object is
     SIPDeepArchive
 
 - 
setSIPDeepArchivepublic void setSIPDeepArchive(SIPDeepArchive value) Sets the value of the sipDeepArchive property.- Parameters:
- value- allowed object is- SIPDeepArchive
 
 - 
getReferenceListpublic ReferenceList getReferenceList() Gets the value of the referenceList property.- Returns:
- possible object is
     ReferenceList
 
 - 
setReferenceListpublic void setReferenceList(ReferenceList value) Sets the value of the referenceList property.- Parameters:
- value- allowed object is- ReferenceList
 
 
- 
 
-