public class ProductFileRepository extends Product
Java class for Product_File_Repository complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_File_Repository">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
<sequence>
<element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/>
<element name="File_Area_Binary" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_Binary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileAreaBinary |
fileAreaBinary |
protected ReferenceList |
referenceList |
identificationArea| Constructor and Description |
|---|
ProductFileRepository() |
| Modifier and Type | Method and Description |
|---|---|
FileAreaBinary |
getFileAreaBinary()
Gets the value of the fileAreaBinary property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setFileAreaBinary(FileAreaBinary value)
Sets the value of the fileAreaBinary property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getIdentificationArea, setIdentificationAreaprotected ReferenceList referenceList
protected FileAreaBinary fileAreaBinary
public ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic FileAreaBinary getFileAreaBinary()
FileAreaBinarypublic void setFileAreaBinary(FileAreaBinary value)
value - allowed object is
FileAreaBinaryCopyright © 2019. All rights reserved.