Package gov.nasa.arc.pds.xml.generated
Class InformationPackageComponent
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.InformationPackageComponent
 
- 
 public class InformationPackageComponent extends java.lang.ObjectThe Information_Package_Component class associates a Bundle, Collections or Basic Products with Checksum and Storage Manifests.Java class for Information_Package_Component complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Information_Package_Component"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="checksum_manifest_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}checksum_manifest_checksum" minOccurs="0"/> <element name="checksum_type" type="{http://pds.nasa.gov/pds4/pds/v1}checksum_type" minOccurs="0"/> <element name="transfer_manifest_checksum" type="{http://pds.nasa.gov/pds4/pds/v1}transfer_manifest_checksum" minOccurs="0"/> <element ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded"/> <element name="File_Area_Checksum_Manifest" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_Checksum_Manifest" minOccurs="0"/> <element name="File_Area_Transfer_Manifest" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_Transfer_Manifest" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringchecksumManifestChecksumprotected java.lang.StringchecksumTypeprotected FileAreaChecksumManifestfileAreaChecksumManifestprotected FileAreaTransferManifestfileAreaTransferManifestprotected java.util.List<InternalReference>internalReferencesprotected java.lang.StringtransferManifestChecksum
 - 
Constructor SummaryConstructors Constructor Description InformationPackageComponent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChecksumManifestChecksum()Gets the value of the checksumManifestChecksum property.java.lang.StringgetChecksumType()Gets the value of the checksumType property.FileAreaChecksumManifestgetFileAreaChecksumManifest()Gets the value of the fileAreaChecksumManifest property.FileAreaTransferManifestgetFileAreaTransferManifest()Gets the value of the fileAreaTransferManifest property.java.util.List<InternalReference>getInternalReferences()Gets the value of the internalReferences property.java.lang.StringgetTransferManifestChecksum()Gets the value of the transferManifestChecksum property.voidsetChecksumManifestChecksum(java.lang.String value)Sets the value of the checksumManifestChecksum property.voidsetChecksumType(java.lang.String value)Sets the value of the checksumType property.voidsetFileAreaChecksumManifest(FileAreaChecksumManifest value)Sets the value of the fileAreaChecksumManifest property.voidsetFileAreaTransferManifest(FileAreaTransferManifest value)Sets the value of the fileAreaTransferManifest property.voidsetTransferManifestChecksum(java.lang.String value)Sets the value of the transferManifestChecksum property.
 
- 
- 
- 
Field Detail- 
checksumManifestChecksumprotected java.lang.String checksumManifestChecksum 
 - 
checksumTypeprotected java.lang.String checksumType 
 - 
transferManifestChecksumprotected java.lang.String transferManifestChecksum 
 - 
internalReferencesprotected java.util.List<InternalReference> internalReferences 
 - 
fileAreaChecksumManifestprotected FileAreaChecksumManifest fileAreaChecksumManifest 
 - 
fileAreaTransferManifestprotected FileAreaTransferManifest fileAreaTransferManifest 
 
- 
 - 
Method Detail- 
getChecksumManifestChecksumpublic java.lang.String getChecksumManifestChecksum() Gets the value of the checksumManifestChecksum property.- Returns:
- possible object is
     String
 
 - 
setChecksumManifestChecksumpublic void setChecksumManifestChecksum(java.lang.String value) Sets the value of the checksumManifestChecksum 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
 
 - 
getTransferManifestChecksumpublic java.lang.String getTransferManifestChecksum() Gets the value of the transferManifestChecksum property.- Returns:
- possible object is
     String
 
 - 
setTransferManifestChecksumpublic void setTransferManifestChecksum(java.lang.String value) Sets the value of the transferManifestChecksum property.- Parameters:
- value- allowed object is- String
 
 - 
getInternalReferencespublic java.util.List<InternalReference> getInternalReferences() Gets the value of the internalReferences property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a setmethod for the internalReferences property.For example, to add a new item, do as follows: getInternalReferences().add(newItem); Objects of the following type(s) are allowed in the list InternalReference- Returns:
- The value of the internalReferences property.
 
 - 
getFileAreaChecksumManifestpublic FileAreaChecksumManifest getFileAreaChecksumManifest() Gets the value of the fileAreaChecksumManifest property.- Returns:
- possible object is
     FileAreaChecksumManifest
 
 - 
setFileAreaChecksumManifestpublic void setFileAreaChecksumManifest(FileAreaChecksumManifest value) Sets the value of the fileAreaChecksumManifest property.- Parameters:
- value- allowed object is- FileAreaChecksumManifest
 
 - 
getFileAreaTransferManifestpublic FileAreaTransferManifest getFileAreaTransferManifest() Gets the value of the fileAreaTransferManifest property.- Returns:
- possible object is
     FileAreaTransferManifest
 
 - 
setFileAreaTransferManifestpublic void setFileAreaTransferManifest(FileAreaTransferManifest value) Sets the value of the fileAreaTransferManifest property.- Parameters:
- value- allowed object is- FileAreaTransferManifest
 
 
- 
 
-