public interface EDIMetadata
Modifier and Type | Method and Description |
---|---|
void |
addDocumentIndex(EDIDocumentPosition pos) |
java.lang.String |
getApplicationReference() |
java.util.Date |
getDateOfPreparation() |
java.util.List<EDIDocumentPosition> |
getDocumentIndex() |
java.lang.String |
getInterchangeReference() |
java.lang.String |
getMessageName() |
java.lang.String |
getReceiverIdentification() |
java.util.Date |
getReportingBegin() |
java.util.Date |
getReportingEnd() |
boolean |
isTest() |
void |
setMessageName(java.lang.String messageName) |
void |
setReportingBegin(java.util.Date date) |
void |
setReportingEnd(java.util.Date date) |
java.lang.String getReceiverIdentification()
java.util.Date getDateOfPreparation()
java.lang.String getInterchangeReference()
java.lang.String getApplicationReference()
java.util.List<EDIDocumentPosition> getDocumentIndex()
void addDocumentIndex(EDIDocumentPosition pos)
java.lang.String getMessageName()
void setMessageName(java.lang.String messageName)
java.util.Date getReportingBegin()
java.util.Date getReportingEnd()
void setReportingBegin(java.util.Date date)
void setReportingEnd(java.util.Date date)
boolean isTest()