public class Checksums
extends java.lang.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" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}generate"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
generate |
protected java.util.List<java.lang.String> |
manifest |
Constructor and Description |
---|
Checksums() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getManifest()
Gets the value of the manifest property.
|
boolean |
isGenerate()
Gets the value of the generate property.
|
void |
setGenerate(java.lang.Boolean value)
Sets the value of the generate property.
|
protected java.util.List<java.lang.String> manifest
protected java.lang.Boolean generate
public java.util.List<java.lang.String> getManifest()
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 set
method for the manifest property.
For example, to add a new item, do as follows:
getManifest().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isGenerate()
Boolean
public void setGenerate(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.