Sun Adapter for TCP/IP HL7

com.stc.connector.hl7.framework.structure.datatype
Interface DataType

All Superinterfaces:
Component
All Known Implementing Classes:
GenericDataTypeImpl

public interface DataType
extends Component

This interface represents a HL7 field data type structure which corresponds to the field.

Version:
cvs revision: $Revision: 1.2 $ Last Modified: $Date: 2005/09/03 06:28:36 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 DataType[] getSubDataTypes()
          Method getSubDataTypes.
 
Methods inherited from interface com.stc.connector.hl7.framework.structure.component.Component
getContent, getMessage, getName, marshal, setContent, setName, toXMLString, unmarshal, validate
 

Field Detail

version

static final java.lang.String version
See Also:
Constant Field Values
Method Detail

getSubDataTypes

DataType[] getSubDataTypes()
Method getSubDataTypes.

Returns:
DataType[] If no sub DataType, null is returned.

Sun Adapter for TCP/IP HL7