com.ibm.cics.model.mutable
Interface IMutableIntrapartitionTDQueue

All Superinterfaces:
ICICSObject, ICICSResource, IInstalledCICSResource, IIntrapartitionTDQueue, IMutableCICSResource

public interface IMutableIntrapartitionTDQueue
extends IIntrapartitionTDQueue, IMutableCICSResource

generated from CICS resourcetable INTRATDQ


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.cics.model.IIntrapartitionTDQueue
IIntrapartitionTDQueue.ATIFacilityValue, IIntrapartitionTDQueue.ChangeAgentValue, IIntrapartitionTDQueue.IndoubtValue, IIntrapartitionTDQueue.IndoubtWaitValue, IIntrapartitionTDQueue.InstallAgentValue, IIntrapartitionTDQueue.RecoveryStatusValue, IIntrapartitionTDQueue.StatusValue
 
Method Summary
 void setATIFacility(IIntrapartitionTDQueue.ATIFacilityValue _ATIFacility)
          Setter for field ATIFACILITY
 void setATITerminal(java.lang.String _ATITerminal)
          Setter for field ATITERMID
 void setATITransaction(java.lang.String _ATITransaction)
          Setter for field ATITRANID
 void setATIUserID(java.lang.String _ATIUserID)
          Setter for field ATIUSERID
 void setStatus(IIntrapartitionTDQueue.StatusValue _status)
          Setter for field STATUS
 void setTriggerLevel(java.lang.Long _triggerLevel)
          Setter for field TRIGGERLEVEL
 
Methods inherited from interface com.ibm.cics.model.IIntrapartitionTDQueue
getATIFacility, getATITerminal, getATITransaction, getATIUserID, getBasdefinever, getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getDefineSource, getDefineTime, getIndoubt, getIndoubtWait, getInstallAgent, getInstallTime, getInstallUserID, getItemCount, getName, getRecoveryStatus, getRequestCount, getStatus, getTriggerLevel
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 
Methods inherited from interface com.ibm.cics.model.ICICSResource
getCICSRelease, getRegionName
 

Method Detail

setATIFacility

void setATIFacility(IIntrapartitionTDQueue.ATIFacilityValue _ATIFacility)
Setter for field ATIFACILITY

See Also:
IIntrapartitionTDQueue.getATIFacility()

setATITerminal

void setATITerminal(java.lang.String _ATITerminal)
Setter for field ATITERMID

See Also:
IIntrapartitionTDQueue.getATITerminal()

setATITransaction

void setATITransaction(java.lang.String _ATITransaction)
Setter for field ATITRANID

See Also:
IIntrapartitionTDQueue.getATITransaction()

setStatus

void setStatus(IIntrapartitionTDQueue.StatusValue _status)
Setter for field STATUS

See Also:
IIntrapartitionTDQueue.getStatus()

setTriggerLevel

void setTriggerLevel(java.lang.Long _triggerLevel)
Setter for field TRIGGERLEVEL

See Also:
IIntrapartitionTDQueue.getTriggerLevel()

setATIUserID

void setATIUserID(java.lang.String _ATIUserID)
Setter for field ATIUSERID

See Also:
IIntrapartitionTDQueue.getATIUserID()


Copyright © 2008-2009 IBM Corp. All Rights Reserved.