public class ProductFileText extends Product
Java class for Product_File_Text complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_File_Text">
<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_Text" type="{http://pds.nasa.gov/pds4/pds/v1}File_Area_Text"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileAreaText |
fileAreaText |
protected ReferenceList |
referenceList |
identificationArea| Constructor and Description |
|---|
ProductFileText() |
| Modifier and Type | Method and Description |
|---|---|
FileAreaText |
getFileAreaText()
Gets the value of the fileAreaText property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setFileAreaText(FileAreaText value)
Sets the value of the fileAreaText property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getIdentificationArea, setIdentificationAreaprotected ReferenceList referenceList
protected FileAreaText fileAreaText
public ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic FileAreaText getFileAreaText()
FileAreaTextpublic void setFileAreaText(FileAreaText value)
value - allowed object is
FileAreaTextCopyright © 2019. All rights reserved.