ca.uhn.hl7v2.model
Class GenericPrimitive
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.GenericPrimitive
- All Implemented Interfaces:
- Primitive, Type, Serializable
public class GenericPrimitive
- extends AbstractPrimitive
- implements Primitive
An unspecified Primitive datatype that imposes no constraints on its string
value. This is used to store Varies data, when the data type is unknown. It is also
used to store unrecognized message constituents.
- Author:
- Bryan Tripp
- See Also:
- Serialized Form
GenericPrimitive
public GenericPrimitive(Message message)
- Creates a new instance of GenericPrimitive
getName
public String getName()
- Returns the name of the type (used in XML encoding and profile checking)
- Specified by:
getName in interface Type- Overrides:
getName in class AbstractType
getVersion
public String getVersion()
- See Also:
ca.uhn.hl7v2.model.Primitive#getVersion()
Copyright © 2001-2012 University Health Network. All Rights Reserved.