Class Checksums
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.policy.Checksums
 
- 
 public class Checksums extends Object Java class for Checksums complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="Checksums"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}manifest" minOccurs="0"/> </sequence> <attribute ref="{https://pds.nasa.gov/software/pds4/harvest/v1}generate"/> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description Checksums()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestgetManifest()Gets the value of the manifest property.booleanisGenerate()Gets the value of the generate property.voidsetGenerate(Boolean value)Sets the value of the generate property.voidsetManifest(Manifest value)Sets the value of the manifest property.
 
- 
- 
- 
Method Detail- 
getManifestpublic Manifest getManifest() Gets the value of the manifest property.- Returns:
- possible object is
     Manifest
 
 - 
setManifestpublic void setManifest(Manifest value) Sets the value of the manifest property.- Parameters:
- value- allowed object is- Manifest
 
 - 
isGeneratepublic boolean isGenerate() Gets the value of the generate property.- Returns:
- possible object is
     Boolean
 
 
- 
 
-