public interface CicsWaitJournalNameStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsWaitJournalNameStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getJournalName()
Returns the value of the 'Journal Name' containment reference.
|
DataRefOrLiteral |
getReqId()
Returns the value of the 'Req Id' containment reference.
|
void |
setJournalName(DataRefOrLiteral value)
Sets the value of the '
Journal Name' containment reference. |
void |
setReqId(DataRefOrLiteral value)
Sets the value of the '
Req 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 getJournalName()
The value is a representation of the data value specified in the JOURNALNAME option.
setJournalName(DataRefOrLiteral),
COBOLPackage.getCicsWaitJournalNameStmt_JournalName()void setJournalName(DataRefOrLiteral value)
Journal Name' containment reference.
value - the new value of the 'Journal Name' containment reference.getJournalName()DataRefOrLiteral getReqId()
The value is a representation of the data value specified in the REQID option; if that option is not used, the value is null.
setReqId(DataRefOrLiteral),
COBOLPackage.getCicsWaitJournalNameStmt_ReqId()void setReqId(DataRefOrLiteral value)
Req Id' containment reference.
value - the new value of the 'Req Id' containment reference.getReqId()