Uses of Class
com.americancoders.edi.TransactionSet

Uses of TransactionSet in com.americancoders.edi
 

Fields in com.americancoders.edi declared as TransactionSet
protected  TransactionSet EDIXMLParser.parsedTransactionSet
           
protected static TransactionSet TransactionSetFactory.currentTransactionSet
           
 

Methods in com.americancoders.edi that return TransactionSet
 TransactionSet EDIXMLParser.getTransactionSet()
          returns the transaction set that was parsed
static TransactionSet TransactionSetFactory.buildTransactionSet(java.lang.String inTSID)
          static class method will build a transaction set based on input string and OBOE.properties defintion see OBOE.properties file to define the directory path file name is preppended with xmlPath from OBOE.properties and appended with ".xml"
example
OBOE.properties file contains: xmlPath = c:/xmlDefinitions/
input String is 840
method will read file named: x:/xmlDefinitions/840.xml
method will search for the OBOE.properties file local directory user.home directory java.home directory
static TransactionSet TransactionSetFactory.buildTransactionSet(java.lang.String inTSID, java.lang.String inPropertiesFileName)
          static class method will build a transaction set based on input string and OBOE.properties definition see OBOE.properties file to define the directory path file name is preppended with xmlPath from OBOE.properties and appended with ".xml"
example
OBOE.properties file contains: xmlPath = c:/xmlDefinitions/
input String is 840
method will read file named: x:/xmlDefinitions/840.xml
static TransactionSet TransactionSetFactory.buildTransactionSet(java.lang.String inTSID, java.net.URL inURL)
          static class method will build a transaction set based on url file name and OBOE.properties defintion used by the sample html viewer on web page see OBOE.properties file to define the directory path file name is preppended with xmlPath from OBOE.properties and appended with ".xml"
example
OBOE.properties file contains: xmlPath = c:/xmlDefinitions/
input String is 840
method will read file named: x:/xmlDefinitions/840.xml
 

Uses of TransactionSet in com.americancoders.edi.EDIFact
 

Methods in com.americancoders.edi.EDIFact that return TransactionSet
 TransactionSet Parser.getTransactionSet()
          returns the transaction set that was parsed
 

Uses of TransactionSet in com.americancoders.edi.fixformat
 

Methods in com.americancoders.edi.fixformat with parameters of type TransactionSet
protected  java.util.HashMap FixformatTokenizer.buildHashMapSegment(TransactionSet transactionSet)
          Builds up a hashMap containing all templates of used segments as defined in the rules .xml file
 

Constructors in com.americancoders.edi.fixformat with parameters of type TransactionSet
FixformatTokenizer.FixformatTokenizer(java.lang.String inputString, java.lang.String segmentDelimiter, TransactionSet transactionSet, int segmentIdLength)
           
 

Uses of TransactionSet in com.americancoders.edi.x12
 

Methods in com.americancoders.edi.x12 that return TransactionSet
static TransactionSet Functional_Acknowledgment.PostiveAcknowledgment(TransactionSet tsRespondingTo, Segment ISASegment)
          Static class method used to generate a 997 transactionSet.
 TransactionSet Parser.getTransactionSet()
          returns the transaction set that was parsed
 TransactionSet Parser.getTransactionSet(int pos)
          returns the transaction set at a specified postion
 TransactionSet Parser.getNextTransactionSet()
          returns the next transaction set that was parsed
 

Methods in com.americancoders.edi.x12 with parameters of type TransactionSet
 java.lang.String Envelope.getOutputTransactionSet(TransactionSet inputTransactionSet)
          returns the EDI (x12) formatted document in a String
static TransactionSet Functional_Acknowledgment.PostiveAcknowledgment(TransactionSet tsRespondingTo, Segment ISASegment)
          Static class method used to generate a 997 transactionSet.
 

Constructors in com.americancoders.edi.x12 with parameters of type TransactionSet
Parser.Parser(TransactionSet inTransactionSet)
          builds a parser from an existing transactionSet object