|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.edisax.interchange.EdiDirectory
public class EdiDirectory
EDI directory model.
Contains the mapping models for all message in an EDI directory/specification e.g. for UN/EDIFACT it contains EDI mapping models for all the messages in a UN/EDIFACT directory specification zip file.
| Constructor Summary | |
|---|---|
EdiDirectory(Edimap commonModel,
List<Edimap> messageModels)
Public constructor. |
|
| Method Summary | |
|---|---|
Edimap |
getCommonModel()
Get the common model. |
List<Edimap> |
getMessageModels()
Get the message models. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdiDirectory(Edimap commonModel,
List<Edimap> messageModels)
commonModel - The "common" model. Contains common types used across
(and imported by) the messages in the directory.messageModels - The individual message models.| Method Detail |
|---|
public Edimap getCommonModel()
public List<Edimap> getMessageModels()
common model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||