All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.axtp.xface.XN
java.lang.Object
|
+----ORG.opengroup.axtp.PacketObjectSupport
|
+----ORG.opengroup.axtp.xface.XTransactionObject
|
+----ORG.opengroup.axtp.xface.XExecutionObject
|
+----ORG.opengroup.axtp.xface.XN
- public class XN
- extends XExecutionObject
- implements N
A Negative acknowledgement (Nack) request.
XN()
-
getReason()
-
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setReason(String)
-
setXObj(XObj)
-
XN
public XN()
setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
- Overrides:
- setXObj in class XExecutionObject
setReason
public void setReason(String reason)
getReason
public String getReason()
refreshXObj
public void refreshXObj()
- Refreshes the XML object with current data held by the face object.
(Called by XObj.toString().)
- Overrides:
- refreshXObj in class XExecutionObject
All Packages Class Hierarchy This Package Previous Next Index