|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.edisax.model.EdifactModel
public class EdifactModel
EdifactModel contains all logic for handling imports for the edi-message-mapping model.
| Constructor Summary | |
|---|---|
EdifactModel(Edimap edimap)
Public Constructor. |
|
EdifactModel(InputStream mappingModelStream)
Public Constructor. |
|
EdifactModel(URI modelURI,
URI importBaseURI,
InputStream mappingModelStream)
Public constructor. |
|
EdifactModel(URI modelURI,
URI importBaseURI,
Reader mappingModelStream)
Public constructor. |
|
| Method Summary | |
|---|---|
Delimiters |
getDelimiters()
Returns the delimiters used in edifact format. |
Description |
getDescription()
|
Edimap |
getEdimap()
Returns the edimap containing the parser logic. |
URI |
getModelURI()
Get the model URI. |
void |
setAssociateModels(Collection<EdifactModel> associateModels)
Set a set of models that are associated with this model instance. |
void |
setDescription(Description description)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EdifactModel(Edimap edimap)
edimap - Mapping Model.
public EdifactModel(InputStream mappingModelStream)
throws IOException
IOException
public EdifactModel(URI modelURI,
URI importBaseURI,
InputStream mappingModelStream)
throws IOException
modelURI - The model resource URI.importBaseURI - The base URI for loading imports.mappingModelStream - The edi-message-mapping.
IOException
public EdifactModel(URI modelURI,
URI importBaseURI,
Reader mappingModelStream)
throws IOException
modelURI - The model resource URI.importBaseURI - The base URI for loading imports.mappingModelStream - The edi-message-mapping.
IOException| Method Detail |
|---|
public void setDescription(Description description)
public Description getDescription()
public Edimap getEdimap()
public Delimiters getDelimiters()
public URI getModelURI()
public void setAssociateModels(Collection<EdifactModel> associateModels)
associateModels - Associate models.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||