public class ProductSIPDeepArchive extends Product
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>
| Modifier and Type | Field and Description |
|---|---|
protected InformationPackageComponentDeepArchive |
informationPackageComponentDeepArchive |
protected ReferenceList |
referenceList |
protected SIPDeepArchive |
sipDeepArchive |
identificationArea| Constructor and Description |
|---|
ProductSIPDeepArchive() |
| Modifier and Type | Method and Description |
|---|---|
InformationPackageComponentDeepArchive |
getInformationPackageComponentDeepArchive()
Gets the value of the informationPackageComponentDeepArchive property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
SIPDeepArchive |
getSIPDeepArchive()
Gets the value of the sipDeepArchive property.
|
void |
setInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value)
Sets the value of the informationPackageComponentDeepArchive property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
void |
setSIPDeepArchive(SIPDeepArchive value)
Sets the value of the sipDeepArchive property.
|
getIdentificationArea, setIdentificationAreaprotected InformationPackageComponentDeepArchive informationPackageComponentDeepArchive
protected SIPDeepArchive sipDeepArchive
protected ReferenceList referenceList
public InformationPackageComponentDeepArchive getInformationPackageComponentDeepArchive()
InformationPackageComponentDeepArchivepublic void setInformationPackageComponentDeepArchive(InformationPackageComponentDeepArchive value)
value - allowed object is
InformationPackageComponentDeepArchivepublic SIPDeepArchive getSIPDeepArchive()
SIPDeepArchivepublic void setSIPDeepArchive(SIPDeepArchive value)
value - allowed object is
SIPDeepArchivepublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListCopyright © 2020. All rights reserved.