All Packages Class Hierarchy This Package Previous Next Index
Class ORG.opengroup.axtp.xface.XX
java.lang.Object
|
+----ORG.opengroup.axtp.PacketObjectSupport
|
+----ORG.opengroup.axtp.xface.XTransactionObject
|
+----ORG.opengroup.axtp.xface.XExecutionObject
|
+----ORG.opengroup.axtp.xface.XX
- public class XX
- extends XExecutionObject
- implements X, TransactionFromClient
An eXecution request.
XX()
-
getPrimary()
-
getTransactionDuration()
-
getZID()
-
isPrimary()
-
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setPrimary(boolean)
-
setTransactionDuration(long)
-
setXObj(XObj)
-
setZID(long)
-
XX
public XX()
setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
- Overrides:
- setXObj in class XExecutionObject
setPrimary
public void setPrimary(boolean primary)
getPrimary
public boolean getPrimary()
isPrimary
public boolean isPrimary()
setTransactionDuration
public void setTransactionDuration(long v)
getTransactionDuration
public long getTransactionDuration()
setZID
public void setZID(long zid)
getZID
public long getZID()
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