|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Segment in com.americancoders.edi |
| Fields in com.americancoders.edi declared as Segment | |
protected Segment |
ValidXMLEDIParser.segment
current seg |
| Methods in com.americancoders.edi that return Segment | |
abstract Segment |
Envelope.getInterchange_Header()
gets the Interchange Header |
abstract Segment |
Envelope.getInterchange_Trailer()
gets the Interchange Trailer |
Segment |
FunctionalGroup.getHeader()
helper routine to get header segment |
Segment |
FunctionalGroup.getTrailer()
helper routine to get trailer segment |
Segment |
ISegmentContainer.getSegment(java.lang.String inID)
returns a Segment by its ID |
Segment |
ISegmentContainer.getSegment(java.lang.String inID,
int pos)
returns a Segment by its ID and position in container |
Segment |
ISegmentContainer.createSegment(java.lang.String id)
creates a static segment |
Segment |
Loop.createSegment(java.lang.String ID)
this is here as a stub because of the Segment container interface |
Segment |
SegmentContainer.getSegment(int inPosition)
returns a Segment by its position |
Segment |
SegmentContainer.getSegment(int inPosition,
int inVectorPosition)
returns the Segment inside the subsegment Vector by its position |
Segment |
SegmentContainer.getSegment(java.lang.String ID)
returns a Segment by its ID |
Segment |
SegmentContainer.getSegment(java.lang.String ID,
int inVectorPosition)
returns a Segment by its ID and its position in the vector You must use this method call to get to floating segments |
Segment |
SegmentContainer.getSegment(java.lang.String ID,
java.lang.String primaryIDValue)
returns a Segment by its ID and its primaryIDValue Written for the HIPAA package, but you may find it useful |
Segment |
SegmentContainer.getSegment(java.lang.String ID,
java.lang.String primaryIDValue,
int inPosition)
returns one of a multiple set of Segments by its ID, its primaryIDValue and its relative position with relation to its primaryIDValue Written for the HIPAA package, but you may find it useful |
Segment |
SegmentContainer.getSegmentByDataElementValue(java.lang.String ID,
int inSequence,
java.lang.String inValue)
returns a Segment by its id and the contents of a data field Used for segments that repeat, useful with IDDE type fields. |
Segment |
SegmentContainer.createSegment(java.lang.String id)
creates a segment by ID |
Segment |
SegmentContainer.createSegment(java.lang.String id,
java.lang.String primaryIDValue)
creates a segment by ID and its primary id value Written for the HIPAA package, but you may find it useful |
Segment |
TemplateLoopContainer.createSegment(java.lang.String id)
creates a subsegment |
| Methods in com.americancoders.edi with parameters of type Segment | |
void |
EDIDocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
EDIDocumentHandler.endSegment(Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
EDIDocumentParser.notifyStartSegment(Segment inSeg)
method to notifiy handlers when an Segment was just created |
void |
EDIDocumentParser.notifyEndSegment(Segment inSeg)
method to notifiy handlers when processing of an Segment is complete |
void |
ISegmentContainer.addSegment(Segment inSegment)
add a segment to the array |
void |
SegmentContainer.addSegment(Segment inSegment)
add a segment to the array |
protected void |
SegmentContainer.addSegment(Segment inSegment,
java.lang.Integer inI)
add a segment to the array |
void |
SegmentContainer.addSegment(Segment inSegment,
int inPosition)
adds a Segment to the container by its predefined sequence |
void |
SegmentContainer.addSegmentToVector(Segment inSegment,
int inPosition)
adds a Segment to a vectorized segment in the container at a predefined sequence |
void |
SegmentContainer.setSegmentAt(Segment inSegment,
int inPosition)
sets a Segment to the container at position in the array, if the Segment is part of the vectorized segment throw exception |
void |
SegmentContainer.setSegmentAt(Segment inSegment,
int inPosition,
int inVectorPosition)
sets a Segment to the vector at a position container |
| Uses of Segment in com.americancoders.edi.ach |
| Methods in com.americancoders.edi.ach that return Segment | |
Segment |
ACHEnvelope.getInterchange_Header()
|
Segment |
ACHEnvelope.getInterchange_Trailer()
|
| Uses of Segment in com.americancoders.edi.EDIFact |
| Methods in com.americancoders.edi.EDIFact that return Segment | |
Segment |
EDIFactEnvelope.getInterchange_Header()
gets the Interchange_Header |
Segment |
EDIFactEnvelope.getService_String()
returns the Service String Advice Segment |
Segment |
EDIFactEnvelope.getInterchange_Trailer()
returns the Interchange Control Trailer built for the envelope |
Segment |
EDIFactEnvelope.createService_String()
creates, sets and returns the Service String built for the envelope |
Segment |
EDIFactEnvelope.createInterchange_Header()
creates, sets and returns the Interchange Control Header built for the envelope |
Segment |
EDIFactEnvelope.createInterchange_Trailer()
creates, sets and returns the Interchange Control Trailer built for the envelope |
static Segment |
Message_Header.getInstance()
Factory method to create an Message Header |
| Methods in com.americancoders.edi.EDIFact with parameters of type Segment | |
void |
EDIFactDocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
EDIFactDocumentHandler.endSegment(Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
| Uses of Segment in com.americancoders.edi.TRADACOMS |
| Methods in com.americancoders.edi.TRADACOMS that return Segment | |
Segment |
TradacomsEnvelope.getInterchange_Header()
gets the Interchange_Header |
Segment |
TradacomsEnvelope.getInterchange_Trailer()
returns the Interchange Control Trailer built for the envelope |
Segment |
TradacomsEnvelope.createInterchange_Header()
creates, sets and returns the Interchange Control Header built for the envelope |
Segment |
TradacomsEnvelope.createInterchange_Trailer()
creates, sets and returns the Interchange Control Trailer built for the envelope |
| Methods in com.americancoders.edi.TRADACOMS with parameters of type Segment | |
void |
TradacomsDocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
TradacomsDocumentHandler.endSegment(Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
| Uses of Segment in com.americancoders.edi.x12 |
| Methods in com.americancoders.edi.x12 that return Segment | |
Segment |
X12Envelope.getInterchange_Header()
returns the Interchange Control Header built for the envelope |
Segment |
X12Envelope.getGrade_of_Service_Request()
gets the Grade_of_Service_Request |
Segment |
X12Envelope.getDeferred_Delivery_Request()
gets the Deferred_Delivery_Request |
Segment |
X12Envelope.getInterchange_Acknowledgment(int pos)
gets a Interchange_Acknowledgment from the vector(container) check for runtime array out of bounds exception |
Segment |
X12Envelope.getInterchange_Trailer()
returns the Interchange Control Trailer built for the envelope |
Segment |
X12Envelope.createInterchange_Header()
creates, sets and returns the Interchange Control Header built for the envelope |
Segment |
X12Envelope.createGrade_of_Service_Request()
creates, sets and returns the Grade_of_Service_Request |
Segment |
X12Envelope.createDeferred_Delivery_Request()
creates, sets and returns the Deferred_Delivery_Request |
Segment |
X12Envelope.createInterchange_Acknowledgment()
creates, adds and returns a Interchange_Acknowledgment from the vector(container) check for runtime array out of bounds exception |
Segment |
X12Envelope.createInterchange_Trailer()
creates, sets and returns the Interchange Control Trailer built for the envelope |
| Methods in com.americancoders.edi.x12 with parameters of type Segment | |
static TransactionSet |
Functional_Acknowledgment.postiveAcknowledgment(TransactionSet tsRespondingTo,
Segment ISASegment)
Static class method used to generate a 997 transactionSet. |
void |
X12DocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
X12DocumentHandler.endSegment(Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
| Uses of Segment in com.americancoders.GUI |
| Methods in com.americancoders.GUI with parameters of type Segment | |
java.awt.Component |
OBOEditor.addSegmentPane(java.lang.String name,
Segment inSeg,
javax.swing.JTabbedPane inTabbedPane,
javax.swing.tree.TreePath tp)
shows a single segment |
| Uses of Segment in com.americancoders.samples |
| Methods in com.americancoders.samples that return Segment | |
Segment |
build997.buildSegmentTransactionSetHeaderforTableHeader(Table inTable)
builds segment ST that is part of the TableHeader Transaction Set Header used To indicate the start of a transaction set and to assign a control number |
Segment |
build997.buildSegmentFunctionalGroupResponseHeaderforTableHeader(Table inTable,
FunctionalGroup inFG)
builds segment AK1 that is part of the TableHeader Functional Group Response Header used To start acknowledgment of a functional group |
Segment |
build997.buildSegmentTransactionSetResponseHeaderforLoopAK2(Loop inLoop,
TransactionSet inTS,
DocumentErrors inDErr)
builds segment AK2 that is part of the LoopAK2 Transaction Set Response Header used To start acknowledgment of a single transaction set |
Segment |
build997.buildSegmentAK4forTableHeaderLoopAK2LoopAK3(Loop inLoop,
java.lang.Object inErrObject,
java.lang.String errCode,
java.lang.String errID)
builds segment AK4 that is part of the HeaderAK2AK3 Data Element Note used To report errors in a data element or composite data structure and identify the location of the data element |
Segment |
build997.buildSegmentFunctionalGroupResponseTrailerforTableHeader(Table inTable,
FunctionalGroup inFG,
boolean inErr,
int acceptCnt)
builds segment AK9 that is part of the TableHeader |
Segment |
build997.buildSegmentTransactionSetTrailerforTableHeader(Table inTable)
builds segment SE that is part of the TableHeader Transaction Set Trailer used To indicate the end of the transaction set and provide the count of the transmitted segments (including the beginning (ST) and ending (SE) segments) |
| Methods in com.americancoders.samples with parameters of type Segment | |
void |
SampleEDIFactDocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
SampleEDIFactDocumentHandler.endSegment(Segment inSeg)
do nothing when an seg is ended Note that these segments are only envelope and fg segments NOT SEGMENTS inside of Transaction Sets |
void |
SampleEDIFactDocumentHandlerAndViewer.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
SampleEDIFactDocumentHandlerAndViewer.endSegment(Segment inSeg)
do nothing when an seg is ended Note that these segments are only envelope and fg segments NOT SEGMENTS inside of Transaction Sets |
void |
SampleX12DocumentHandler.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
SampleX12DocumentHandler.endSegment(Segment inSeg)
do nothing when an seg is ended Note that these segments are only envelope and fg segments NOT SEGMENTS inside of Transaction Sets |
void |
SampleX12DocumentHandlerAndViewer.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
SampleX12DocumentHandlerAndViewer.endSegment(Segment inSeg)
do nothing when an seg is ended Note that these segments are only envelope and fg segments NOT SEGMENTS inside of Transaction Sets |
void |
X12DocumentHandlerXMLBuilder.startSegment(Segment inSeg)
called when an Segment object is created only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
X12DocumentHandlerXMLBuilder.endSegment(Segment inSeg)
called when an Segment object is finished only called for segments at the Envelope and functionalGroup level does not get called for segments within TransactionSet |
void |
build997.checkSegment(Loop loopAK2forAK3,
Segment testSeg,
DocumentErrors inDErr)
works with individual segments looking to see if DocumentError object is pointing at it |
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||