Package ca.uhn.hl7v2.model.v21.datatype
Class CM
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractComposite
ca.uhn.hl7v2.model.GenericComposite
ca.uhn.hl7v2.model.v21.datatype.CM
- All Implemented Interfaces:
Composite,Type,Visitable,Serializable
Version 2.1 contains a number of unspecified CM datatypes, which we model as
GenericComposites. The type of each CM component can be set as needed, after
parsing a message.
- Version:
- $Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:37 $ by $Author: jamesagnew $
- Author:
- Bryan Tripp
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.hl7v2.model.GenericComposite
getComponent, getComponentsMethods inherited from class ca.uhn.hl7v2.model.AbstractComposite
accept, clear, getTyped, isEmpty, provideLocationMethods inherited from class ca.uhn.hl7v2.model.AbstractType
encode, getExtraComponents, getMessage, parse, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
encode, getExtraComponents, getMessage, parse
-
Constructor Details
-
CM
- Parameters:
message- message to which this Type belongs
-
-
Method Details
-
getName
Returns the name of the type (used in XML encoding and profile checking)- Specified by:
getNamein interfaceType- Overrides:
getNamein classGenericComposite- Returns:
- the name of the type
-