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 Summary
Fields Modifier and Type Field Description protected Filefileprotected java.util.List<InternalReference>internalReferencesprotected Zipzip-
Fields inherited from class gov.nasa.arc.pds.xml.generated.Product
identificationArea
-
-
Constructor Summary
Constructors Constructor Description ProductZipped()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Gets the value of the file property.java.util.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.Product
getIdentificationArea, setIdentificationArea
-
-
-
-
Field Detail
-
internalReferences
protected java.util.List<InternalReference> internalReferences
-
zip
protected Zip zip
-
file
protected File file
-
-
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
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- Returns:
- The value of the internalReferences property.
-
setZip
public void setZip(Zip value)
Sets the value of the zip property.- Parameters:
value- allowed object isZip
-
-