public class FileAreaText extends FileArea
Java class for File_Area_Text complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="File_Area_Text">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}File_Area">
<sequence>
<element name="File" type="{http://pds.nasa.gov/pds4/pds/v1}File"/>
<element name="Stream_Text" type="{http://pds.nasa.gov/pds4/pds/v1}Stream_Text"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected File |
file |
protected StreamText |
streamText |
| Constructor and Description |
|---|
FileAreaText() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Gets the value of the file property.
|
StreamText |
getStreamText()
Gets the value of the streamText property.
|
void |
setFile(File value)
Sets the value of the file property.
|
void |
setStreamText(StreamText value)
Sets the value of the streamText property.
|
protected File file
protected StreamText streamText
public void setFile(File value)
value - allowed object is
Filepublic StreamText getStreamText()
StreamTextpublic void setStreamText(StreamText value)
value - allowed object is
StreamTextCopyright © 2022 Planetary Data System. All rights reserved.