ca.uhn.hl7v2.conf.spec.message
Class DataValue

java.lang.Object
  extended by ca.uhn.hl7v2.conf.spec.message.DataValue

public class DataValue
extends java.lang.Object

An explicit data value specified in a message profile.

Author:
Bryan Tripp

Constructor Summary
DataValue()
          Creates a new instance of DataValue
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
          Adds a PropertyChangeListener to the listener list.
 void addVetoableChangeListener(java.beans.VetoableChangeListener l)
          Adds a VetoableChangeListener to the listener list.
 java.lang.String getExValue()
          Getter for property exValue.
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
          Removes a PropertyChangeListener from the listener list.
 void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
          Removes a VetoableChangeListener from the listener list.
 void setExValue(java.lang.String exValue)
          Setter for property exValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataValue

public DataValue()
Creates a new instance of DataValue

Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list.

Parameters:
l - The listener to add.

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list.

Parameters:
l - The listener to remove.

addVetoableChangeListener

public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list.

Parameters:
l - The listener to add.

removeVetoableChangeListener

public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list.

Parameters:
l - The listener to remove.

getExValue

public java.lang.String getExValue()
Getter for property exValue.

Returns:
Value of property exValue.

setExValue

public void setExValue(java.lang.String exValue)
                throws ProfileException
Setter for property exValue.

Parameters:
exValue - New value of property exValue.
Throws:
ProfileException


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