|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.spec.Conformance
public class Conformance
Part of a specification that defines application behavior and IDs for other parts of the spec.
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 |
---|
public Conformance()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to add.public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to remove.public java.lang.String getAcceptAck()
public void setAcceptAck(java.lang.String acceptAck) throws java.beans.PropertyVetoException
acceptAck
- New value of property acceptAck.
PropertyVetoException
public java.lang.String getApplicationAck()
public void setApplicationAck(java.lang.String applicationAck) throws java.beans.PropertyVetoException
applicationAck
- New value of property applicationAck.
PropertyVetoException
public java.lang.String getStaticID()
public void setStaticID(java.lang.String staticID) throws java.beans.PropertyVetoException
staticID
- New value of property staticID.
PropertyVetoException
public java.lang.String getDnamicID()
public void setDnamicID(java.lang.String dnamicID) throws java.beans.PropertyVetoException
dnamicID
- New value of property dnamicID.
PropertyVetoException
public java.lang.String getMsgAckMode()
public void setMsgAckMode(java.lang.String msgAckMode) throws java.beans.PropertyVetoException
msgAckMode
- New value of property msgAckMode.
PropertyVetoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |