public interface CicsInquireTimerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsInquireTimerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getABSTime()
Returns the value of the 'ABS Time' containment reference.
|
DataRefOrLiteral |
getActivityId()
Returns the value of the 'Activity Id' containment reference.
|
DataRef |
getEvent()
Returns the value of the 'Event' containment reference.
|
DataRef |
getStatus()
Returns the value of the 'Status' containment reference.
|
DataRefOrLiteral |
getTimer()
Returns the value of the 'Timer' containment reference.
|
void |
setABSTime(DataRef value)
Sets the value of the '
ABS Time' containment reference. |
void |
setActivityId(DataRefOrLiteral value)
Sets the value of the '
Activity Id' containment reference. |
void |
setEvent(DataRef value)
Sets the value of the '
Event' containment reference. |
void |
setStatus(DataRef value)
Sets the value of the '
Status' containment reference. |
void |
setTimer(DataRefOrLiteral value)
Sets the value of the '
Timer' containment reference. |
getResp, getResp2, isNoEDF, isNoHandle, isSysEIB, setNoEDF, setNoHandle, setResp, setResp2, setSysEIBgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getTimer()
The value is a representation of the data value specified in the TIMER option.
setTimer(DataRefOrLiteral),
COBOLPackage.getCicsInquireTimerStmt_Timer()void setTimer(DataRefOrLiteral value)
Timer' containment reference.
value - the new value of the 'Timer' containment reference.getTimer()DataRefOrLiteral getActivityId()
The value is a representation of the data value specified in the ACTIVITYID option; if that option is not used, the value is null.
setActivityId(DataRefOrLiteral),
COBOLPackage.getCicsInquireTimerStmt_ActivityId()void setActivityId(DataRefOrLiteral value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()DataRef getEvent()
The value is a representation of the data area specified in the EVENT option; if that option is not used, the value is null.
setEvent(DataRef),
COBOLPackage.getCicsInquireTimerStmt_Event()void setEvent(DataRef value)
Event' containment reference.
value - the new value of the 'Event' containment reference.getEvent()DataRef getStatus()
The value is a representation of the CICS value data area specified in the STATUS option; if that option is not used, the value is null.
setStatus(DataRef),
COBOLPackage.getCicsInquireTimerStmt_Status()void setStatus(DataRef value)
Status' containment reference.
value - the new value of the 'Status' containment reference.getStatus()DataRef getABSTime()
The value is a representation of the data area specified in the ABSTIME option; if that option is not used, the value is null.
setABSTime(DataRef),
COBOLPackage.getCicsInquireTimerStmt_ABSTime()void setABSTime(DataRef value)
ABS Time' containment reference.
value - the new value of the 'ABS Time' containment reference.getABSTime()