ca.uhn.hl7v3.rim.datatype
Class Primitive

java.lang.Object
  extended by ca.uhn.hl7v3.rim.datatype.Primitive
All Implemented Interfaces:
java.io.Serializable

public abstract class Primitive
extends java.lang.Object
implements java.io.Serializable

Abstract superclass for RIM primitive types.

Author:
Bryan Tripp
See Also:
Serialized Form

Constructor Summary
Primitive()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Primitive

public Primitive()
Method Detail

setValue

public void setValue(java.lang.String data)

getValue

public java.lang.String getValue()


Copyright © 2001-2011 University Health Network. All Rights Reserved.