Class StreamText


public class StreamText
extends ParsableByteStream
The Stream text class defines a text object.

Java class for Stream_Text complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Stream_Text">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream">
       <sequence>
         <element name="record_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}record_delimiter"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • recordDelimiter

      protected String recordDelimiter
  • Constructor Details

    • StreamText

      public StreamText()
  • Method Details

    • getRecordDelimiter

      public String getRecordDelimiter()
      Gets the value of the recordDelimiter property.
      Returns:
      possible object is String
    • setRecordDelimiter

      public void setRecordDelimiter​(String value)
      Sets the value of the recordDelimiter property.
      Parameters:
      value - allowed object is String