|
||||||||||
| 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(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
String |
getAcceptAck()
Getter for property acceptAck. |
String |
getApplicationAck()
Getter for property applicationAck. |
String |
getDnamicID()
Getter for property dnamicID. |
String |
getMsgAckMode()
Getter for property msgAckMode. |
String |
getStaticID()
Getter for property staticID. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setAcceptAck(String acceptAck)
Setter for property acceptAck. |
void |
setApplicationAck(String applicationAck)
Setter for property applicationAck. |
void |
setDnamicID(String dnamicID)
Setter for property dnamicID. |
void |
setMsgAckMode(String msgAckMode)
Setter for property msgAckMode. |
void |
setStaticID(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(PropertyChangeListener l)
l - The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public void addVetoableChangeListener(VetoableChangeListener l)
l - The listener to add.public void removeVetoableChangeListener(VetoableChangeListener l)
l - The listener to remove.public String getAcceptAck()
public void setAcceptAck(String acceptAck)
throws PropertyVetoException
acceptAck - New value of property acceptAck.
PropertyVetoExceptionpublic String getApplicationAck()
public void setApplicationAck(String applicationAck)
throws PropertyVetoException
applicationAck - New value of property applicationAck.
PropertyVetoExceptionpublic String getStaticID()
public void setStaticID(String staticID)
throws PropertyVetoException
staticID - New value of property staticID.
PropertyVetoExceptionpublic String getDnamicID()
public void setDnamicID(String dnamicID)
throws PropertyVetoException
dnamicID - New value of property dnamicID.
PropertyVetoExceptionpublic String getMsgAckMode()
public void setMsgAckMode(String msgAckMode)
throws PropertyVetoException
msgAckMode - New value of property msgAckMode.
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||