public class ProductCollection extends Product
Java class for Product_Collection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_Collection">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
<sequence>
<element name="Context_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Context_Area" minOccurs="0"/>
<element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/>
<element name="Collection" type="{http://pds.nasa.gov/pds4/pds/v1}Collection"/>
<element name="File_Area_Inventory" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_Inventory"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Collection |
collection |
protected ContextArea |
contextArea |
protected FileAreaInventory |
fileAreaInventory |
protected ReferenceList |
referenceList |
identificationArea| Constructor and Description |
|---|
ProductCollection() |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection()
Gets the value of the collection property.
|
ContextArea |
getContextArea()
Gets the value of the contextArea property.
|
FileAreaInventory |
getFileAreaInventory()
Gets the value of the fileAreaInventory property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setCollection(Collection value)
Sets the value of the collection property.
|
void |
setContextArea(ContextArea value)
Sets the value of the contextArea property.
|
void |
setFileAreaInventory(FileAreaInventory value)
Sets the value of the fileAreaInventory property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getIdentificationArea, setIdentificationAreaprotected ContextArea contextArea
protected ReferenceList referenceList
protected Collection collection
protected FileAreaInventory fileAreaInventory
public ContextArea getContextArea()
ContextAreapublic void setContextArea(ContextArea value)
value - allowed object is
ContextAreapublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic Collection getCollection()
Collectionpublic void setCollection(Collection value)
value - allowed object is
Collectionpublic FileAreaInventory getFileAreaInventory()
FileAreaInventorypublic void setFileAreaInventory(FileAreaInventory value)
value - allowed object is
FileAreaInventoryCopyright © 2020. All rights reserved.