Interface X12Details.Builder

    • Method Detail

      • transactionSet

        X12Details.Builder transactionSet​(String transactionSet)

        Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.

        Parameters:
        transactionSet - Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        X12TransactionSet, X12TransactionSet
      • transactionSet

        X12Details.Builder transactionSet​(X12TransactionSet transactionSet)

        Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.

        Parameters:
        transactionSet - Returns an enumerated type where each value identifies an X12 transaction set. Transaction sets are maintained by the X12 Accredited Standards Committee.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        X12TransactionSet, X12TransactionSet
      • version

        X12Details.Builder version​(String version)

        Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.

        Parameters:
        version - Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        X12Version, X12Version
      • version

        X12Details.Builder version​(X12Version version)

        Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.

        Parameters:
        version - Returns the version to use for the specified X12 transaction set. Supported versions are 4010, 4030, and 5010.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        X12Version, X12Version