public interface CicsStartBrExitStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsStartBrExitStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getBrData()
Returns the value of the 'Br Data' containment reference.
|
DataRefOrLiteral |
getBrDataLength()
Returns the value of the 'Br Data Length' containment reference.
|
DataRefOrLiteral |
getBrExit()
Returns the value of the 'Br Exit' containment reference.
|
DataRefOrLiteral |
getTransId()
Returns the value of the 'Trans Id' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
void |
setBrData(DataRef value)
Sets the value of the '
Br Data' containment reference. |
void |
setBrDataLength(DataRefOrLiteral value)
Sets the value of the '
Br Data Length' containment reference. |
void |
setBrExit(DataRefOrLiteral value)
Sets the value of the '
Br Exit' containment reference. |
void |
setTransId(DataRefOrLiteral value)
Sets the value of the '
Trans Id' containment reference. |
void |
setUserId(DataRefOrLiteral value)
Sets the value of the '
User Id' 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 getTransId()
The value is a representation of the name specified in the TRANSID option.
setTransId(DataRefOrLiteral),
COBOLPackage.getCicsStartBrExitStmt_TransId()void setTransId(DataRefOrLiteral value)
Trans Id' containment reference.
value - the new value of the 'Trans Id' containment reference.getTransId()DataRef getBrData()
The value is a representation of the data area specified in the BRDATA option; if that option is not used, the value is null.
setBrData(DataRef),
COBOLPackage.getCicsStartBrExitStmt_BrData()void setBrData(DataRef value)
Br Data' containment reference.
value - the new value of the 'Br Data' containment reference.getBrData()DataRefOrLiteral getBrDataLength()
The value is a representation of the data value specified in the BRDATALENGTH option; if that option is not used, the value is null.
setBrDataLength(DataRefOrLiteral),
COBOLPackage.getCicsStartBrExitStmt_BrDataLength()void setBrDataLength(DataRefOrLiteral value)
Br Data Length' containment reference.
value - the new value of the 'Br Data Length' containment reference.getBrDataLength()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option; if that option is not used, the value is null.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsStartBrExitStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRefOrLiteral getBrExit()
The value is a representation of the name specified in the BREXIT option; if no name is specified, the value is null.
setBrExit(DataRefOrLiteral),
COBOLPackage.getCicsStartBrExitStmt_BrExit()void setBrExit(DataRefOrLiteral value)
Br Exit' containment reference.
value - the new value of the 'Br Exit' containment reference.getBrExit()