Package ca.uhn.hl7v2.conf.spec.message
Class DataValue
java.lang.Object
ca.uhn.hl7v2.conf.spec.message.DataValue
An explicit data value specified in a message profile.
- Author:
- Bryan Tripp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds a PropertyChangeListener to the listener list.voidAdds a VetoableChangeListener to the listener list.Getter for property exValue.voidRemoves a PropertyChangeListener from the listener list.voidRemoves a VetoableChangeListener from the listener list.voidsetExValue(String exValue) Setter for property exValue.
-
Constructor Details
-
DataValue
public DataValue()Creates a new instance of DataValue
-
-
Method Details
-
addPropertyChangeListener
Adds a PropertyChangeListener to the listener list.- Parameters:
l- The listener to add.
-
removePropertyChangeListener
Removes a PropertyChangeListener from the listener list.- Parameters:
l- The listener to remove.
-
addVetoableChangeListener
Adds a VetoableChangeListener to the listener list.- Parameters:
l- The listener to add.
-
removeVetoableChangeListener
Removes a VetoableChangeListener from the listener list.- Parameters:
l- The listener to remove.
-
getExValue
Getter for property exValue.- Returns:
- Value of property exValue.
-
setExValue
Setter for property exValue.- Parameters:
exValue- New value of property exValue.- Throws:
ProfileException
-