org.milyn.ect.formats.unedifact
Class UnEdifactMessage

java.lang.Object
  extended by org.milyn.ect.formats.unedifact.UnEdifactMessage

public class UnEdifactMessage
extends Object

UnEdifactMessage

Author:
bardl

Constructor Summary
UnEdifactMessage(Reader reader, boolean isSplitIntoImport, boolean useShortName, Edimap definitionModel)
           
 
Method Summary
 String getAgency()
           
 Edimap getEdimap()
           
 String getRelease()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnEdifactMessage

public UnEdifactMessage(Reader reader,
                        boolean isSplitIntoImport,
                        boolean useShortName,
                        Edimap definitionModel)
                 throws EdiParseException,
                        IOException
Throws:
EdiParseException
IOException
Method Detail

getEdimap

public Edimap getEdimap()

getType

public String getType()

getVersion

public String getVersion()

getRelease

public String getRelease()

getAgency

public String getAgency()


Copyright © 2014. All Rights Reserved.