gov.nasa.arc.pds.xml.generated
Class FileAreaText

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.FileArea
      extended by gov.nasa.arc.pds.xml.generated.FileAreaText

public class FileAreaText
extends FileArea

The File Area Text class describes a file that contains a text stream object.

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>
 


Field Summary
protected  File file
           
protected  StreamText streamText
           
 
Constructor Summary
FileAreaText()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected File file

streamText

protected StreamText streamText
Constructor Detail

FileAreaText

public FileAreaText()
Method Detail

getFile

public File getFile()
Gets the value of the file property.

Returns:
possible object is File

setFile

public void setFile(File value)
Sets the value of the file property.

Parameters:
value - allowed object is File

getStreamText

public StreamText getStreamText()
Gets the value of the streamText property.

Returns:
possible object is StreamText

setStreamText

public void setStreamText(StreamText value)
Sets the value of the streamText property.

Parameters:
value - allowed object is StreamText


Copyright © 2014. All Rights Reserved.