A B C D E F G H I L M N O P R S T U V W X _

A

actionPerformed(ActionEvent) - Method in class com.americancoders.edi.EDIMailCall
 
actionPerformed(ActionEvent) - Method in class com.americancoders.edi.viewsamples
 
actionPerformed(ActionEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
actualSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
 
actualSegmentString - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
 
actualSegmentString - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
add(String, String) - Method in class com.americancoders.edi.IDList
Add code and description to the vectors
addCode(String, String) - Method in class com.americancoders.edi.IDDE
sets the validating list with valid codes and description array
used by Segment class, because codes are dependent on the Segment
addCompositeDE(CompositeDE) - Method in interface com.americancoders.edi.ICompositeDEContainer
sets a CompositeDE in the Container
addCompositeDE(CompositeDE) - Method in class com.americancoders.edi.Segment
adds a composite DE to vector
addCompositeDE(TemplateComposite) - Method in class com.americancoders.edi.TemplateSegment
adds to TemplateDE container
addDataElement(DataElement) - Method in class com.americancoders.edi.CompositeDE
sets a DataElement in the Container
addDataElement(DataElement) - Method in interface com.americancoders.edi.IDataElementContainer
sets a DataElement in the Container
addDataElement(DataElement) - Method in class com.americancoders.edi.Segment
adds a DE to vector
addDataElement(TemplateDE) - Method in class com.americancoders.edi.TemplateComposite
adds to TemplateDE container
addDataElement(TemplateDE) - Method in class com.americancoders.edi.TemplateSegment
adds to TemplateDE container
addSegment(Segment) - Method in class com.americancoders.edi.SegmentContainer
 
addSegment(Segment, int) - Method in class com.americancoders.edi.SegmentContainer
adds a Segment to the segmentArray by its predefined sequence
addSegmentToVector(Segment, int) - Method in class com.americancoders.edi.SegmentContainer
adds a Segment to a vectorized segment in the segmentArray at a predefined sequence
addTemplateSegment(TemplateSegment) - Method in interface com.americancoders.edi.ITemplateSegmentContainer
sets a Segment may be used to add a new Segment may be used to change an existing Segment may be used to remove an Segment, this is done by passing a null object
addTemplateSegment(TemplateSegment) - Method in class com.americancoders.edi.SegmentContainer
adds a templatesegment to the vector
addTemplateSegment(TemplateSegment) - Method in class com.americancoders.edi.TemplateSegment
adds to secondary TemplateSegment container
areYouAGroup() - Method in class com.americancoders.edi.TemplateSegment
Simple routine to determine if the segment contains no data elements
if it returns true then it is a EDIFact Group

B

browseFilename(Component, JTextComponent) - Method in class com.americancoders.edi.SendEDIMailGuiPanel
Browses the directory for a filename
buildDE(int) - Method in class com.americancoders.edi.CompositeDE
defines a dataelement by the predefined templateDE array
buildDE(int) - Method in class com.americancoders.edi.Segment
defines a dataelement by the predefined templateDE array
buildHashMapSegment(TransactionSet) - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
Builds up a hashMap containing all templates of used segments as defined in the rules .xml file
buildTransactionSet(String) - Static method in class com.americancoders.edi.TransactionSetFactory
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
buildTransactionSet(String, String) - Static method in class com.americancoders.edi.TransactionSetFactory
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
buildTransactionSet(String, URL) - Static method in class com.americancoders.edi.TransactionSetFactory
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
ByteArrayDataSource - class com.americancoders.util.ByteArrayDataSource.
 
ByteArrayDataSource(byte[], String) - Constructor for class com.americancoders.util.ByteArrayDataSource
 
ByteArrayDataSource(InputStream, String) - Constructor for class com.americancoders.util.ByteArrayDataSource
 
ByteArrayDataSource(String, String) - Constructor for class com.americancoders.util.ByteArrayDataSource
 

C

center() - Method in class com.americancoders.edi.SendEDIMailGui
Centers the window in the middle of the screen
CharDE - class com.americancoders.edi.CharDE.
class for all Data Elements defined as character and alphanumeric
CharDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.CharDE
constructs the CharDE type
CharDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.CharDE
constructs the CharDE type
CharDE(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.CharDE
constructs the Char DE type and sets its value
CharDE(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.CharDE
constructs the Char DE type and sets its value
charPositionInSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
codes - Variable in class com.americancoders.edi.IDList
 
componentHidden(ComponentEvent) - Method in class com.americancoders.edi.EDIMailCall
 
componentHidden(ComponentEvent) - Method in class com.americancoders.edi.viewsamples
 
componentHidden(ComponentEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
componentMoved(ComponentEvent) - Method in class com.americancoders.edi.EDIMailCall
 
componentMoved(ComponentEvent) - Method in class com.americancoders.edi.viewsamples
 
componentMoved(ComponentEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
componentResized(ComponentEvent) - Method in class com.americancoders.edi.EDIMailCall
 
componentResized(ComponentEvent) - Method in class com.americancoders.edi.viewsamples
 
componentResized(ComponentEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
componentShown(ComponentEvent) - Method in class com.americancoders.edi.EDIMailCall
 
componentShown(ComponentEvent) - Method in class com.americancoders.edi.viewsamples
 
componentShown(ComponentEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
CompositeDE - class com.americancoders.edi.CompositeDE.
class for all Composite Data Elements
CompositeDE(String) - Constructor for class com.americancoders.edi.CompositeDE
creates a compsosite with an id
CompositeDE(String, int, String) - Constructor for class com.americancoders.edi.CompositeDE
creates a composite with an id, sequence and a xmltag
CompositeDE(TemplateComposite) - Constructor for class com.americancoders.edi.CompositeDE
creates a compsosite using a templage
countDataElements() - Method in interface com.americancoders.edi.ITokenizer
 
countDataElements() - Method in class com.americancoders.edi.Tokenizer
returns a count of dataelements in segment
countDataElements() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
Counts the number of data elements of the actual segment
countSegments() - Method in interface com.americancoders.edi.ITokenizer
 
countSegments() - Method in class com.americancoders.edi.Tokenizer
returns a count of segments in transaction set
countSegments() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
Counts the number of segments of the file
countTokens() - Method in interface com.americancoders.edi.IDataTokenizer
 
countTokens() - Method in class com.americancoders.edi.Tokenizer.DataTokenizer
how many tokens in list
countTokens() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
createComposite(String) - Method in class com.americancoders.edi.TemplateComposite
creates a static composite
createSegment(String) - Method in interface com.americancoders.edi.ITemplateSegmentContainer
returns a new Segment
createSegment(String) - Method in class com.americancoders.edi.Segment
this is here as a stub because of the segment container interface
createSegment(String) - Method in class com.americancoders.edi.SegmentContainer
creates a static segment
createSegment(String) - Method in class com.americancoders.edi.TemplateSegment
creates a static segment
currentCompositeDE - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentDataElement - Variable in class com.americancoders.edi.Tokenizer
 
currentDataElement - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentDataElement - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
currentDate() - Static method in class com.americancoders.util.Util
 
currentID - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentLoopID - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentPos - Variable in class com.americancoders.edi.Tokenizer.DataTokenizer
similar to the java.lang.StringTokenizer.
currentSegContainerStack - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentTable - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentTemplateSegment - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentTemplateSegmentContainer - Variable in class com.americancoders.edi.TransactionSetFactory
 
currentTime() - Static method in class com.americancoders.util.Util
 
currentTokenString - Variable in class com.americancoders.edi.Tokenizer
 
currentTokenStringToken - Variable in class com.americancoders.edi.Tokenizer
 
currentTransactionSet - Static variable in class com.americancoders.edi.TransactionSetFactory
 

D

dataDir - Variable in class com.americancoders.edi.SendEDIMailGuiPanel
 
DataElement - class com.americancoders.edi.DataElement.
class for all Data Elements
DataElement(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.DataElement
constructs the Data Element type
DataElement(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.DataElement
constructs the Data Element type
DataElement(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.DataElement
constructs the Data Element type and sets its value
DataElement(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.DataElement
constructs the Data Element type and sets its value constructs the Data Element type and sets its value
dataelementPos - Variable in class com.americancoders.edi.Tokenizer
 
dataElementReady - Variable in class com.americancoders.edi.Tokenizer
 
DateDE - class com.americancoders.edi.DateDE.
class for Data Elements defined as Date
DateDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.DateDE
constructs a DateDE object
DateDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.DateDE
constructs a DateDE object
DateDE(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.DateDE
constructs a DateDE object using an input string in the format YYYYMMDD where YY is year MM is month, DD is day of month
deArray - Variable in class com.americancoders.edi.CompositeDE
 
deArray - Variable in class com.americancoders.edi.Segment
 
decode(byte[]) - Static method in class com.americancoders.edi.OutgoingEDIMail
 
Deferred_Delivery_Request - class com.americancoders.edi.x12.Deferred_Delivery_Request.
factory class for Segment Deferred_Delivery_Request
Deferred_Delivery_Request() - Constructor for class com.americancoders.edi.x12.Deferred_Delivery_Request
 
defineSegmentArray() - Method in class com.americancoders.edi.SegmentContainer
simple routine to build the array based on the number of entries in the template segment vector
deleteEDIMail(Vector) - Static method in class com.americancoders.edi.IncomingEDIMail
used by EDIMailCall class to remove email from server
deleteMail() - Method in class com.americancoders.edi.EDIMailCall
method that goes through list to find what mail has been marked for deletion and calls a method in IncomingEDIMail class to actually delete the selected mail items
dePositionInSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
describe() - Method in class com.americancoders.edi.IDDE
returns a description for the current value
describe(String) - Method in class com.americancoders.edi.IDDE
returns a description for a code
describe(String) - Method in class com.americancoders.edi.IDList
returns the descriptive value of the code, if it is not found then the code is returned
description - Variable in class com.americancoders.edi.DataElement
 
description - Variable in class com.americancoders.edi.Segment
 
description - Variable in class com.americancoders.edi.TemplateComposite
 
description - Variable in class com.americancoders.edi.TemplateDE
 
description - Variable in class com.americancoders.edi.TemplateSegment
 
doYouNeedThisSegment(String) - Method in class com.americancoders.edi.TemplateSegment
routine to ask a group if it uses a segment
doYouUseThisElement(String) - Method in class com.americancoders.edi.TemplateSegment
routine to ask if it uses a dataelement
doYouUseThisXMLElement(String, int) - Method in class com.americancoders.edi.TemplateComposite
routine to ask if it uses a dataelement
doYouUseThisXMLElement(String, int) - Method in class com.americancoders.edi.TemplateSegment
routine to ask if it uses a dataelement
doYouWantThisNode(Node) - Method in class com.americancoders.edi.Table
tests if the node is part of this table
dumpEnvelope(Message) - Static method in class com.americancoders.edi.IncomingEDIMail
from javasoft sample program to display mail
dumpPart(Part) - Static method in class com.americancoders.edi.IncomingEDIMail
from javasoft sample program to display mail

E

EDIFACT_FIELD_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
EDIFACT_FORMAT - Static variable in class com.americancoders.edi.TransactionSet
 
EDIFACT_GROUP_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
EDIFACT_SEGMENT_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
EdifactExample - class com.americancoders.edi.EDIFact.EdifactExample.
 
EdifactExample(String, String) - Constructor for class com.americancoders.edi.EDIFact.EdifactExample
 
EDIMailCall - class com.americancoders.edi.EDIMailCall.
this is a sample program to show a java app.
EDIMailCall(String, String, String, String, String) - Constructor for class com.americancoders.edi.EDIMailCall
constructs to object with 4 parameters , a Swing Frame classes, requires JAVA 2 swingset.
ediToXML(String, String, String) - Method in class com.americancoders.edi.EDIFact.SAPExample
Creates XML EDI data using a classic EDI file
EDIXMLParser - class com.americancoders.edi.EDIXMLParser.
class builds edi object by parsing input string in xml edi format
EDIXMLParser(File) - Constructor for class com.americancoders.edi.EDIXMLParser
builds a transaction set by reading a file
EDIXMLParser(String) - Constructor for class com.americancoders.edi.EDIXMLParser
create a transaction set from input string
EDIXMLParser(URL, String) - Constructor for class com.americancoders.edi.EDIXMLParser
builds a transaction set by reading a file NOT USED
encode(byte[]) - Static method in class com.americancoders.edi.OutgoingEDIMail
 
endDocument() - Method in class com.americancoders.edi.TransactionSetFactory
method called when xml file is read to completion
endElement(String) - Method in class com.americancoders.edi.TransactionSetFactory
Method called by the SAX parser at the Envelope - class com.americancoders.edi.x12.Envelope.
class for wrapping an EDI transaction set within an EDI Envelope
can handle only on transaction set
look here to see how to build an EDI Object
Envelope() - Constructor for class com.americancoders.edi.x12.Envelope
instantiates the class from all related ediObjects class
error(SAXParseException) - Method in class com.americancoders.edi.TransactionSetFactory
catches error SAXParseExceptions this code causes exception to continue

F

fatalError(SAXParseException) - Method in class com.americancoders.edi.TransactionSetFactory
catches fatal SAXParseExceptions this code causes exception to continue
FixformatTokenizer - class com.americancoders.edi.fixformat.FixformatTokenizer.
Tokenizer to work with flat EDI files like SAP
FixformatTokenizer.FixformatDataTokenizer - class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer.
Tokenizer to separate the data elements of a single segment by looking up the DE length in the templated of every DE, as defined in the .xml rules file
FixformatTokenizer.FixformatDataTokenizer(FixformatTokenizer, TemplateSegment, String, int, boolean) - Constructor for class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
FixformatTokenizer(String, String, TransactionSet, int) - Constructor for class com.americancoders.edi.fixformat.FixformatTokenizer
 
fractionDigits - Variable in class com.americancoders.edi.NumericDE
 
Functional_Acknowledgment - class com.americancoders.edi.x12.Functional_Acknowledgment.
 
Functional_Acknowledgment() - Constructor for class com.americancoders.edi.x12.Functional_Acknowledgment
 
Functional_Group_Header - class com.americancoders.edi.EDIFact.Functional_Group_Header.
staticly defined class for EDIFact Segment Functional_Group_Header
Functional_Group_Header - class com.americancoders.edi.x12.Functional_Group_Header.
factory class for Segment Functional_Group_Header
Functional_Group_Header() - Constructor for class com.americancoders.edi.EDIFact.Functional_Group_Header
 
Functional_Group_Header() - Constructor for class com.americancoders.edi.x12.Functional_Group_Header
 
Functional_Group_Trailer - class com.americancoders.edi.EDIFact.Functional_Group_Trailer.
staticly defined class for EDIFact Segment Functional_Group_Trailer
Functional_Group_Trailer - class com.americancoders.edi.x12.Functional_Group_Trailer.
staticly defined class for x12 Segment Functional_Group_Trailer
Functional_Group_Trailer() - Constructor for class com.americancoders.edi.EDIFact.Functional_Group_Trailer
 
Functional_Group_Trailer() - Constructor for class com.americancoders.edi.x12.Functional_Group_Trailer
 

G

get() - Method in class com.americancoders.edi.CompositeDE
returns all the data associated
get() - Method in class com.americancoders.edi.DataElement
returns the value for the Data Element
get() - Method in class com.americancoders.edi.DateDE
returns the date stored in YYYYMMDD format where YY is year MM is month, DD is day of month
get() - Method in interface com.americancoders.edi.ICompositeDEContainer
returns all the data associated in a String format
get() - Method in interface com.americancoders.edi.IDataElementContainer
returns all the data associated in a String format
get() - Method in class com.americancoders.edi.Segment
returns all the data associated with the Segment
get() - Method in class com.americancoders.edi.Table
returns the Table in an EDI document format
get() - Method in class com.americancoders.edi.TimeDE
returns the date stored in HHMMSS format where HH is hour MM is minutes SS is seconds
get() - Method in class com.americancoders.edi.TransactionSet
returns all the data associated with the Transaction Set of type Purchase_Order
get(char) - Method in class com.americancoders.edi.CompositeDE
returns all the data associated
get(int) - Method in class com.americancoders.edi.DateDE
returns the date field as stored
get(int) - Method in class com.americancoders.edi.TimeDE
returns the date field as stored
getCalendar() - Method in class com.americancoders.edi.DateDE
returns the calendar field as stored
getCode(int) - Method in class com.americancoders.edi.IDList
returns a code at a specific position in vector
getCode(String) - Method in class com.americancoders.edi.IDDE
returns a code for a desciption
getCode(String) - Method in class com.americancoders.edi.IDList
returns the code value for a descriptive value.
getCompositeDE(int) - Method in interface com.americancoders.edi.ICompositeDEContainer
returns a CompositeDE from the Container
getCompositeDE(int) - Method in class com.americancoders.edi.Segment
returns a compositeDE by its position
getCompositeDE(String) - Method in interface com.americancoders.edi.ICompositeDEContainer
returns a CompositeDE from in the Container
since more than one dataelement with the same id can be in the container this is not a very effective method for fetching unique datalements.
getCompositeDE(String) - Method in class com.americancoders.edi.Segment
returns a compositeDE by its id
getContents() - Method in class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer
 
getContents() - Method in class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer_de
 
getContents(File) - Method in class com.americancoders.edi.EDIFact.EdifactExample
Reads the contents of a file and returns it as String - warning: there may occure problems because a byte buffer is used instead of a char buffer.
getContents(File) - Method in class com.americancoders.edi.EDIFact.SAPExample
Reads the contents of a file and returns it as String - warning: there may occure problems because a byte buffer is used instead of a char buffer.
getContentType() - Method in class com.americancoders.util.ByteArrayDataSource
taken from sun's exmaples
getCurrentDataElement() - Method in interface com.americancoders.edi.ITokenizer
 
getCurrentDataElement() - Method in class com.americancoders.edi.Tokenizer
returns the currently parsed data element.
getCurrentDataElement() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
getCurrentDataElement() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
getCurrentDataElementMaxLength() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
This is a fixformat, so minlength == maxlength (!)
getData() - Method in class com.americancoders.util.ByteArrayDataSource
returns data in byte array
getDataElement(int) - Method in class com.americancoders.edi.CompositeDE
returns a data element by its sequence number, not location within vector
getDataElement(int) - Method in interface com.americancoders.edi.IDataElementContainer
returns a DataElement in the Container
getDataElement(int) - Method in class com.americancoders.edi.Segment
returns a data element by its sequence number, not location within vector
getDataElement(String) - Method in class com.americancoders.edi.CompositeDE
returns a data element by its id
getDataElement(String) - Method in interface com.americancoders.edi.IDataElementContainer
returns a DataElement in the Container
since more than one dataelement with the same id can be in the container this is not a very effective method for fetching unique datalements.
getDataElement(String) - Method in class com.americancoders.edi.Segment
returns a data element by its id
getDataElementPos() - Method in interface com.americancoders.edi.ITokenizer
 
getDataElementPos() - Method in class com.americancoders.edi.Tokenizer
returns the position of the current dataelement being tokenized.
getDataElementPos() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
getDataElementPos() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
getDataElementSize() - Method in class com.americancoders.edi.CompositeDE
returns the number of defined data element
getDataElementSize() - Method in class com.americancoders.edi.Segment
returns the number of defined data element
getDecimalPositions() - Method in class com.americancoders.edi.NumericDE
gets the number of decimal positions
getDecimalPositions() - Method in class com.americancoders.edi.RealDE
gets the number of decimal positions
getDescription() - Method in class com.americancoders.edi.DataElement
returns the Description for the Data Element
getDescription() - Method in class com.americancoders.edi.Segment
returns the Short Description for the Segment
getDescription() - Method in class com.americancoders.edi.TemplateComposite
returns the Description for the Segment
getDescription() - Method in class com.americancoders.edi.TemplateDE
returns the Description for the Data Element
getDescription() - Method in class com.americancoders.edi.TemplateSegment
returns the Description for the Segment
getDetailTable() - Method in class com.americancoders.edi.TransactionSet
returns detail table for the Transaction Set
getEDIDocument() - Method in class com.americancoders.edi.IncomingEDIMail
method to dump mail to System.out
getFormattedText(int) - Method in class com.americancoders.edi.CompositeDE
returns the formatted text type == 1 returns XML format otherwise "description: value"
getFormattedText(int) - Method in class com.americancoders.edi.DataElement
formats text of data element
Description of DataElement is defined in the class
value is the current value set in the object
getFormattedText(int) - Method in class com.americancoders.edi.DateDE
formats text of data element
Short Description of DataElement is defined in the class
value is the current value set in the object
getFormattedText(int) - Method in class com.americancoders.edi.IDDE
formats text of data element
Description of DataElement is defined in the class
value is the current value set in the object
getFormattedText(int) - Method in class com.americancoders.edi.NumericDE
builds a formatted String of the object
getFormattedText(int) - Method in class com.americancoders.edi.RealDE
creates a RealDE object using an input string
getFormattedText(int) - Method in class com.americancoders.edi.Segment
returns the formatted text
getFormattedText(int) - Method in class com.americancoders.edi.Table
returns a preformatted string
getFormattedText(int) - Method in class com.americancoders.edi.TimeDE
formats text of data element
Short Description of DataElement is defined in the class
value is the current value set in the object
getFormattedText(int) - Method in class com.americancoders.edi.TransactionSet
returns a formatted string of the transaction set
getFunctional_Group_Header() - Method in class com.americancoders.edi.x12.Envelope
returns the Functional Group Header build for the envelope
getFunctional_Group_Header() - Method in class com.americancoders.edi.x12.Parser
returns the parsed Functional Group Header
getFunctional_Group_Trailer() - Method in class com.americancoders.edi.x12.Envelope
returns the Functional Group Trailer build for the envelope
getFunctional_Group_Trailer() - Method in class com.americancoders.edi.x12.Parser
returns the parsed Functional Group Trailer
getFunctionalGroup() - Method in class com.americancoders.edi.TransactionSet
return Functional Group for the Transaction Set
getHeaderTable() - Method in class com.americancoders.edi.TransactionSet
returns header table for the Transaction Set
getID() - Method in class com.americancoders.edi.CompositeDE
returns the id field
getID() - Method in class com.americancoders.edi.DataElement
gets the Data Element id
getID() - Method in interface com.americancoders.edi.IIdentifier
 
getID() - Method in class com.americancoders.edi.Segment
gets the segment id
getID() - Method in class com.americancoders.edi.SegmentContainer
 
getID() - Method in class com.americancoders.edi.Table
returns the table id, since there are no tables id it returns a ""
getID() - Method in class com.americancoders.edi.TemplateComposite
gets TemplateComposite id
getID() - Method in class com.americancoders.edi.TemplateDE
gets the Data Element id
getID() - Method in class com.americancoders.edi.TemplateSegment
gets TemplateSegment id
getID() - Method in class com.americancoders.edi.TransactionSet
returns id for the Transaction Set
getIDList() - Method in class com.americancoders.edi.TemplateDE
gets the idList Object
getInputStream() - Method in class com.americancoders.util.ByteArrayDataSource
taken from sun's exmaples
getInstance() - Static method in class com.americancoders.edi.EDIFact.Functional_Group_Header
Factory method to create an Funcitonal Group Header
getInstance() - Static method in class com.americancoders.edi.EDIFact.Functional_Group_Trailer
Factory method to create an Funcitonal Group Trailer
getInstance() - Static method in class com.americancoders.edi.EDIFact.Interchange_Header
Factory method to create an Interchange Header
getInstance() - Static method in class com.americancoders.edi.EDIFact.Interchange_Trailer
Factory method to create an Interchange Trailer
getInstance() - Static method in class com.americancoders.edi.EDIFact.Message_Header
Factory method to create an Message Header
getInstance() - Static method in class com.americancoders.edi.EDIFact.Message_Trailer
Factory method to create an Message Trailer
getInstance() - Static method in class com.americancoders.edi.x12.Deferred_Delivery_Request
Factory method to create a Deferred Delivery Request
getInstance() - Static method in class com.americancoders.edi.x12.Functional_Group_Header
Factory method to create a Functional Group Header
getInstance() - Static method in class com.americancoders.edi.x12.Functional_Group_Trailer
Factory method to create a Functional Group Trailer
getInstance() - Static method in class com.americancoders.edi.x12.Grade_of_Service_Request
Factory method to create a Grade_of_Service_Request
getInstance() - Static method in class com.americancoders.edi.x12.Interchange_Acknowledgment
Factory method to create a Interchange Acknowledgment
getInstance() - Static method in class com.americancoders.edi.x12.Interchange_Control_Header
Factory method to create an Interchange Control Header
getInstance() - Static method in class com.americancoders.edi.x12.Interchange_Control_Trailer
Factory method to create an Interchange Control Trailer
getInstance() - Static method in class com.americancoders.edi.x12.Interchange_Delivery_Notice
Factory method to create a Interchange Delivery Notice
getInstance() - Static method in class com.americancoders.edi.x12.Note_Special_Instruction
creates an Instance of type Note_Special_Instruction
getInterchange_Control_Header() - Method in class com.americancoders.edi.x12.Envelope
returns the Interchange Control Header build for the envelope
getInterchange_Control_Header() - Method in class com.americancoders.edi.x12.Parser
returns the parsed Interchange Control Header
getInterchange_Control_Trailer() - Method in class com.americancoders.edi.x12.Envelope
returns the Interchange Control Trailer build for the envelope
getInterchange_Control_Trailer() - Method in class com.americancoders.edi.x12.Parser
returns the parsed Interchange Trailer Header
getLength() - Method in class com.americancoders.edi.DataElement
gets the current length for the Data Element
getMaxLength() - Method in class com.americancoders.edi.DataElement
gets the maximum length for the Data Element
getMaxLength() - Method in class com.americancoders.edi.TemplateDE
gets the maximum length for the Data Element
getMinLength() - Method in class com.americancoders.edi.DataElement
gets the minimum length for the Data Element
getMinLength() - Method in class com.americancoders.edi.TemplateDE
gets the minimum length for the Data Element
getName() - Method in class com.americancoders.edi.IDList
return name of id list
getName() - Method in class com.americancoders.edi.TemplateComposite
gets TemplateComposite name
getName() - Method in class com.americancoders.edi.TemplateDE
gets the Data Element name
getName() - Method in class com.americancoders.edi.TemplateSegment
gets TemplateSegment name
getName() - Method in class com.americancoders.edi.TransactionSet
returns name for the Transaction Set
getName() - Method in class com.americancoders.util.ByteArrayDataSource
always returns edix12
getNextDataElement() - Method in interface com.americancoders.edi.ITokenizer
 
getNextDataElement() - Method in class com.americancoders.edi.Tokenizer
returns the next data element to be parsed
getNextDataElement() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
getNextSegment() - Method in interface com.americancoders.edi.ITokenizer
 
getNextSegment() - Method in class com.americancoders.edi.Tokenizer
returns the next segment to be parsed
getNextSegment() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
getNextTransactionSet() - Method in class com.americancoders.edi.x12.Parser
returns the next transaction set that was parsed
getOccurs() - Method in class com.americancoders.edi.Segment
returns the occurs value
getOccurs() - Method in class com.americancoders.edi.TemplateSegment
gets occurance value
getOutputStream() - Method in class com.americancoders.util.ByteArrayDataSource
taken from sun's exmaples
getOutputTransactionSet(TransactionSet) - Method in class com.americancoders.edi.x12.Envelope
returns the EDI (x12) formatted document in a String
getPartText(Part, String) - Static method in class com.americancoders.edi.IncomingEDIMail
from javasoft sample program to display mail
getRequired() - Method in class com.americancoders.edi.DataElement
gets the required indicator
getRequired() - Method in class com.americancoders.edi.Segment
returns the required flag
getRequired() - Method in class com.americancoders.edi.TemplateDE
gets the Data Element required
getRequired() - Method in class com.americancoders.edi.TemplateSegment
gets required flag
getRevision() - Method in class com.americancoders.edi.TransactionSet
returns revision value for the Transaction Set
getSegment(int) - Method in class com.americancoders.edi.SegmentContainer
returns a Segment by its position
getSegment(int, int) - Method in class com.americancoders.edi.SegmentContainer
returns the Segment inside the subsegment Vector by its position
getSegment(String) - Method in class com.americancoders.edi.SegmentContainer
returns a Segment by its ID
getSegmentCount() - Method in class com.americancoders.edi.Segment
returns the number of subsegments and itself
getSegmentCount() - Method in class com.americancoders.edi.Table
returns the total number of segments in use within the the table this includes the count of subsegments
getSegmentCount() - Method in class com.americancoders.edi.TransactionSet
returns the number of segments
getSegmentPos() - Method in interface com.americancoders.edi.ITokenizer
 
getSegmentPos() - Method in class com.americancoders.edi.Tokenizer
returns the position (line number?) of the current segment being tokenized.
getSegmentPos() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
getSegmentSize() - Method in class com.americancoders.edi.Segment
returns the number of segments within this segment
getSequence() - Method in class com.americancoders.edi.CompositeDE
returns the sequence
getSequence() - Method in class com.americancoders.edi.DataElement
gets the Data Element sequence
getSequence() - Method in class com.americancoders.edi.Segment
gets the segment sequence
getSequence() - Method in class com.americancoders.edi.TemplateComposite
gets sequence
getSequence() - Method in class com.americancoders.edi.TemplateDE
gets the Data Element sequence
getSequence() - Method in class com.americancoders.edi.TemplateSegment
gets sequence id
getShortDescription() - Method in class com.americancoders.edi.TransactionSet
returns the Short Description for the Transaction Set
getSubsegmentCount(int) - Method in class com.americancoders.edi.SegmentContainer
returns the number of subsegments in a vector position
getSummaryTable() - Method in class com.americancoders.edi.TransactionSet
returns summary table for the Transaction Set
getTemplate() - Method in class com.americancoders.edi.Segment
returns the TemplateSegment used to build the Segment
getTemplateComposite(int) - Method in class com.americancoders.edi.TemplateSegment
gets TemplateComposite from TemplateDE container
getTemplateComposite(String) - Method in class com.americancoders.edi.TemplateSegment
gets TemplateComposite from TemplateDE container
getTemplateDE(int) - Method in class com.americancoders.edi.TemplateComposite
gets TemplateDE from TemplateDE container by position
getTemplateDE(int) - Method in class com.americancoders.edi.TemplateSegment
gets TemplateDE from TemplateDE container
getTemplateDE(String) - Method in class com.americancoders.edi.TemplateComposite
gets TemplateDE from TemplateDE container by ID
getTemplateDE(String) - Method in class com.americancoders.edi.TemplateSegment
gets TemplateDE from TemplateDE container
getTemplateDESize() - Method in class com.americancoders.edi.TemplateComposite
 
getTemplateDESize() - Method in class com.americancoders.edi.TemplateSegment
returns the number of templateDEs
getTemplateSegment(int) - Method in class com.americancoders.edi.SegmentContainer
gets a templatesegment from the vector
getTemplateSegment(int) - Method in class com.americancoders.edi.TemplateSegment
returns secondary TemplateSegment from container
getTemplateSegment(String) - Method in interface com.americancoders.edi.ITemplateSegmentContainer
returns a Segment
getTemplateSegment(String) - Method in class com.americancoders.edi.SegmentContainer
gets a templatesegment from the vector
getTemplateSegment(String) - Method in class com.americancoders.edi.TemplateSegment
returns secondary TemplateSegment from container
getTemplateSegmentSize() - Method in interface com.americancoders.edi.ITemplateSegmentContainer
implemented for interface
getTemplateSegmentSize() - Method in class com.americancoders.edi.SegmentContainer
returns the number of template segments
getTemplateSegmentSize() - Method in class com.americancoders.edi.TemplateSegment
returns the number of templatesegments
getToolBar() - Method in class com.americancoders.edi.SendEDIMailGuiPanel
Returns the toolsbar of the GUI
getTransactionSet() - Method in class com.americancoders.edi.EDIXMLParser
returns the transaction set that was parsed
getTransactionSet() - Method in class com.americancoders.edi.EDIFact.Parser
returns the transaction set that was parsed
getTransactionSet() - Method in class com.americancoders.edi.x12.Parser
returns the transaction set that was parsed
getTransactionSet(int) - Method in class com.americancoders.edi.x12.Parser
returns the transaction set at a specified postion
getTransactionSetCount() - Method in class com.americancoders.edi.x12.Parser
returns the number of transaction sets that were parsed
getType() - Method in class com.americancoders.edi.DataElement
returns the dataElement Type
getType() - Method in class com.americancoders.edi.TemplateDE
gets the Data Element type
getValues() - Method in class com.americancoders.edi.IDList
returns the code vector
getXMLTag() - Method in class com.americancoders.edi.CompositeDE
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.DataElement
returns the xml tag field
getXMLTag() - Method in interface com.americancoders.edi.IIdentifier
 
getXMLTag() - Method in class com.americancoders.edi.Segment
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.Table
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.TemplateComposite
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.TemplateDE
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.TemplateSegment
returns the xml tag field
getXMLTag() - Method in class com.americancoders.edi.TransactionSet
returns the xml tag field
Grade_of_Service_Request - class com.americancoders.edi.x12.Grade_of_Service_Request.
factory class for Segment Grade_of_Service_Request
Grade_of_Service_Request() - Constructor for class com.americancoders.edi.x12.Grade_of_Service_Request
 

H

hashMapSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
HashMap containing segment templates: key: segment name, object: segment
hasMoreDataElements() - Method in interface com.americancoders.edi.ITokenizer
 
hasMoreDataElements() - Method in class com.americancoders.edi.Tokenizer
indicates if there are more data elements to parse
hasMoreDataElements() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
hasMoreElements() - Method in interface com.americancoders.edi.IDataTokenizer
 
hasMoreElements() - Method in class com.americancoders.edi.Tokenizer.DataTokenizer
indicates if there are more data elements to parse
hasMoreElements() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
hasMoreSegments() - Method in interface com.americancoders.edi.ITokenizer
 
hasMoreSegments() - Method in class com.americancoders.edi.Tokenizer
indicates if there are more segments to parse
hasMoreSegments() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
hasMoreTokens() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
host - Variable in class com.americancoders.edi.SendEDIMailGuiPanel
 

I

ICompositeDEContainer - interface com.americancoders.edi.ICompositeDEContainer.
interface for CompositeDE Container
id - Variable in class com.americancoders.edi.CompositeDE
 
id - Variable in class com.americancoders.edi.DataElement
 
id - Variable in class com.americancoders.edi.Segment
 
id - Variable in class com.americancoders.edi.TemplateComposite
 
id - Variable in class com.americancoders.edi.TemplateDE
 
id - Variable in class com.americancoders.edi.TemplateSegment
 
id - Static variable in class com.americancoders.edi.EDIFact.Functional_Group_Header
 
id - Static variable in class com.americancoders.edi.EDIFact.Functional_Group_Trailer
 
id - Static variable in class com.americancoders.edi.EDIFact.Interchange_Header
 
id - Static variable in class com.americancoders.edi.EDIFact.Interchange_Trailer
 
id - Static variable in class com.americancoders.edi.EDIFact.Message_Header
 
id - Static variable in class com.americancoders.edi.EDIFact.Message_Trailer
 
id - Static variable in class com.americancoders.edi.x12.Deferred_Delivery_Request
 
id - Static variable in class com.americancoders.edi.x12.Functional_Group_Header
 
id - Static variable in class com.americancoders.edi.x12.Functional_Group_Trailer
 
id - Static variable in class com.americancoders.edi.x12.Grade_of_Service_Request
 
id - Static variable in class com.americancoders.edi.x12.Interchange_Acknowledgment
 
id - Static variable in class com.americancoders.edi.x12.Interchange_Control_Header
 
id - Static variable in class com.americancoders.edi.x12.Interchange_Control_Trailer
 
id - Static variable in class com.americancoders.edi.x12.Interchange_Delivery_Notice
 
IDataElementContainer - interface com.americancoders.edi.IDataElementContainer.
interface for DataElement Container
IDataTokenizer - interface com.americancoders.edi.IDataTokenizer.
interface for DataTokenizers
IDDE - class com.americancoders.edi.IDDE.
class for all Data Elements defined as character
IDDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.IDDE
constructs the IDDE type
IDDE(String, int, String, char, int, int, IDList) - Constructor for class com.americancoders.edi.IDDE
constructs the IDDE type
IDDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.IDDE
constructs the IDDE type
IDDE(String, int, String, char, int, int, String, IDList) - Constructor for class com.americancoders.edi.IDDE
constructs the IDDE type
IDDE(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.IDDE
constructs the ID DE type and sets its value
IDDE(String, String, int, String, char, int, int, String, IDList) - Constructor for class com.americancoders.edi.IDDE
constructs the ID DE type and sets its value
idList - Variable in class com.americancoders.edi.IDDE
 
IDList - class com.americancoders.edi.IDList.
 
IDList() - Constructor for class com.americancoders.edi.IDList
Construct an id list object with no values
IIdentifier - interface com.americancoders.edi.IIdentifier.
interface for Indentifying ID fields, used on Composites and DataELements
IncomingEDIMail - class com.americancoders.edi.IncomingEDIMail.
Class for shipping EDI Documents via Internet mail
Class contains a main method to allow it to invoked as an application.
IncomingEDIMail(String, String, String, String) - Constructor for class com.americancoders.edi.IncomingEDIMail
instatiate class
IncomingEDIMail(String, String, String, String, boolean) - Constructor for class com.americancoders.edi.IncomingEDIMail
instatiate class
IncomingEDIMail(String, String, String, String, String, String) - Constructor for class com.americancoders.edi.IncomingEDIMail
 
IncomingEDIMail(String, String, String, String, String, String, boolean) - Constructor for class com.americancoders.edi.IncomingEDIMail
instatiate class
Interchange_Acknowledgment - class com.americancoders.edi.x12.Interchange_Acknowledgment.
factory class for Segment Interchange_Acknowledgment
Interchange_Acknowledgment() - Constructor for class com.americancoders.edi.x12.Interchange_Acknowledgment
 
Interchange_Control_Header - class com.americancoders.edi.x12.Interchange_Control_Header.
staticly defined class for x12 Segment Interchange_Control_Header
Interchange_Control_Header() - Constructor for class com.americancoders.edi.x12.Interchange_Control_Header
 
Interchange_Control_Trailer - class com.americancoders.edi.x12.Interchange_Control_Trailer.
class for Segment Interchange_Control_Trailer
Interchange_Control_Trailer() - Constructor for class com.americancoders.edi.x12.Interchange_Control_Trailer
 
Interchange_Delivery_Notice - class com.americancoders.edi.x12.Interchange_Delivery_Notice.
factory class for Segment Interchange_Delivery_Notice
Interchange_Delivery_Notice() - Constructor for class com.americancoders.edi.x12.Interchange_Delivery_Notice
 
Interchange_Header - class com.americancoders.edi.EDIFact.Interchange_Header.
staticly defined class for EDIFact Segment Interchange_Header
Interchange_Header() - Constructor for class com.americancoders.edi.EDIFact.Interchange_Header
 
Interchange_Trailer - class com.americancoders.edi.EDIFact.Interchange_Trailer.
staticly defined class for EDIFact Segment Interchange_Trailer
Interchange_Trailer() - Constructor for class com.americancoders.edi.EDIFact.Interchange_Trailer
 
isCodeValid(String) - Method in class com.americancoders.edi.IDDE
tests input string for validity
isCodeValid(String) - Method in class com.americancoders.edi.IDList
tests if the passed code is in the code vector
isCompositeDE(int) - Method in class com.americancoders.edi.Segment
returns a boolean if vector position held by a composite
isDataElement(int) - Method in class com.americancoders.edi.Segment
returns a boolean if vector position held by a data element
isSegment(int) - Method in class com.americancoders.edi.SegmentContainer
returns true if subsegment type is a segment if false the subsegment is a vector or position specified is outside range of array
isTemplateComposite(int) - Method in class com.americancoders.edi.TemplateSegment
tests if the element at a position is a TemplateComposite
isThereADataElement() - Method in interface com.americancoders.edi.ITokenizer
 
isThereADataElement() - Method in class com.americancoders.edi.Tokenizer
indicates if there is data element to parse
isThereADataElement() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
isVector(int) - Method in class com.americancoders.edi.SegmentContainer
returns true if subsegment type is a vector if true the subsegment is a segment or position specified is outside range of array
ITemplateSegmentContainer - interface com.americancoders.edi.ITemplateSegmentContainer.
interface for Segment Container
ITokenizer - interface com.americancoders.edi.ITokenizer.
interface for Tokenizers

L

log(String, String) - Static method in class com.americancoders.util.LogFile
class to be used to log activity NOT IMPLEMENTED any excpetion is handled by writing to system error file and calling system exit static method to write a log entry
LogFile - class com.americancoders.util.LogFile.
 
LogFile() - Constructor for class com.americancoders.util.LogFile
 

M

main(String[]) - Static method in class com.americancoders.edi.EDIMailCall
allows testing of the class, as an application
format: java com.americancoders.edi.EDIMailCall hostid userid password mailServerProtocol
where hostid is the name of your incoming mail server
userid mailid to get mail
password
mailServerProtocol - imap | pop3
main(String[]) - Static method in class com.americancoders.edi.EDIXMLParser
static main method to test xmlparser class
main(String[]) - Static method in class com.americancoders.edi.IncomingEDIMail
main logic for testing
format: java com.americancoders.edi.IncomingEDIMail hostid userid password mailServerProtocol
where hostid is the name of your incoming mail server
userid mailid to get mail
password
mailServerProtocol - imap | pop3
output sent to System.out
main(String[]) - Static method in class com.americancoders.edi.OutgoingEDIMail
 
main(String[]) - Static method in class com.americancoders.edi.SendEDIMailGui
 
main(String[]) - Static method in class com.americancoders.edi.TransactionSetFactory
static main class used for testing
Class contains a main method to allow it to invoked as an application.
main(String[]) - Static method in class com.americancoders.edi.viewsamples

Class contains a main method to allow it to invoked as an application.
main(String[]) - Static method in class com.americancoders.edi.EDIFact.EdifactExample
 
main(String[]) - Static method in class com.americancoders.edi.EDIFact.SAPExample
 
main(String[]) - Static method in class de.mendelson.OBOE.XML2Edifact
 
makeSubfieldTokenizer() - Method in interface com.americancoders.edi.ITokenizer
 
makeSubfieldTokenizer() - Method in class com.americancoders.edi.Tokenizer
returns a subfield tokeinzer
makeSubfieldTokenizer() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
maxLength - Variable in class com.americancoders.edi.DataElement
 
maxLength - Variable in class com.americancoders.edi.TemplateDE
 
Message_Header - class com.americancoders.edi.EDIFact.Message_Header.
staticly defined class for EDIFact Segment Message_Header
Message_Header() - Constructor for class com.americancoders.edi.EDIFact.Message_Header
 
Message_Trailer - class com.americancoders.edi.EDIFact.Message_Trailer.
staticly defined class for EDIFact Segment Message_Trailer
Message_Trailer() - Constructor for class com.americancoders.edi.EDIFact.Message_Trailer
 
minLength - Variable in class com.americancoders.edi.DataElement
 
minLength - Variable in class com.americancoders.edi.TemplateDE
 
myTemplate - Variable in class com.americancoders.edi.CompositeDE
 
myTemplate - Variable in class com.americancoders.edi.Segment
 

N

name - Variable in class com.americancoders.edi.IDList
 
name - Variable in class com.americancoders.edi.TemplateComposite
 
name - Variable in class com.americancoders.edi.TemplateDE
 
name - Variable in class com.americancoders.edi.TemplateSegment
 
nextCall - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
nextToken() - Method in interface com.americancoders.edi.IDataTokenizer
 
nextToken() - Method in class com.americancoders.edi.Tokenizer.DataTokenizer
to get next token
nextToken() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
Note_Special_Instruction - class com.americancoders.edi.x12.Note_Special_Instruction.
factory class to create a Note_Special_Instruction Segment
Note_Special_Instruction() - Constructor for class com.americancoders.edi.x12.Note_Special_Instruction
 
NumericDE - class com.americancoders.edi.NumericDE.
class for Data Elements defined as Numeric (Nx - where x is an integer representing number of decimal places)
NumericDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object
NumericDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object
NumericDE(String, int, String, String, char, int, int) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object
NumericDE(String, int, String, String, char, int, int, String) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object
NumericDE(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object using an input string
NumericDE(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object using an input string
NumericDE(String, String, int, String, String, char, int, int) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object
NumericDE(String, String, int, String, String, char, int, int, String) - Constructor for class com.americancoders.edi.NumericDE
constructs a NumericDE object

O

OBOEException - exception com.americancoders.edi.OBOEException.
package's Exception class
OBOEException() - Constructor for class com.americancoders.edi.OBOEException
 
OBOEException(String) - Constructor for class com.americancoders.edi.OBOEException
 
occurs - Variable in class com.americancoders.edi.Segment
 
occurs - Variable in class com.americancoders.edi.TemplateSegment
 
OutgoingEDIMail - class com.americancoders.edi.OutgoingEDIMail.
Class to send EDI Documents via Internet Mail
Class contains a main method to allow it to invoked as an application.
OutgoingEDIMail(String, String) - Constructor for class com.americancoders.edi.OutgoingEDIMail
construct with host, user protocol.
OutgoingEDIMail(String, String, String) - Constructor for class com.americancoders.edi.OutgoingEDIMail
construct with host, user protocol.
OutgoingEDIMail(String, String, String, String) - Constructor for class com.americancoders.edi.OutgoingEDIMail
construct with host, user protocol.

P

parse(ITokenizer) - Method in class com.americancoders.edi.CompositeDE
parsing logic for compositeDE
parse(ITokenizer) - Method in class com.americancoders.edi.Segment
parses a EDI Document, this maybe x12 dependent.
parse(ITokenizer) - Method in class com.americancoders.edi.Table
parses an EDI Document
parse(ITokenizer) - Method in class com.americancoders.edi.TransactionSet
parses an EDI Document from tokenized string
parse(Node) - Method in class com.americancoders.edi.CompositeDE
parses a XML EDI Document adds to datalement vector
parse(Node) - Method in class com.americancoders.edi.Segment
parses a XML EDI Document adds to datalement vector or compositeDE and adds to secondary segment vector
parse(Node) - Method in class com.americancoders.edi.Table
parses a XML EDI Document
parse(Node) - Method in class com.americancoders.edi.TransactionSet
parses a XML EDI Document from a DOM node.
parsedTransactionSet - Variable in class com.americancoders.edi.EDIXMLParser
 
parseFile(File) - Method in class com.americancoders.edi.EDIXMLParser
builds a transaction set from input file
Parser - class com.americancoders.edi.EDIFact.Parser.
class to parse input string for all defined ediObjects Transaction Sets

Parser - class com.americancoders.edi.x12.Parser.
class to parse input string for all defined ediObjects Transaction Sets
x12 dependent
Parser(File) - Constructor for class com.americancoders.edi.EDIFact.Parser
builds a transaction set by reading a file
Parser(File) - Constructor for class com.americancoders.edi.x12.Parser
builds a transaction set by reading a file
Parser(String) - Constructor for class com.americancoders.edi.EDIFact.Parser
create a transaction set from input string
Parser(String) - Constructor for class com.americancoders.edi.x12.Parser
create a transaction set from input string
Parser(TransactionSet) - Constructor for class com.americancoders.edi.x12.Parser
builds a parser from an existing transactionSet object
Parser(URL, String) - Constructor for class com.americancoders.edi.EDIFact.Parser
builds a transaction set by reading a file from a url address
Parser(URL, String) - Constructor for class com.americancoders.edi.x12.Parser
builds a transaction set by reading a file from a url
parseStream(InputStream) - Method in class com.americancoders.edi.EDIXMLParser
builds a transaction set from input stream
parseString(String) - Method in class com.americancoders.edi.EDIXMLParser
builds a transaction set from input string
ParseString(String) - Method in class com.americancoders.edi.EDIFact.Parser
builds a transaction set from input string
ParseString(String) - Method in class com.americancoders.edi.x12.Parser
builds a transaction set from input string
PostiveAcknowledgment(TransactionSet, Segment) - Static method in class com.americancoders.edi.x12.Functional_Acknowledgment
Static class method used to generate a 997 transactionSet.
process(InputStream) - Method in class com.americancoders.edi.viewsamples
 
process(String) - Method in class com.americancoders.edi.viewsamples
 

R

rb - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
ResourceBundle to localize the error messages
readExternal(ObjectInput) - Method in class com.americancoders.edi.IDList
used by externalize methods
readExternal(ObjectInput) - Method in class com.americancoders.edi.Table
used by externalize methods
readExternal(ObjectInput) - Method in class com.americancoders.edi.TemplateComposite
used by externalize methods
readExternal(ObjectInput) - Method in class com.americancoders.edi.TemplateDE
used by externalize methods
readExternal(ObjectInput) - Method in class com.americancoders.edi.TemplateSegment
used by externalize methods
readExternal(ObjectInput) - Method in class com.americancoders.edi.TransactionSet
used by externalize methods
RealDE - class com.americancoders.edi.RealDE.
class for Data Elements defined as Real
RealDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.RealDE
constructs a RealDE object
RealDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.RealDE
constructs a RealDE object
RealDE(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.RealDE
constructs a RealDE object using an input string
RealDE(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.RealDE
constructs a RealDE object using an input string
referenceId - Variable in class com.americancoders.edi.DataElement
 
referenceId - Variable in class com.americancoders.edi.TemplateDE
 
removeSegment(int) - Method in class com.americancoders.edi.SegmentContainer
removes a Segment from the segmentArray at a particular position can be used to remove all segments with same id at a vectorized position
removeSegment(int, int) - Method in class com.americancoders.edi.SegmentContainer
removes a Segment from the segmentArray at a particular position in the subsegment Vector
removeSegment(String) - Method in class com.americancoders.edi.SegmentContainer
removes a Segment from the segmentArray by id, does this by setting array entry to null can be used to remove all segments with same id at a vectorized position
removeSegment(String, int) - Method in class com.americancoders.edi.SegmentContainer
removes a Segment from the segmentArray by its ID from the subsegment Vector
required - Variable in class com.americancoders.edi.DataElement
 
required - Variable in class com.americancoders.edi.Segment
 
required - Variable in class com.americancoders.edi.TemplateDE
 
required - Variable in class com.americancoders.edi.TemplateSegment
 
resetSegment() - Method in interface com.americancoders.edi.ITokenizer
 
resetSegment() - Method in class com.americancoders.edi.Tokenizer
resets the current segment to the beginning - an inverse look-ahead method
resetSegment() - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
 
ResourceBundleFixFormatTokenizer - class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer.
ResourceBundle to localize the FixformatTokenizer to english
ResourceBundleFixFormatTokenizer_de - class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer_de.
ResourceBundle to localize the Fixformattokenizer to german
ResourceBundleFixFormatTokenizer_de() - Constructor for class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer_de
 
ResourceBundleFixFormatTokenizer() - Constructor for class com.americancoders.edi.fixformat.ResourceBundleFixFormatTokenizer
 

S

SAPExample - class com.americancoders.edi.EDIFact.SAPExample.
 
SAPExample(String, String, String) - Constructor for class com.americancoders.edi.EDIFact.SAPExample
Constructor, just calls edi2XML
segment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer.FixformatDataTokenizer
 
Segment - class com.americancoders.edi.Segment.
class for Segments OBOE - Open Business Objects for EDI
Segment(String, int, String, int, char) - Constructor for class com.americancoders.edi.Segment
create a Segment, defaults the xmltag to the field id value
Segment(String, int, String, int, char, String) - Constructor for class com.americancoders.edi.Segment
create a Segment
Segment(TemplateSegment) - Constructor for class com.americancoders.edi.Segment
create a Segment based on its template
segmentArray - Variable in class com.americancoders.edi.SegmentContainer
 
SegmentContainer - class com.americancoders.edi.SegmentContainer.
Segment Container
SegmentContainer() - Constructor for class com.americancoders.edi.SegmentContainer
 
segmentIdLength - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
identifier length used to identify the segment name of a segment
segmentPos - Variable in class com.americancoders.edi.Tokenizer
 
sendEDIDocument(String, String, boolean) - Method in class com.americancoders.edi.OutgoingEDIMail
send a document, uses the other sendEDIDocument with debugging turned off
sendEDIDocument(String, String, boolean, boolean) - Method in class com.americancoders.edi.OutgoingEDIMail
send a document, optional debugging switch.
SendEDIMailGui - class com.americancoders.edi.SendEDIMailGui.
A GUI for the OutgoingEDIMail class of OBOE
SendEDIMailGui() - Constructor for class com.americancoders.edi.SendEDIMailGui
Creates new form SendEDIMailGui
SendEDIMailGuiPanel - class com.americancoders.edi.SendEDIMailGuiPanel.
 
SendEDIMailGuiPanel() - Constructor for class com.americancoders.edi.SendEDIMailGuiPanel
creates new panel SendEDIMailGui with parameters
SendEDIMailGuiPanel(String, String) - Constructor for class com.americancoders.edi.SendEDIMailGuiPanel
Creates new panel SendEDIMailGui
sendEncryptedEDIDocument(String, String, boolean) - Method in class com.americancoders.edi.OutgoingEDIMail
send an encrypted document, optional debugging switch.
sendMDNResponse(String, boolean) - Method in class com.americancoders.edi.OutgoingEDIMail
send an MIME Message Delivery Notification back to sender
hardcoded mailer id
hardcoded subject line, see class variable subject
hardcoded response text
hardcoded reported as automatic-action in MDN disposition
sendSignedEDIDocument(String, String, boolean) - Method in class com.americancoders.edi.OutgoingEDIMail
send an signed document, optional debugging switch.
sequence - Variable in class com.americancoders.edi.CompositeDE
 
sequence - Variable in class com.americancoders.edi.DataElement
 
sequence - Variable in class com.americancoders.edi.Segment
 
sequence - Variable in class com.americancoders.edi.TemplateComposite
 
sequence - Variable in class com.americancoders.edi.TemplateDE
 
sequence - Variable in class com.americancoders.edi.TemplateSegment
 
set(int, int) - Method in class com.americancoders.edi.DateDE
sets a specific part of the date field
set(int, int) - Method in class com.americancoders.edi.TimeDE
sets a specific part of the date field
set(String) - Method in class com.americancoders.edi.DataElement
 
set(String) - Method in class com.americancoders.edi.DateDE
sets the value stored using an input string in the format YYYYMMDD where YY is year MM is month, DD is day of month
set(String) - Method in class com.americancoders.edi.TimeDE
sets the value stored using an input string in the format HHMMSS where HH is hour MM is minutes SS is seconds,
setButtonState() - Method in class com.americancoders.edi.SendEDIMailGuiPanel
Sets the state of the send button
setDataDir(String) - Method in class com.americancoders.edi.SendEDIMailGuiPanel
sets the directory to search the edi data in
setDataElement(int, AttributeList) - Method in class com.americancoders.edi.TransactionSetFactory
help method to build a template data element
setDescription(String) - Method in class com.americancoders.edi.DataElement
sets Description for the Data Element
setDescription(String) - Method in class com.americancoders.edi.Segment
sets Description for the Segmemt param String description
setDescription(String) - Method in class com.americancoders.edi.TemplateComposite
sets Description for the Segmemt
setDescription(String) - Method in class com.americancoders.edi.TemplateDE
sets Description for the Data Element
setDescription(String) - Method in class com.americancoders.edi.TemplateSegment
sets Description for the Segmemt
setDetailTable(Table) - Method in class com.americancoders.edi.TransactionSet
sets detail table for the Transaction Set
setFormatted(String) - Method in class com.americancoders.edi.NumericDE
sets NumericDE object using an input string
use class set method to set values with assumed decimal
setFunctionalGroup(String) - Method in class com.americancoders.edi.TransactionSet
sets Function Group for the Transaction Set
setHeaderTable(Table) - Method in class com.americancoders.edi.TransactionSet
sets header table for the Transaction Set
setID(String) - Method in class com.americancoders.edi.DataElement
sets the Data Element id
setID(String) - Method in class com.americancoders.edi.Segment
sets the segment id
setID(String) - Method in class com.americancoders.edi.TemplateComposite
sets TemplateComposite id
setID(String) - Method in class com.americancoders.edi.TemplateDE
sets the Data Element id
setID(String) - Method in class com.americancoders.edi.TemplateSegment
sets TemplateSegment id
setID(String) - Method in class com.americancoders.edi.TransactionSet
sets id for the Transaction Set
setIDList(IDList) - Method in class com.americancoders.edi.TemplateDE
sets the idList Object
setMaxLength(int) - Method in class com.americancoders.edi.DataElement
sets the maximum length for the Data Element
setMaxLength(int) - Method in class com.americancoders.edi.TemplateDE
sets the maximum length for the Data Element
setMinLength(int) - Method in class com.americancoders.edi.DataElement
sets the minimum length for the Data Element
setMinLength(int) - Method in class com.americancoders.edi.TemplateDE
sets the minimum length for the Data Element
setName(String) - Method in class com.americancoders.edi.TemplateComposite
 
setName(String) - Method in class com.americancoders.edi.TemplateDE
sets the Data Element name
setName(String) - Method in class com.americancoders.edi.TemplateSegment
sets TemplateSegment name
setName(String) - Method in class com.americancoders.edi.TransactionSet
sets name for the Transaction Set
setOccurs(int) - Method in class com.americancoders.edi.Segment
sets the occurs value
setOccurs(int) - Method in class com.americancoders.edi.TemplateSegment
sets occurance value
setRequired(char) - Method in class com.americancoders.edi.DataElement
sets the required indicator
setRequired(char) - Method in class com.americancoders.edi.Segment
sets the required flag
setRequired(char) - Method in class com.americancoders.edi.TemplateDE
sets the Data Element required
setRequired(char) - Method in class com.americancoders.edi.TemplateSegment
sets required value
setRevision(String) - Method in class com.americancoders.edi.TransactionSet
sets Revision for the Transaction Set
setSegment(String) - Method in class com.americancoders.edi.fixformat.FixformatTokenizer
Gets the segment template of the global hashmap and sets it as actual segment
setSegmentAt(Segment, int) - Method in class com.americancoders.edi.SegmentContainer
sets a Segment to the segmentArray at position in the array, if the Segment is part of the vectorized segment throw exception
setSegmentAt(Segment, int, int) - Method in class com.americancoders.edi.SegmentContainer
sets a Segment to the vector at a position segmentArray
setSequence(int) - Method in class com.americancoders.edi.CompositeDE
sets the sequence
setSequence(int) - Method in class com.americancoders.edi.DataElement
sets the Data Element sequence
setSequence(int) - Method in class com.americancoders.edi.Segment
sets the segment sequence
setSequence(int) - Method in class com.americancoders.edi.TemplateComposite
sets sequence
setSequence(int) - Method in class com.americancoders.edi.TemplateDE
sets the Data Element sequence
setSequence(int) - Method in class com.americancoders.edi.TemplateSegment
sets sequence id
setShortDescription(String) - Method in class com.americancoders.edi.TransactionSet
sets Short Description for the Transaction Set
setSummaryTable(Table) - Method in class com.americancoders.edi.TransactionSet
sets summary table for the Transaction Set
setTemplateComposite(int, AttributeList) - Method in class com.americancoders.edi.TransactionSetFactory
help method to build a template composite
setType(String) - Method in class com.americancoders.edi.TemplateDE
sets the Data Element type
setValue(String) - Method in class com.americancoders.edi.DataElement
sets the value for the Data Element
setXMLTag(String) - Method in class com.americancoders.edi.CompositeDE
sets xmltag field
setXMLTag(String) - Method in class com.americancoders.edi.DataElement
sets the xml tag field
setXMLTag(String) - Method in class com.americancoders.edi.Segment
sets the xmltag field
setXMLTag(String) - Method in class com.americancoders.edi.Table
sets the xml tag field
setXMLTag(String) - Method in class com.americancoders.edi.TemplateComposite
sets the xmltag field
setXMLTag(String) - Method in class com.americancoders.edi.TemplateDE
sets the xml tag field
setXMLTag(String) - Method in class com.americancoders.edi.TemplateSegment
sets the xmlTag field
setXMLTag(String) - Method in class com.americancoders.edi.TransactionSet
sets the xml tag field
start() - Method in class com.americancoders.edi.viewsample
 
startElement(String, AttributeList) - Method in class com.americancoders.edi.TransactionSetFactory
method called for each xml element found.
stringLength - Variable in class com.americancoders.edi.Tokenizer.DataTokenizer
 
subelementTokenCharacter - Variable in class com.americancoders.edi.Tokenizer
 

T

Table - class com.americancoders.edi.Table.
class for Tables a general class for the transaction set's heading detail and summary.
Table() - Constructor for class com.americancoders.edi.Table
constructor takes no parameters
TemplateComposite - class com.americancoders.edi.TemplateComposite.
 
TemplateComposite() - Constructor for class com.americancoders.edi.TemplateComposite
 
TemplateComposite(String, String, int, String) - Constructor for class com.americancoders.edi.TemplateComposite
TemplateCompositeVector, there are two flavors of composites Templates and regular
TemplateComposite(String, String, int, String, String) - Constructor for class com.americancoders.edi.TemplateComposite
TemplateCompositeVector, there are two flavors of composites Templates and regular
TemplateDE - class com.americancoders.edi.TemplateDE.
class for Template Data Elements
template de's are dynamic definitions for de's
TemplateDE() - Constructor for class com.americancoders.edi.TemplateDE
constructs the Data Element type used for serialization
TemplateDE(String, String, int, String, char, String, int, int) - Constructor for class com.americancoders.edi.TemplateDE
constructs the Data Element type
TemplateDE(String, String, int, String, char, String, int, int, String) - Constructor for class com.americancoders.edi.TemplateDE
constructs the Data Element type
TemplateDE(String, String, int, String, char, String, int, int, String, IDList) - Constructor for class com.americancoders.edi.TemplateDE
constructs the Data Element type
TemplateSegment - class com.americancoders.edi.TemplateSegment.
TemplateSegment holds preliminary segment structure
TemplateSegment() - Constructor for class com.americancoders.edi.TemplateSegment
templateSegment constructor used by externalize mehtods
TemplateSegment(String, String, int, String, int, char) - Constructor for class com.americancoders.edi.TemplateSegment
templateSegmentVector, there are two flavors of segments Templates and regular
TemplateSegment(String, String, int, String, int, char, String) - Constructor for class com.americancoders.edi.TemplateSegment
templateSegmentVector, there are two flavors of segments Templates and regular
templateSegmentVector - Variable in class com.americancoders.edi.SegmentContainer
 
TimeDE - class com.americancoders.edi.TimeDE.
class for Data Elements defined as Time
TimeDE(String, int, String, char, int, int) - Constructor for class com.americancoders.edi.TimeDE
constructs a TimeDE object
TimeDE(String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.TimeDE
constructs a TimeDE object
TimeDE(String, String, int, String, char, int, int) - Constructor for class com.americancoders.edi.TimeDE
constructs TimeDE object using an input string in the format HHMMSS where
some time fields are 4 characters long others maybe 6 or more.
TimeDE(String, String, int, String, char, int, int, String) - Constructor for class com.americancoders.edi.TimeDE
constructs TimeDE object using an input string in the format HHMMSS where
some time fields are 4 characters long others maybe 6 or more.
tokenBreak - Variable in class com.americancoders.edi.Tokenizer.DataTokenizer
 
tokenCharacter - Variable in class com.americancoders.edi.Tokenizer
 
tokenGroups - Variable in class com.americancoders.edi.Tokenizer
 
Tokenizer - class com.americancoders.edi.Tokenizer.
class to assist in tokenizing input transaction sets
field seperator uses 3rd byte of input string segment separator uses 16th field + 1 byte field, if it sees a cr character then checks for a lf character and then assumes a '\n' character
Tokenizer.DataTokenizer - class com.americancoders.edi.Tokenizer.DataTokenizer.
 
Tokenizer.DataTokenizer(Tokenizer, String, String) - Constructor for class com.americancoders.edi.Tokenizer.DataTokenizer
constructor
Tokenizer(String, String) - Constructor for class com.americancoders.edi.Tokenizer
builds the parsing object for a transaction set
tokenizerFileSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
Tokenizer to separate segments
tokenizerSegment - Variable in class com.americancoders.edi.fixformat.FixformatTokenizer
 
tokens - Variable in class com.americancoders.edi.Tokenizer.DataTokenizer
 
tokenString - Variable in class com.americancoders.edi.Tokenizer.DataTokenizer
 
toWhom - Variable in class com.americancoders.edi.SendEDIMailGuiPanel
 
TransactionSet - class com.americancoders.edi.TransactionSet.
class for all EDI Transaction Sets
TransactionSet() - Constructor for class com.americancoders.edi.TransactionSet
constructs a Transaction Set, used by Externalize function
TransactionSet(String, String, String, String, String) - Constructor for class com.americancoders.edi.TransactionSet
constructs a Transaction Set
sets xml tag field to value in short description
TransactionSet(String, String, String, String, String, String) - Constructor for class com.americancoders.edi.TransactionSet
constructs a Transaction Set
TransactionSetFactory - class com.americancoders.edi.TransactionSetFactory.
class for building a Transaction Set from an edi xml file
Class contains a main method to allow it to be invoked as an application.
TransactionSetFactory() - Constructor for class com.americancoders.edi.TransactionSetFactory
construct the factory with a xml parser
transactionSetString - Variable in class com.americancoders.edi.Tokenizer
 
type - Variable in class com.americancoders.edi.TemplateDE
 
type - Variable in class com.americancoders.edi.Tokenizer
 

U

url - Variable in class com.americancoders.edi.EDIXMLParser
 
userId - Variable in class com.americancoders.edi.SendEDIMailGuiPanel
 
Util - class com.americancoders.util.Util.
class of utility routines
Util() - Constructor for class com.americancoders.util.Util
 

V

validate() - Method in class com.americancoders.edi.Segment
used to verify if the segment is built correctly.
validate() - Method in class com.americancoders.edi.Table
validates if the table is defined correctly
validate() - Method in class com.americancoders.edi.TransactionSet
validates segment syntax for correct DataElements
validSegment(String) - Method in class com.americancoders.edi.TemplateSegment
returns true if id is one of the secondary TemplateSegment's id
value - Variable in class com.americancoders.edi.DataElement
 
values - Variable in class com.americancoders.edi.IDList
 
vectorizeEDIDocument(Vector) - Static method in class com.americancoders.edi.IncomingEDIMail
used by EDIMailCall class to store mail in a vector
vectorizeEnvelope(Message, int) - Static method in class com.americancoders.edi.IncomingEDIMail
used by vectorizeMail to parse mail information and store in secondary mail vector
vector parts list sent date address from subject delete flag content type msg number msg text
vectorizeMail(Vector, Part) - Static method in class com.americancoders.edi.IncomingEDIMail
used by vectorizeEDIDocument to parse individual mail documents
vector parts list email message vector see vectorEnvelope
viewsample - class com.americancoders.edi.viewsample.
sample applet routine used at americancoders web page
OBOE - Open Business Objects for EDI
An EDI and XML Translator Written In Java
Copyright 1998-2000 - American Coders, LTD - Raleigh NC USA All rights reserved
American Coders, Ltd
P.
viewsample() - Constructor for class com.americancoders.edi.viewsample
 
viewsamples - class com.americancoders.edi.viewsamples.
java awt application to test documents, also used by www.americancoders.com web site to show a working applet
Class contains a main method to allow it to invoked as an application.
viewsamples.displayMessage - class com.americancoders.edi.viewsamples.displayMessage.
 
viewsamples.displayMessage(viewsamples, viewsamples, String) - Constructor for class com.americancoders.edi.viewsamples.displayMessage
 
viewsamples(FileInputStream, char) - Constructor for class com.americancoders.edi.viewsamples
 
viewsamples(String, char) - Constructor for class com.americancoders.edi.viewsamples
 
viewsamples(URL, char) - Constructor for class com.americancoders.edi.viewsamples
 

W

warning(SAXParseException) - Method in class com.americancoders.edi.TransactionSetFactory
catches warning SAXParseExceptions this code sends exception to stdio and allows class to continue
windowActivated(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowActivated(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowActivated(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowClosed(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowClosed(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowClosed(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowClosing(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowClosing(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowClosing(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowDeactivated(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowDeactivated(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowDeactivated(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowDeiconified(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowDeiconified(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowDeiconified(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowIconified(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowIconified(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowIconified(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
windowOpened(WindowEvent) - Method in class com.americancoders.edi.EDIMailCall
 
windowOpened(WindowEvent) - Method in class com.americancoders.edi.viewsamples
 
windowOpened(WindowEvent) - Method in class com.americancoders.edi.viewsamples.displayMessage
 
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.IDList
used by externalize methods
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.Table
used by externalize methods
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.TemplateComposite
used by externalize methods
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.TemplateDE
used by externalize methods
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.TemplateSegment
used by externalize methods
writeExternal(ObjectOutput) - Method in class com.americancoders.edi.TransactionSet
used by externalize methods

X

X12_FIELD_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
X12_FORMAT - Static variable in class com.americancoders.edi.TransactionSet
 
X12_GROUP_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
X12_SEGMENT_DELIMITER - Static variable in class com.americancoders.edi.TransactionSet
 
XML_FORMAT - Static variable in class com.americancoders.edi.TransactionSet
 
xml2EDI(String) - Method in class de.mendelson.OBOE.XML2Edifact
Creates classic EDI data using an XML EDI input File
XML2Edifact - class de.mendelson.OBOE.XML2Edifact.
 
XML2Edifact() - Constructor for class de.mendelson.OBOE.XML2Edifact
 
xmlTag - Variable in class com.americancoders.edi.CompositeDE
 
xmlTag - Variable in class com.americancoders.edi.DataElement
 
xmlTag - Variable in class com.americancoders.edi.Segment
 
xmlTag - Variable in class com.americancoders.edi.Table
 
xmlTag - Variable in class com.americancoders.edi.TemplateComposite
 
xmlTag - Variable in class com.americancoders.edi.TemplateDE
 
xmlTag - Variable in class com.americancoders.edi.TemplateSegment
 

_

_iElement - Variable in class com.americancoders.edi.TransactionSetFactory
 

A B C D E F G H I L M N O P R S T U V W X _