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.


Constructor Index

 o XN()

Method Index

 o getReason()
 o refreshXObj()
Refreshes the XML object with current data held by the face object.
 o setReason(String)
 o setXObj(XObj)

Constructors

 o XN
public XN()

Methods

 o setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
Overrides:
setXObj in class XExecutionObject
 o setReason
public void setReason(String reason)
 o getReason
public String getReason()
 o 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