public interface CicsInquireContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsInquireContainerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActivityId()
Returns the value of the 'Activity Id' containment reference.
|
DataRefOrLiteral |
getContainer()
Returns the value of the 'Container' containment reference.
|
DataRef |
getDataLength()
Returns the value of the 'Data Length' containment reference.
|
DataRefOrLiteral |
getProcess()
Returns the value of the 'Process' containment reference.
|
DataRefOrLiteral |
getProcessType()
Returns the value of the 'Process Type' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
void |
setActivityId(DataRefOrLiteral value)
Sets the value of the '
Activity Id' containment reference. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setDataLength(DataRef value)
Sets the value of the '
Data Length' containment reference. |
void |
setProcess(DataRefOrLiteral value)
Sets the value of the '
Process' containment reference. |
void |
setProcessType(DataRefOrLiteral value)
Sets the value of the '
Process Type' containment reference. |
void |
setSet(DataRef value)
Sets the value of the '
Set' 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 getContainer()
The value is a representation of the data value specified in the CONTAINER option.
setContainer(DataRefOrLiteral),
COBOLPackage.getCicsInquireContainerStmt_Container()void setContainer(DataRefOrLiteral value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()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.getCicsInquireContainerStmt_ActivityId()void setActivityId(DataRefOrLiteral value)
Activity Id' containment reference.
value - the new value of the 'Activity Id' containment reference.getActivityId()DataRefOrLiteral getProcess()
The value is a representation of the data value specified in the PROCESS option; if that option is not used, the value is null.
setProcess(DataRefOrLiteral),
COBOLPackage.getCicsInquireContainerStmt_Process()void setProcess(DataRefOrLiteral value)
Process' containment reference.
value - the new value of the 'Process' containment reference.getProcess()DataRefOrLiteral getProcessType()
The value is a representation of the data value specified in the PROCESSTYPE option; if that option is not used, the value is null.
setProcessType(DataRefOrLiteral),
COBOLPackage.getCicsInquireContainerStmt_ProcessType()void setProcessType(DataRefOrLiteral value)
Process Type' containment reference.
value - the new value of the 'Process Type' containment reference.getProcessType()DataRef getDataLength()
The value is a representation of the data area specified in the DATALENGTH option; if that option is not used, the value is null.
setDataLength(DataRef),
COBOLPackage.getCicsInquireContainerStmt_DataLength()void setDataLength(DataRef value)
Data Length' containment reference.
value - the new value of the 'Data Length' containment reference.getDataLength()DataRef getSet()
The value is a representation of the data area specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsInquireContainerStmt_Set()