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 Summary
Constructors Constructor Description Checksums()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Manifest
getManifest()
Gets the value of the manifest property.boolean
isGenerate()
Gets the value of the generate property.void
setGenerate(Boolean value)
Sets the value of the generate property.void
setManifest(Manifest value)
Sets the value of the manifest property.
-
-
-
Method Detail
-
getManifest
public Manifest getManifest()
Gets the value of the manifest property.- Returns:
- possible object is
Manifest
-
setManifest
public void setManifest(Manifest value)
Sets the value of the manifest property.- Parameters:
value
- allowed object isManifest
-
isGenerate
public boolean isGenerate()
Gets the value of the generate property.- Returns:
- possible object is
Boolean
-
-