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="{}manifest" minOccurs="0"/> </sequence> <attribute ref="{}generate"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
generate |
protected Manifest |
manifest |
Constructor and Description |
---|
Checksums() |
Modifier and Type | Method and 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.
|
public Manifest getManifest()
Manifest
public void setManifest(Manifest value)
value
- allowed object is
Manifest
public boolean isGenerate()
Boolean
Copyright © 2010–2018 Planetary Data System. All rights reserved.