public interface EDIAbstractPositionalReader extends EDIReader
Modifier and Type | Method and Description |
---|---|
EDIMetadata |
getEdiDocumentMetadata()
Returns the metadata for the EDI document that this EDI data segment came from
|
java.lang.String |
getMessageAgency()
Returns the agency that maintains the structures defined by the data
|
java.util.Date |
getPreparationDate()
Returns the preparation date of this EDI data segment
|
java.lang.String |
getRecievingAgency()
Returns the receiving Agency
|
PartyBean |
getSendingAgency()
Returns the sending Agency
|
getLineType, parseTextString
close, copyToStream, getCurrentLine, getLineNumber, getNextLine, isBackLine, moveBackLine, moveNext, resetReader
EDIMetadata getEdiDocumentMetadata()
java.util.Date getPreparationDate()
java.lang.String getMessageAgency()
PartyBean getSendingAgency()
java.lang.String getRecievingAgency()