|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Primitive
Represents the category of HL7 data types that contain a single value (in other words have no subcomponents). Examples include ST and ID.
Method Summary | |
---|---|
java.lang.String |
getValue()
Returns a String representation of the value of this field. |
void |
setValue(java.lang.String value)
Sets the value of this field if the given value is legal in the context of the implementing class. |
Methods inherited from interface ca.uhn.hl7v2.model.Type |
---|
clear, encode, getExtraComponents, getMessage, getName, parse |
Method Detail |
---|
java.lang.String getValue()
void setValue(java.lang.String value) throws DataTypeException
DataTypeException
- if the given value is not valid in this context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |