Package gov.nasa.arc.pds.xml.generated
Class ProductZipped
java.lang.Object
gov.nasa.arc.pds.xml.generated.Product
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 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 SummaryFields Modifier and Type Field Description protected Filefileprotected List<InternalReference>internalReferencesprotected ZipzipFields inherited from class gov.nasa.arc.pds.xml.generated.ProductidentificationArea
- 
Constructor SummaryConstructors Constructor Description ProductZipped()
- 
Method SummaryModifier and Type Method Description FilegetFile()Gets the value of the file property.List<InternalReference>getInternalReferences()Gets the value of the internalReferences property.ZipgetZip()Gets the value of the zip property.voidsetFile(File value)Sets the value of the file property.voidsetZip(Zip value)Sets the value of the zip property.Methods inherited from class gov.nasa.arc.pds.xml.generated.ProductgetIdentificationArea, setIdentificationArea
- 
Field Details- 
internalReferences
- 
zip
- 
file
 
- 
- 
Constructor Details- 
ProductZippedpublic ProductZipped()
 
- 
- 
Method Details- 
getInternalReferencesGets 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 setmethod 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
- 
getZipGets the value of the zip property.- Returns:
- possible object is
     Zip
 
- 
setZipSets the value of the zip property.- Parameters:
- value- allowed object is- Zip
 
- 
getFileGets the value of the file property.- Returns:
- possible object is
     File
 
- 
setFileSets the value of the file property.- Parameters:
- value- allowed object is- File
 
 
-