gov.nasa.arc.pds.xml.generated
Class ProductZipped

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Product
      extended by gov.nasa.arc.pds.xml.generated.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 name="Internal_Reference" type="{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 Summary
protected  File file
           
protected  List<InternalReference> internalReferences
           
protected  Zip zip
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Product
identificationArea
 
Constructor Summary
ProductZipped()
           
 
Method Summary
 File getFile()
          Gets the value of the file property.
 List<InternalReference> getInternalReferences()
          Gets the value of the internalReferences property.
 Zip getZip()
          Gets the value of the zip property.
 void setFile(File value)
          Sets the value of the file property.
 void setZip(Zip value)
          Sets the value of the zip property.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.Product
getIdentificationArea, setIdentificationArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internalReferences

protected List<InternalReference> internalReferences

zip

protected Zip zip

file

protected File file
Constructor Detail

ProductZipped

public ProductZipped()
Method Detail

getInternalReferences

public 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


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


Copyright © 2013. All Rights Reserved.