public interface CicsGetContainerStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsGetContainerStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getActivity()
Returns the value of the 'Activity' containment reference.
|
DataRefOrLiteral |
getByteOffset()
Returns the value of the 'Byte Offset' containment reference.
|
DataRef |
getCCSId()
Returns the value of the 'CCS Id' containment reference.
|
DataRefOrLiteral |
getChannel()
Returns the value of the 'Channel' containment reference.
|
DataRefOrLiteral |
getContainer()
Returns the value of the 'Container' containment reference.
|
DataRefOrLiteral |
getConvertST()
Returns the value of the 'Convert ST' containment reference.
|
DataRef |
getFLength()
Returns the value of the 'FLength' containment reference.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
DataRefOrLiteral |
getIntoCCSId()
Returns the value of the 'Into CCS Id' containment reference.
|
DataRefOrLiteral |
getIntoCodePage()
Returns the value of the 'Into Code Page' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
boolean |
isACQActivity()
Returns the value of the 'ACQ Activity' attribute.
|
boolean |
isACQProcess()
Returns the value of the 'ACQ Process' attribute.
|
boolean |
isNoConvert()
Returns the value of the 'No Convert' attribute.
|
boolean |
isNoData()
Returns the value of the 'No Data' attribute.
|
boolean |
isProcess()
Returns the value of the 'Process' attribute.
|
void |
setACQActivity(boolean value)
Sets the value of the '
ACQ Activity' attribute. |
void |
setACQProcess(boolean value)
Sets the value of the '
ACQ Process' attribute. |
void |
setActivity(DataRefOrLiteral value)
Sets the value of the '
Activity' containment reference. |
void |
setByteOffset(DataRefOrLiteral value)
Sets the value of the '
Byte Offset' containment reference. |
void |
setCCSId(DataRef value)
Sets the value of the '
CCS Id' containment reference. |
void |
setChannel(DataRefOrLiteral value)
Sets the value of the '
Channel' containment reference. |
void |
setContainer(DataRefOrLiteral value)
Sets the value of the '
Container' containment reference. |
void |
setConvertST(DataRefOrLiteral value)
Sets the value of the '
Convert ST' containment reference. |
void |
setFLength(DataRef value)
Sets the value of the '
FLength' containment reference. |
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setIntoCCSId(DataRefOrLiteral value)
Sets the value of the '
Into CCS Id' containment reference. |
void |
setIntoCodePage(DataRefOrLiteral value)
Sets the value of the '
Into Code Page' containment reference. |
void |
setNoConvert(boolean value)
Sets the value of the '
No Convert' attribute. |
void |
setNoData(boolean value)
Sets the value of the '
No Data' attribute. |
void |
setProcess(boolean value)
Sets the value of the '
Process' attribute. |
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.getCicsGetContainerStmt_Container()void setContainer(DataRefOrLiteral value)
Container' containment reference.
value - the new value of the 'Container' containment reference.getContainer()DataRefOrLiteral getActivity()
The value is a representation of the data value specified in the ACTIVITY option; if that option is not used, the value is null.
setActivity(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_Activity()void setActivity(DataRefOrLiteral value)
Activity' containment reference.
value - the new value of the 'Activity' containment reference.getActivity()boolean isACQActivity()
The value is true if the ACQACTIVITY option is used; false otherwise.
setACQActivity(boolean),
COBOLPackage.getCicsGetContainerStmt_ACQActivity()void setACQActivity(boolean value)
ACQ Activity' attribute.
value - the new value of the 'ACQ Activity' attribute.isACQActivity()boolean isProcess()
The value is true if the PROCESS option is used; false otherwise.
setProcess(boolean),
COBOLPackage.getCicsGetContainerStmt_Process()void setProcess(boolean value)
Process' attribute.
value - the new value of the 'Process' attribute.isProcess()boolean isACQProcess()
The value is true if the ACQPROCESS option is used; false otherwise.
setACQProcess(boolean),
COBOLPackage.getCicsGetContainerStmt_ACQProcess()void setACQProcess(boolean value)
ACQ Process' attribute.
value - the new value of the 'ACQ Process' attribute.isACQProcess()DataRef getInto()
The value is a representation of the data area specified in the INTO option; if that option is not used, the value is null.
setInto(DataRef),
COBOLPackage.getCicsGetContainerStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getSet()
The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.
setSet(DataRef),
COBOLPackage.getCicsGetContainerStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()boolean isNoData()
The value is true if the NODATA option is used; false otherwise.
setNoData(boolean),
COBOLPackage.getCicsGetContainerStmt_NoData()void setNoData(boolean value)
No Data' attribute.
value - the new value of the 'No Data' attribute.isNoData()DataRef getFLength()
The value is a representation of the data area specified in the FLENGTH option; if that option is not used, the value is null.
setFLength(DataRef),
COBOLPackage.getCicsGetContainerStmt_FLength()void setFLength(DataRef value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()DataRefOrLiteral getChannel()
The value is a representation of the data value specified in the CHANNEL option; if that option is not used, the value is null.
setChannel(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_Channel()void setChannel(DataRefOrLiteral value)
Channel' containment reference.
value - the new value of the 'Channel' containment reference.getChannel()DataRefOrLiteral getIntoCCSId()
The value is a representation of the data value specified in the INTOCCSID option; if that option is not used, the value is null.
setIntoCCSId(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_IntoCCSId()void setIntoCCSId(DataRefOrLiteral value)
Into CCS Id' containment reference.
value - the new value of the 'Into CCS Id' containment reference.getIntoCCSId()DataRefOrLiteral getIntoCodePage()
The value is a representation of the data value specified in the INTOCODEPAGE option; if that option is not used, the value is null.
setIntoCodePage(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_IntoCodePage()void setIntoCodePage(DataRefOrLiteral value)
Into Code Page' containment reference.
value - the new value of the 'Into Code Page' containment reference.getIntoCodePage()DataRefOrLiteral getConvertST()
The value is a representation of the CICS value data area specified in the CONVERTST option; if that option is not used, the value is null.
setConvertST(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_ConvertST()void setConvertST(DataRefOrLiteral value)
Convert ST' containment reference.
value - the new value of the 'Convert ST' containment reference.getConvertST()DataRef getCCSId()
The value is a representation of the data area specified in the CCSID option; if that option is not used, the value is null.
setCCSId(DataRef),
COBOLPackage.getCicsGetContainerStmt_CCSId()void setCCSId(DataRef value)
CCS Id' containment reference.
value - the new value of the 'CCS Id' containment reference.getCCSId()DataRefOrLiteral getByteOffset()
The value is a representation of the data value specified in the BYTEOFFSET option; if that option is not used, the value is null.
setByteOffset(DataRefOrLiteral),
COBOLPackage.getCicsGetContainerStmt_ByteOffset()void setByteOffset(DataRefOrLiteral value)
Byte Offset' containment reference.
value - the new value of the 'Byte Offset' containment reference.getByteOffset()boolean isNoConvert()
The value is true if the NOCONVERT option is specified; false otherwise.
setNoConvert(boolean),
COBOLPackage.getCicsGetContainerStmt_NoConvert()void setNoConvert(boolean value)
No Convert' attribute.
value - the new value of the 'No Convert' attribute.isNoConvert()