Sun Message Library for HL7

com.stc.hl7.builder
Class HL7OTDBuilder.HL7PropName

java.lang.Object
  extended by com.stc.hl7.builder.HL7OTDBuilder.HL7PropName
Enclosing class:
HL7OTDBuilder

public static class HL7OTDBuilder.HL7PropName
extends java.lang.Object

Enumeration of node types.


Field Summary
static java.lang.String EVENT
          Message trigger event component value
static java.lang.String MSGSTR
          Message structure component value
static java.lang.String MSGTYPE
          Message type component value
 
Constructor Summary
HL7OTDBuilder.HL7PropName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
Message type component value

See Also:
Constant Field Values

EVENT

public static final java.lang.String EVENT
Message trigger event component value

See Also:
Constant Field Values

MSGSTR

public static final java.lang.String MSGSTR
Message structure component value

See Also:
Constant Field Values
Constructor Detail

HL7OTDBuilder.HL7PropName

public HL7OTDBuilder.HL7PropName()

Sun Message Library for HL7