Class ProductZipped


  • public class ProductZipped
    extends Product
    The Product_Zipped is a product with references to other products. The referenced products and all associated products and files are packaged into a single ZIP file.

    Java class for Product_Zipped complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Product_Zipped">
       <complexContent>
         <extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
           <sequence>
             <element ref="{http://pds.nasa.gov/pds4/pds/v1}Internal_Reference" maxOccurs="unbounded"/>
             <element name="Zip" type="{http://pds.nasa.gov/pds4/pds/v1}Zip"/>
             <element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • zip

        protected Zip zip
      • file

        protected File file
    • Constructor Detail

      • ProductZipped

        public ProductZipped()
    • Method Detail

      • getInternalReferences

        public java.util.List<InternalReference> getInternalReferences()
        Gets the value of the internalReferences 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 internalReferences property.

        For example, to add a new item, do as follows:

         getInternalReferences().add(newItem);
         

        Objects of the following type(s) are allowed in the list InternalReference

        Returns:
        The value of the internalReferences property.
      • getZip

        public Zip getZip()
        Gets the value of the zip property.
        Returns:
        possible object is Zip
      • setZip

        public void setZip​(Zip value)
        Sets the value of the zip property.
        Parameters:
        value - allowed object is Zip
      • getFile

        public File getFile()
        Gets the value of the file property.
        Returns:
        possible object is File
      • setFile

        public void setFile​(File value)
        Sets the value of the file property.
        Parameters:
        value - allowed object is File