public interface CicsExtractLogonMsgStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsExtractLogonMsgStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRef |
getSet()
Returns the value of the 'Set' containment reference.
|
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setLength(DataRef value)
Sets the value of the '
Length' 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
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.getCicsExtractLogonMsgStmt_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.getCicsExtractLogonMsgStmt_Set()void setSet(DataRef value)
Set' containment reference.
value - the new value of the 'Set' containment reference.getSet()DataRef getLength()
The value is a representation of the data area specified in the LENGTH option; if that option is not used, the value is null.
setLength(DataRef),
COBOLPackage.getCicsExtractLogonMsgStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()