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 Detail

      • recordDelimiter

        protected java.lang.String recordDelimiter
    • Constructor Detail

      • StreamText

        public StreamText()
    • Method Detail

      • getRecordDelimiter

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

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