public interface CicsReceiveStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsReceiveStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getConvId()
Returns the value of the 'Conv Id' containment reference.
|
DataRef |
getFLength()
Returns the value of the 'FLength' containment reference.
|
CicsIntoOrSetClause |
getIntoOrSetClause()
Returns the value of the 'Into Or Set Clause' containment reference.
|
DataRef |
getLength()
Returns the value of the 'Length' containment reference.
|
DataRefOrLiteral |
getMaxFLength()
Returns the value of the 'Max FLength' containment reference.
|
DataRefOrLiteral |
getMaxLength()
Returns the value of the 'Max Length' containment reference.
|
DataRefOrLiteral |
getSession()
Returns the value of the 'Session' containment reference.
|
DataRef |
getState()
Returns the value of the 'State' containment reference.
|
boolean |
isAsIs()
Returns the value of the 'As Is' attribute.
|
boolean |
isBuffer()
Returns the value of the 'Buffer' attribute.
|
boolean |
isLeaveKB()
Returns the value of the 'Leave KB' attribute.
|
boolean |
isNoTruncate()
Returns the value of the 'No Truncate' attribute.
|
boolean |
isPassBK()
Returns the value of the 'Pass BK' attribute.
|
boolean |
isPseudoBin()
Returns the value of the 'Pseudo Bin' attribute.
|
void |
setAsIs(boolean value)
Sets the value of the '
As Is' attribute. |
void |
setBuffer(boolean value)
Sets the value of the '
Buffer' attribute. |
void |
setConvId(DataRefOrLiteral value)
Sets the value of the '
Conv Id' containment reference. |
void |
setFLength(DataRef value)
Sets the value of the '
FLength' containment reference. |
void |
setIntoOrSetClause(CicsIntoOrSetClause value)
Sets the value of the '
Into Or Set Clause' containment reference. |
void |
setLeaveKB(boolean value)
Sets the value of the '
Leave KB' attribute. |
void |
setLength(DataRef value)
Sets the value of the '
Length' containment reference. |
void |
setMaxFLength(DataRefOrLiteral value)
Sets the value of the '
Max FLength' containment reference. |
void |
setMaxLength(DataRefOrLiteral value)
Sets the value of the '
Max Length' containment reference. |
void |
setNoTruncate(boolean value)
Sets the value of the '
No Truncate' attribute. |
void |
setPassBK(boolean value)
Sets the value of the '
Pass BK' attribute. |
void |
setPseudoBin(boolean value)
Sets the value of the '
Pseudo Bin' attribute. |
void |
setSession(DataRefOrLiteral value)
Sets the value of the '
Session' containment reference. |
void |
setState(DataRef value)
Sets the value of the '
State' 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
CicsIntoOrSetClause getIntoOrSetClause()
The value is a representation of the INTO or SET options; if those options are not used, the value is null.
setIntoOrSetClause(CicsIntoOrSetClause),
COBOLPackage.getCicsReceiveStmt_IntoOrSetClause()void setIntoOrSetClause(CicsIntoOrSetClause value)
Into Or Set Clause' containment reference.
value - the new value of the 'Into Or Set Clause' containment reference.getIntoOrSetClause()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.getCicsReceiveStmt_Length()void setLength(DataRef value)
Length' containment reference.
value - the new value of the 'Length' containment reference.getLength()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.getCicsReceiveStmt_FLength()void setFLength(DataRef value)
FLength' containment reference.
value - the new value of the 'FLength' containment reference.getFLength()DataRefOrLiteral getMaxLength()
The value is a representation of the data value specified in the MAXLENGTH option; if that option is not used, the value is null.
setMaxLength(DataRefOrLiteral),
COBOLPackage.getCicsReceiveStmt_MaxLength()void setMaxLength(DataRefOrLiteral value)
Max Length' containment reference.
value - the new value of the 'Max Length' containment reference.getMaxLength()DataRefOrLiteral getMaxFLength()
The value is a representation of the data value specified in the MAXFLENGTH option; if that option is not used, the value is null.
setMaxFLength(DataRefOrLiteral),
COBOLPackage.getCicsReceiveStmt_MaxFLength()void setMaxFLength(DataRefOrLiteral value)
Max FLength' containment reference.
value - the new value of the 'Max FLength' containment reference.getMaxFLength()boolean isNoTruncate()
The value is true if the NOTRUNCATE option is used; false otherwise.
setNoTruncate(boolean),
COBOLPackage.getCicsReceiveStmt_NoTruncate()void setNoTruncate(boolean value)
No Truncate' attribute.
value - the new value of the 'No Truncate' attribute.isNoTruncate()DataRefOrLiteral getConvId()
The value is a representation of the name specified in the CONVID option; if that option is not used, the value is null.
setConvId(DataRefOrLiteral),
COBOLPackage.getCicsReceiveStmt_ConvId()void setConvId(DataRefOrLiteral value)
Conv Id' containment reference.
value - the new value of the 'Conv Id' containment reference.getConvId()DataRef getState()
The value is a representation of the CICS value data area specified in the STATE option; if that option is not used, the value is null.
setState(DataRef),
COBOLPackage.getCicsReceiveStmt_State()void setState(DataRef value)
State' containment reference.
value - the new value of the 'State' containment reference.getState()boolean isAsIs()
The value is true if the ASIS option is used; false otherwise.
setAsIs(boolean),
COBOLPackage.getCicsReceiveStmt_AsIs()void setAsIs(boolean value)
As Is' attribute.
value - the new value of the 'As Is' attribute.isAsIs()boolean isBuffer()
The value is true if the BUFFER option is used; false otherwise.
setBuffer(boolean),
COBOLPackage.getCicsReceiveStmt_Buffer()void setBuffer(boolean value)
Buffer' attribute.
value - the new value of the 'Buffer' attribute.isBuffer()DataRefOrLiteral getSession()
The value is a representation of the name specified in the SESSION option; if that option is not used, the value is null.
setSession(DataRefOrLiteral),
COBOLPackage.getCicsReceiveStmt_Session()void setSession(DataRefOrLiteral value)
Session' containment reference.
value - the new value of the 'Session' containment reference.getSession()boolean isLeaveKB()
The value is true if the LEAVEKB option is used; false otherwise.
setLeaveKB(boolean),
COBOLPackage.getCicsReceiveStmt_LeaveKB()void setLeaveKB(boolean value)
Leave KB' attribute.
value - the new value of the 'Leave KB' attribute.isLeaveKB()boolean isPassBK()
The value is true if the PASSBK option is used; false otherwise.
setPassBK(boolean),
COBOLPackage.getCicsReceiveStmt_PassBK()void setPassBK(boolean value)
Pass BK' attribute.
value - the new value of the 'Pass BK' attribute.isPassBK()boolean isPseudoBin()
The value is true if the PSEUDOBIN option is present; false otherwise.
setPseudoBin(boolean),
COBOLPackage.getCicsReceiveStmt_PseudoBin()void setPseudoBin(boolean value)
Pseudo Bin' attribute.
value - the new value of the 'Pseudo Bin' attribute.isPseudoBin()