|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Type
An HL7 datatype. Datatypes normally implement either Composite or Primitive.
Method Summary | |
---|---|
void |
clear()
Clears all data from this type |
java.lang.String |
encode()
Encodes this message using the parser returned by #getParser() |
ExtraComponents |
getExtraComponents()
Returns an object containing any extra (non-standard) components that have been added to this type at run-time. |
Message |
getMessage()
|
java.lang.String |
getName()
Returns the name of the type (used in XML encoding and profile checking) |
void |
parse(java.lang.String string)
Parses the string into this message using the parser returned by #getParser() |
Method Detail |
---|
java.lang.String getName()
ExtraComponents getExtraComponents()
Message getMessage()
void parse(java.lang.String string) throws HL7Exception
#getParser()
HL7Exception
java.lang.String encode() throws HL7Exception
#getParser()
HL7Exception
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |