Package gov.nasa.arc.pds.xml.generated
Class FileAreaText
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.FileArea
- 
- 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 SummaryFields Modifier and Type Field Description protected Filefileprotected StreamTextstreamText
 - 
Constructor SummaryConstructors Constructor Description FileAreaText()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()Gets the value of the file property.StreamTextgetStreamText()Gets the value of the streamText property.voidsetFile(File value)Sets the value of the file property.voidsetStreamText(StreamText value)Sets the value of the streamText property.
 
- 
- 
- 
Field Detail- 
fileprotected File file 
 - 
streamTextprotected StreamText streamText 
 
- 
 - 
Method Detail- 
setFilepublic void setFile(File value) Sets the value of the file property.- Parameters:
- value- allowed object is- File
 
 - 
getStreamTextpublic StreamText getStreamText() Gets the value of the streamText property.- Returns:
- possible object is
     StreamText
 
 - 
setStreamTextpublic void setStreamText(StreamText value) Sets the value of the streamText property.- Parameters:
- value- allowed object is- StreamText
 
 
- 
 
-