org.milyn.ect.formats.unedifact
Class UnEdifactMessage

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

public class UnEdifactMessage
extends java.lang.Object

UnEdifactMessage

Author:
bardl

Constructor Summary
UnEdifactMessage(java.io.Reader reader, boolean isSplitIntoImport, Edimap definitionModel)
           
 
Method Summary
 java.lang.String getAgency()
           
 Edimap getEdimap()
           
 java.lang.String getRelease()
           
 java.lang.String getType()
           
 java.lang.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(java.io.Reader reader,
                        boolean isSplitIntoImport,
                        Edimap definitionModel)
                 throws EdiParseException,
                        java.io.IOException
Throws:
EdiParseException
java.io.IOException
Method Detail

getEdimap

public Edimap getEdimap()

getType

public java.lang.String getType()

getVersion

public java.lang.String getVersion()

getRelease

public java.lang.String getRelease()

getAgency

public java.lang.String getAgency()


Copyright © 2011. All Rights Reserved.