All Implemented Interfaces:
Primitive, Type, Visitable, Serializable

public class ST extends AbstractTextPrimitive

Represents an HL7 ST (string data) data type. A ST contains a single String value.

See Also:
  • Constructor Details

    • ST

      public ST(Message message)
      Constructs an uninitialized ST.
      Parameters:
      message - the Message to which this Type belongs
  • Method Details