Class X12FunctionalGroupHeaders

    • Method Detail

      • applicationSenderCode

        public final String applicationSenderCode()

        A value representing the code used to identify the party transmitting a message, at position GS-02.

        Returns:
        A value representing the code used to identify the party transmitting a message, at position GS-02.
      • applicationReceiverCode

        public final String applicationReceiverCode()

        A value representing the code used to identify the party receiving a message, at position GS-03.

        Returns:
        A value representing the code used to identify the party receiving a message, at position GS-03.
      • responsibleAgencyCode

        public final String responsibleAgencyCode()

        A code that identifies the issuer of the standard, at position GS-07.

        Returns:
        A code that identifies the issuer of the standard, at position GS-07.
      • 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)