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" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}generate"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
generate |
protected List<String> |
manifest |
Constructor and Description |
---|
Checksums() |
Modifier and Type | Method and Description |
---|---|
List<String> |
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.
|
public List<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
Copyright © 2010–2016 Planetary Data System. All rights reserved.