Class 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 Detail

      • Checksums

        public Checksums()
    • 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 is Manifest
      • 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