public interface CicsSpoolOpenInputStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsSpoolOpenInputStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getClass_()
Returns the value of the 'Class' containment reference.
|
DataRef |
getToken()
Returns the value of the 'Token' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
void |
setClass(DataRefOrLiteral value)
Sets the value of the '
Class' containment reference. |
void |
setToken(DataRef value)
Sets the value of the '
Token' 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
DataRef getToken()
The value is a representation of the data area specified in the TOKEN option.
setToken(DataRef),
COBOLPackage.getCicsSpoolOpenInputStmt_Token()void setToken(DataRef value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenInputStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRefOrLiteral getClass_()
The value is a representation of the data value specified in the CLASS option; if that option is not used, the value is null.
setClass(DataRefOrLiteral),
COBOLPackage.getCicsSpoolOpenInputStmt_Class()void setClass(DataRefOrLiteral value)
Class' containment reference.
value - the new value of the 'Class' containment reference.getClass_()