public class ProductZipped extends Product
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>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected List<InternalReference> |
internalReferences |
protected Zip |
zip |
identificationArea| Constructor and Description |
|---|
ProductZipped() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getIdentificationArea, setIdentificationAreaprotected List<InternalReference> internalReferences
protected Zip zip
protected File file
public List<InternalReference> getInternalReferences()
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
public void setZip(Zip value)
value - allowed object is
ZipCopyright © 2020. All rights reserved.