Package gov.nasa.arc.pds.xml.generated
Class InformationPackageComponentDeepArchive
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.InformationPackageComponentDeepArchive
 
- 
 public class InformationPackageComponentDeepArchive extends java.lang.ObjectThe Information Package Component Deep Archive class is an Information Package Component for the NASA planetary science deep archive.Java class for Information_Package_Component_Deep_Archive complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Information_Package_Component_Deep_Archive"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="manifest_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}manifest_checksum"/> <element name="checksum_type" type="{http://pds.nasa.gov/pds4/pds/v1}checksum_type"/> <element name="manifest_url" type="{http://pds.nasa.gov/pds4/pds/v1}manifest_url"/> <element name="aip_lidvid" type="{http://pds.nasa.gov/pds4/pds/v1}aip_lidvid"/> <element name="aip_label_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}aip_label_checksum"/> <element name="File_Area_SIP_Deep_Archive" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_SIP_Deep_Archive"/> <element ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringaipLabelChecksumprotected java.lang.StringaipLidvidprotected java.lang.StringchecksumTypeprotected FileAreaSIPDeepArchivefileAreaSIPDeepArchiveprotected InternalReferenceinternalReferenceprotected java.lang.StringmanifestChecksumprotected java.lang.StringmanifestUrl
 - 
Constructor SummaryConstructors Constructor Description InformationPackageComponentDeepArchive()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAipLabelChecksum()Gets the value of the aipLabelChecksum property.java.lang.StringgetAipLidvid()Gets the value of the aipLidvid property.java.lang.StringgetChecksumType()Gets the value of the checksumType property.FileAreaSIPDeepArchivegetFileAreaSIPDeepArchive()Gets the value of the fileAreaSIPDeepArchive property.InternalReferencegetInternalReference()Gets the value of the internalReference property.java.lang.StringgetManifestChecksum()Gets the value of the manifestChecksum property.java.lang.StringgetManifestUrl()Gets the value of the manifestUrl property.voidsetAipLabelChecksum(java.lang.String value)Sets the value of the aipLabelChecksum property.voidsetAipLidvid(java.lang.String value)Sets the value of the aipLidvid property.voidsetChecksumType(java.lang.String value)Sets the value of the checksumType property.voidsetFileAreaSIPDeepArchive(FileAreaSIPDeepArchive value)Sets the value of the fileAreaSIPDeepArchive property.voidsetInternalReference(InternalReference value)Sets the value of the internalReference property.voidsetManifestChecksum(java.lang.String value)Sets the value of the manifestChecksum property.voidsetManifestUrl(java.lang.String value)Sets the value of the manifestUrl property.
 
- 
- 
- 
Field Detail- 
manifestChecksumprotected java.lang.String manifestChecksum 
 - 
checksumTypeprotected java.lang.String checksumType 
 - 
manifestUrlprotected java.lang.String manifestUrl 
 - 
aipLidvidprotected java.lang.String aipLidvid 
 - 
aipLabelChecksumprotected java.lang.String aipLabelChecksum 
 - 
fileAreaSIPDeepArchiveprotected FileAreaSIPDeepArchive fileAreaSIPDeepArchive 
 - 
internalReferenceprotected InternalReference internalReference 
 
- 
 - 
Method Detail- 
getManifestChecksumpublic java.lang.String getManifestChecksum() Gets the value of the manifestChecksum property.- Returns:
- possible object is
     String
 
 - 
setManifestChecksumpublic void setManifestChecksum(java.lang.String value) Sets the value of the manifestChecksum property.- Parameters:
- value- allowed object is- String
 
 - 
getChecksumTypepublic java.lang.String getChecksumType() Gets the value of the checksumType property.- Returns:
- possible object is
     String
 
 - 
setChecksumTypepublic void setChecksumType(java.lang.String value) Sets the value of the checksumType property.- Parameters:
- value- allowed object is- String
 
 - 
getManifestUrlpublic java.lang.String getManifestUrl() Gets the value of the manifestUrl property.- Returns:
- possible object is
     String
 
 - 
setManifestUrlpublic void setManifestUrl(java.lang.String value) Sets the value of the manifestUrl property.- Parameters:
- value- allowed object is- String
 
 - 
getAipLidvidpublic java.lang.String getAipLidvid() Gets the value of the aipLidvid property.- Returns:
- possible object is
     String
 
 - 
setAipLidvidpublic void setAipLidvid(java.lang.String value) Sets the value of the aipLidvid property.- Parameters:
- value- allowed object is- String
 
 - 
getAipLabelChecksumpublic java.lang.String getAipLabelChecksum() Gets the value of the aipLabelChecksum property.- Returns:
- possible object is
     String
 
 - 
setAipLabelChecksumpublic void setAipLabelChecksum(java.lang.String value) Sets the value of the aipLabelChecksum property.- Parameters:
- value- allowed object is- String
 
 - 
getFileAreaSIPDeepArchivepublic FileAreaSIPDeepArchive getFileAreaSIPDeepArchive() Gets the value of the fileAreaSIPDeepArchive property.- Returns:
- possible object is
     FileAreaSIPDeepArchive
 
 - 
setFileAreaSIPDeepArchivepublic void setFileAreaSIPDeepArchive(FileAreaSIPDeepArchive value) Sets the value of the fileAreaSIPDeepArchive property.- Parameters:
- value- allowed object is- FileAreaSIPDeepArchive
 
 - 
getInternalReferencepublic InternalReference getInternalReference() Gets the value of the internalReference property.- Returns:
- possible object is
     InternalReference
 
 - 
setInternalReferencepublic void setInternalReference(InternalReference value) Sets the value of the internalReference property.- Parameters:
- value- allowed object is- InternalReference
 
 
- 
 
-