Package ca.uhn.hl7v2.model.v27.datatype
Class NULLDT
java.lang.Object
ca.uhn.hl7v2.model.AbstractType
ca.uhn.hl7v2.model.AbstractPrimitive
ca.uhn.hl7v2.model.primitive.NULLDT
ca.uhn.hl7v2.model.v27.datatype.NULLDT
- All Implemented Interfaces:
Primitive,Type,Visitable,Serializable
Special datatype used in fields which have been withdrawn from the HL7
specification and should not contain a value.
- Version:
- $Revision: 1.1 $ updated on $Date: 2009-03-26 00:39:49 $ by $Author: jamesagnew $
- Author:
- James Agnew
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.hl7v2.model.AbstractPrimitive
accept, clear, encode, getValue, isEmpty, parse, setValue, toStringMethods inherited from class ca.uhn.hl7v2.model.AbstractType
getExtraComponents, getMessage, getName, provideLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Type
getExtraComponents, getMessage, getNameMethods inherited from interface ca.uhn.hl7v2.model.Visitable
provideLocation
-
Constructor Details
-
NULLDT
Constructor- Parameters:
theMessage- The message
-