gov.nasa.pds.harvest.policy
Class Checksums

java.lang.Object
  extended by gov.nasa.pds.harvest.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="{}manifest" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}generate"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean generate
           
protected  List<String> manifest
           
 
Constructor Summary
Checksums()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manifest

protected List<String> manifest

generate

protected Boolean generate
Constructor Detail

Checksums

public Checksums()
Method Detail

getManifest

public List<String> getManifest()
Gets the value of the manifest property.

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


isGenerate

public boolean isGenerate()
Gets the value of the generate property.

Returns:
possible object is Boolean

setGenerate

public void setGenerate(Boolean value)
Sets the value of the generate property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.