com.americancoders.edi.x12
Class Functional_Acknowledgment

java.lang.Object
  |
  +--com.americancoders.edi.x12.Functional_Acknowledgment

public class Functional_Acknowledgment
extends java.lang.Object


Constructor Summary
Functional_Acknowledgment()
           
 
Method Summary
static TransactionSet PostiveAcknowledgment(TransactionSet tsRespondingTo, Segment ISASegment)
          Static class method used to generate a 997 transactionSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functional_Acknowledgment

public Functional_Acknowledgment()
Method Detail

PostiveAcknowledgment

public static TransactionSet PostiveAcknowledgment(TransactionSet tsRespondingTo,
                                                   Segment ISASegment)
                                            throws java.lang.Exception
Static class method used to generate a 997 transactionSet. It always returns a positive acknowledgment and assumes it is reponding to 1 transaction set.
Parameters:
TransactionSet - ts we're responding to
Segment - ISA segment used for control numbers to indicate what we are responding to
Returns:
TransactionSet - functional acknowledgement transaction set
Throws:
java.lang.Exception - - for instance using FA to respond to a FA is not correct.