ca.uhn.hl7v2.conf.spec
Class Conformance

java.lang.Object
  extended by ca.uhn.hl7v2.conf.spec.Conformance

public class Conformance
extends java.lang.Object

Part of a specification that defines application behavior and IDs for other parts of the spec.

Author:
Bryan Tripp

Constructor Summary
Conformance()
          Creates a new instance of Conformance
 
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 getAcceptAck()
          Getter for property acceptAck.
 java.lang.String getApplicationAck()
          Getter for property applicationAck.
 java.lang.String getDnamicID()
          Getter for property dnamicID.
 java.lang.String getMsgAckMode()
          Getter for property msgAckMode.
 java.lang.String getStaticID()
          Getter for property staticID.
 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 setAcceptAck(java.lang.String acceptAck)
          Setter for property acceptAck.
 void setApplicationAck(java.lang.String applicationAck)
          Setter for property applicationAck.
 void setDnamicID(java.lang.String dnamicID)
          Setter for property dnamicID.
 void setMsgAckMode(java.lang.String msgAckMode)
          Setter for property msgAckMode.
 void setStaticID(java.lang.String staticID)
          Setter for property staticID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conformance

public Conformance()
Creates a new instance of Conformance

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.

getAcceptAck

public java.lang.String getAcceptAck()
Getter for property acceptAck.

Returns:
Value of property acceptAck.

setAcceptAck

public void setAcceptAck(java.lang.String acceptAck)
                  throws java.beans.PropertyVetoException
Setter for property acceptAck.

Parameters:
acceptAck - New value of property acceptAck.
Throws:
PropertyVetoException

getApplicationAck

public java.lang.String getApplicationAck()
Getter for property applicationAck.

Returns:
Value of property applicationAck.

setApplicationAck

public void setApplicationAck(java.lang.String applicationAck)
                       throws java.beans.PropertyVetoException
Setter for property applicationAck.

Parameters:
applicationAck - New value of property applicationAck.
Throws:
PropertyVetoException

getStaticID

public java.lang.String getStaticID()
Getter for property staticID.

Returns:
Value of property staticID.

setStaticID

public void setStaticID(java.lang.String staticID)
                 throws java.beans.PropertyVetoException
Setter for property staticID.

Parameters:
staticID - New value of property staticID.
Throws:
PropertyVetoException

getDnamicID

public java.lang.String getDnamicID()
Getter for property dnamicID.

Returns:
Value of property dnamicID.

setDnamicID

public void setDnamicID(java.lang.String dnamicID)
                 throws java.beans.PropertyVetoException
Setter for property dnamicID.

Parameters:
dnamicID - New value of property dnamicID.
Throws:
PropertyVetoException

getMsgAckMode

public java.lang.String getMsgAckMode()
Getter for property msgAckMode.

Returns:
Value of property msgAckMode.

setMsgAckMode

public void setMsgAckMode(java.lang.String msgAckMode)
                   throws java.beans.PropertyVetoException
Setter for property msgAckMode.

Parameters:
msgAckMode - New value of property msgAckMode.
Throws:
PropertyVetoException


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