|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.hl7.framework.spec.component.ComponentSpec
com.stc.connector.hl7.framework.spec.datatype.DataTypeSpec
public class DataTypeSpec
Field Summary | |
---|---|
static java.lang.String |
version
|
Fields inherited from class com.stc.connector.hl7.framework.spec.component.ComponentSpec |
---|
OPTIONALITY_BACKWARD, OPTIONALITY_CONDITIONAL, OPTIONALITY_NOT_USED, OPTIONALITY_OPTIONAL, OPTIONALITY_REQUIRED, OPTIONALITY_WITHDRAWN, REPETITION_NO_REPETITION, REPETITION_REPEAT_UPTO_NUMBER, REPETITION_REPEATED, VERSION_ID_21, VERSION_ID_22, VERSION_ID_23, VERSION_ID_231, VERSION_ID_24, VERSION_ID_25, VERSION_ID_251 |
Constructor Summary | |
---|---|
DataTypeSpec(java.lang.String versionID,
java.lang.String name)
Constructor for DataTypeSpec. |
|
DataTypeSpec(java.lang.String versionID,
java.lang.String name,
DataTypeSpec[] subDataTypeSpecs,
TableSpec tableSpec)
Constructor for DataTypeSpec. |
|
DataTypeSpec(java.lang.String versionID,
java.lang.String name,
int minLength,
int maxLength,
java.lang.String optionality,
java.lang.String repetition,
DataTypeSpec[] subDataTypeSpecs,
TableSpec tableSpec)
Constructor for DataTypeSpec. |
|
DataTypeSpec(java.lang.String versionID,
java.lang.String name,
TableSpec tableSpec)
Constructor for DataTypeSpec. |
Method Summary | |
---|---|
DataTypeSpec[] |
getSubDataTypeSpecs()
Returns the subDataTypeSpecs. |
TableSpec |
getTableSpec()
Returns the tableSpec. |
protected void |
setSubDataTypeSpecs(DataTypeSpec[] subDataTypeSpecs)
Sets the subDataTypeSpecs. |
protected void |
setTableSpec(TableSpec tableSpec)
Sets the tableSpec. |
Methods inherited from class com.stc.connector.hl7.framework.spec.component.ComponentSpec |
---|
getMaxLength, getMinLength, getName, getOptionality, getRepetition, getVersionID, setMaxLength, setMinLength, setName, setOptionality, setRepetition, setVersionID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String version
Constructor Detail |
---|
public DataTypeSpec(java.lang.String versionID, java.lang.String name, int minLength, int maxLength, java.lang.String optionality, java.lang.String repetition, DataTypeSpec[] subDataTypeSpecs, TableSpec tableSpec)
versionID
- The versionID to setname
- The name to setminLength
- maxLength
- optionality
- repetition
- subDataTypeSpecs
- The subDataTypeSpecs to settableSpec
- The tableSpec to setpublic DataTypeSpec(java.lang.String versionID, java.lang.String name, DataTypeSpec[] subDataTypeSpecs, TableSpec tableSpec)
versionID
- The versionID to setname
- The name to setsubDataTypeSpecs
- The subDataTypeSpecs to settableSpec
- The tableSpec to setpublic DataTypeSpec(java.lang.String versionID, java.lang.String name, TableSpec tableSpec)
versionID
- The versionID to setname
- The name to settableSpec
- The tableSpec to setpublic DataTypeSpec(java.lang.String versionID, java.lang.String name)
versionID
- The versionID to setname
- The name to setMethod Detail |
---|
public DataTypeSpec[] getSubDataTypeSpecs()
public TableSpec getTableSpec()
protected void setTableSpec(TableSpec tableSpec)
tableSpec
- The tableSpec to setprotected void setSubDataTypeSpecs(DataTypeSpec[] subDataTypeSpecs)
subDataTypeSpecs
- The subDataTypeSpecs to set
|
Sun Adapter for TCP/IP HL7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |