com.ddtek.xmlconverter.reflection
Class EDIMessage

java.lang.Object
  extended by com.ddtek.xmlconverter.reflection.EDIMessage

public class EDIMessage
extends Object

An object which represents an EDI message or transaction type supported by DataDirect XML Converters.


Method Summary
 String getDescription()
          Get the description of the message or transaction type represented by this EDIMessage.
 EDIDialect getEDIDialect()
          Get the EDIDialect object associated with this EDIMessage.
 EDIVersion getEDIVersion()
          Get the EDIVersion object associated with this EDIMessage.
 String getName()
          Get the name of the message or transaction type represented by this EDIMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Get the name of the message or transaction type represented by this EDIMessage.

Returns:
The message name, for example "BANSTA".

getDescription

public String getDescription()
Get the description of the message or transaction type represented by this EDIMessage.

Returns:
The message description, for example "Banking status message".

getEDIDialect

public EDIDialect getEDIDialect()
Get the EDIDialect object associated with this EDIMessage.

Returns:
The EDIDialect object associated with this EDIMessage.

getEDIVersion

public EDIVersion getEDIVersion()
Get the EDIVersion object associated with this EDIMessage.

Returns:
The EDIVersion object associated with this EDIMessage.