Class X12InterchangeControlHeaders

    • Method Detail

      • senderIdQualifier

        public final 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.

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

        public final String senderId()

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

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

        public final 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.

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

        public final String receiverId()

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

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

        public final 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.

        Returns:
        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.

      • acknowledgmentRequestedCode

        public final 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.

        Returns:
        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.
      • usageIndicatorCode

        public final 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.

        Returns:
        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.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)