|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Segment in com.americancoders.edi |
Methods in com.americancoders.edi that return Segment | |
Segment |
ITemplateSegmentContainer.createSegment(java.lang.String ID)
returns a new Segment |
Segment |
Segment.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.createSegment(java.lang.String id)
creates a static segment |
Segment |
TemplateSegment.createSegment(java.lang.String id)
creates a static segment |
Methods in com.americancoders.edi with parameters of type Segment | |
void |
SegmentContainer.addSegment(Segment inSegment)
|
void |
SegmentContainer.addSegment(Segment inSegment,
int inPosition)
adds a Segment to the segmentArray by its predefined sequence |
void |
SegmentContainer.addSegmentToVector(Segment inSegment,
int inPosition)
adds a Segment to a vectorized segment in the segmentArray at a predefined sequence |
void |
SegmentContainer.setSegmentAt(Segment inSegment,
int inPosition)
sets a Segment to the segmentArray 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 segmentArray |
Uses of Segment in com.americancoders.edi.EDIFact |
Methods in com.americancoders.edi.EDIFact that return Segment | |
static Segment |
Functional_Group_Header.getInstance()
Factory method to create an Funcitonal Group Header |
static Segment |
Functional_Group_Trailer.getInstance()
Factory method to create an Funcitonal Group Trailer |
static Segment |
Interchange_Header.getInstance()
Factory method to create an Interchange Header |
static Segment |
Interchange_Trailer.getInstance()
Factory method to create an Interchange Trailer |
static Segment |
Message_Header.getInstance()
Factory method to create an Message Header |
static Segment |
Message_Trailer.getInstance()
Factory method to create an Message Trailer |
Uses of Segment in com.americancoders.edi.x12 |
Methods in com.americancoders.edi.x12 that return Segment | |
static Segment |
Deferred_Delivery_Request.getInstance()
Factory method to create a Deferred Delivery Request |
Segment |
Envelope.getInterchange_Control_Header()
returns the Interchange Control Header build for the envelope |
Segment |
Envelope.getFunctional_Group_Header()
returns the Functional Group Header build for the envelope |
Segment |
Envelope.getFunctional_Group_Trailer()
returns the Functional Group Trailer build for the envelope |
Segment |
Envelope.getInterchange_Control_Trailer()
returns the Interchange Control Trailer build for the envelope |
static Segment |
Functional_Group_Header.getInstance()
Factory method to create a Functional Group Header |
static Segment |
Functional_Group_Trailer.getInstance()
Factory method to create a Functional Group Trailer |
static Segment |
Grade_of_Service_Request.getInstance()
Factory method to create a Grade_of_Service_Request |
static Segment |
Interchange_Acknowledgment.getInstance()
Factory method to create a Interchange Acknowledgment |
static Segment |
Interchange_Control_Header.getInstance()
Factory method to create an Interchange Control Header |
static Segment |
Interchange_Control_Trailer.getInstance()
Factory method to create an Interchange Control Trailer |
static Segment |
Interchange_Delivery_Notice.getInstance()
Factory method to create a Interchange Delivery Notice |
static Segment |
Note_Special_Instruction.getInstance()
creates an Instance of type Note_Special_Instruction |
Segment |
Parser.getInterchange_Control_Header()
returns the parsed Interchange Control Header |
Segment |
Parser.getFunctional_Group_Header()
returns the parsed Functional Group Header |
Segment |
Parser.getFunctional_Group_Trailer()
returns the parsed Functional Group Trailer |
Segment |
Parser.getInterchange_Control_Trailer()
returns the parsed Interchange Trailer Header |
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. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |