Interface X12InterchangeControlHeaders.Builder

  • Method Details

    • senderIdQualifier

      X12InterchangeControlHeaders.Builder senderIdQualifier(String senderIdQualifier)

      Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.

      Parameters:
      senderIdQualifier - Located at position ISA-05 in the header. Qualifier for the sender ID. Together, the ID and qualifier uniquely identify the sending trading partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • senderId

      Located at position ISA-06 in the header. This value (along with the senderIdQualifier) identifies the sender of the interchange.

      Parameters:
      senderId - Located at position ISA-06 in the header. This value (along with the senderIdQualifier) identifies the sender of the interchange.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receiverIdQualifier

      X12InterchangeControlHeaders.Builder receiverIdQualifier(String receiverIdQualifier)

      Located at position ISA-07 in the header. Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.

      Parameters:
      receiverIdQualifier - Located at position ISA-07 in the header. Qualifier for the receiver ID. Together, the ID and qualifier uniquely identify the receiving trading partner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receiverId

      Located at position ISA-08 in the header. This value (along with the receiverIdQualifier) identifies the intended recipient of the interchange.

      Parameters:
      receiverId - Located at position ISA-08 in the header. This value (along with the receiverIdQualifier) identifies the intended recipient of the interchange.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repetitionSeparator

      X12InterchangeControlHeaders.Builder repetitionSeparator(String repetitionSeparator)

      Located at position ISA-11 in the header. This string makes it easier when you need to group similar adjacent element values together without using extra segments.

      This parameter is only honored for version greater than 401 (VERSION_4010 and higher).

      For versions less than 401, this field is called StandardsId, in which case our service sets the value to U.

      Parameters:
      repetitionSeparator - Located at position ISA-11 in the header. This string makes it easier when you need to group similar adjacent element values together without using extra segments.

      This parameter is only honored for version greater than 401 (VERSION_4010 and higher).

      For versions less than 401, this field is called StandardsId, in which case our service sets the value to U.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • acknowledgmentRequestedCode

      X12InterchangeControlHeaders.Builder acknowledgmentRequestedCode(String acknowledgmentRequestedCode)

      Located at position ISA-14 in the header. The value "1" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value "0" is used otherwise.

      Parameters:
      acknowledgmentRequestedCode - Located at position ISA-14 in the header. The value "1" indicates that the sender is requesting an interchange acknowledgment at receipt of the interchange. The value "0" is used otherwise.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • usageIndicatorCode

      X12InterchangeControlHeaders.Builder usageIndicatorCode(String usageIndicatorCode)

      Located at position ISA-15 in the header. Specifies how this interchange is being used:

      • T indicates this interchange is for testing.

      • P indicates this interchange is for production.

      • I indicates this interchange is informational.

      Parameters:
      usageIndicatorCode - Located at position ISA-15 in the header. Specifies how this interchange is being used:

      • T indicates this interchange is for testing.

      • P indicates this interchange is for production.

      • I indicates this interchange is informational.

      Returns:
      Returns a reference to this object so that method calls can be chained together.