|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ddtek.xmlconverter.reflection.EDIMessage
public class EDIMessage
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 |
---|
public String getName()
public String getDescription()
public EDIDialect getEDIDialect()
EDIDialect
object associated with this EDIMessage.
EDIDialect
object associated with this EDIMessage.public EDIVersion getEDIVersion()
EDIVersion
object associated with this EDIMessage.
EDIVersion
object associated with this EDIMessage.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |