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
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
FieldsFields inherited from class gov.nasa.arc.pds.xml.generated.Product
identificationArea -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.nasa.arc.pds.xml.generated.Product
getIdentificationArea, setIdentificationArea
-
Field Details
-
internalReferences
-
zip
-
file
-
-
Constructor Details
-
ProductZipped
public ProductZipped()
-
-
Method Details
-
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.
-
getZip
Gets the value of the zip property.- Returns:
- possible object is
Zip
-
setZip
Sets the value of the zip property.- Parameters:
value- allowed object isZip
-
getFile
Gets the value of the file property.- Returns:
- possible object is
File
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isFile
-