public interface CicsVerifyTokenStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsVerifyTokenStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
CicsVerifyTokenDataType |
getDataType()
Returns the value of the 'Data Type' containment reference.
|
DataRef |
getEsmReason()
Returns the value of the 'Esm Reason' containment reference.
|
DataRef |
getEsmResponse()
Returns the value of the 'Esm Response' containment reference.
|
DataRef |
getIsUserId()
Returns the value of the 'Is User Id' containment reference.
|
DataRefOrLiteral |
getToken()
Returns the value of the 'Token' containment reference.
|
DataRefOrLiteral |
getTokenLen()
Returns the value of the 'Token Len' containment reference.
|
CicsVerifyTokenTokenType |
getTokenType()
Returns the value of the 'Token Type' containment reference.
|
void |
setDataType(CicsVerifyTokenDataType value)
Sets the value of the '
Data Type' containment reference. |
void |
setEsmReason(DataRef value)
Sets the value of the '
Esm Reason' containment reference. |
void |
setEsmResponse(DataRef value)
Sets the value of the '
Esm Response' containment reference. |
void |
setIsUserId(DataRef value)
Sets the value of the '
Is User Id' containment reference. |
void |
setToken(DataRefOrLiteral value)
Sets the value of the '
Token' containment reference. |
void |
setTokenLen(DataRefOrLiteral value)
Sets the value of the '
Token Len' containment reference. |
void |
setTokenType(CicsVerifyTokenTokenType value)
Sets the value of the '
Token Type' 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 getToken()
setToken(DataRefOrLiteral),
COBOLPackage.getCicsVerifyTokenStmt_Token()void setToken(DataRefOrLiteral value)
Token' containment reference.
value - the new value of the 'Token' containment reference.getToken()DataRefOrLiteral getTokenLen()
setTokenLen(DataRefOrLiteral),
COBOLPackage.getCicsVerifyTokenStmt_TokenLen()void setTokenLen(DataRefOrLiteral value)
Token Len' containment reference.
value - the new value of the 'Token Len' containment reference.getTokenLen()CicsVerifyTokenTokenType getTokenType()
setTokenType(CicsVerifyTokenTokenType),
COBOLPackage.getCicsVerifyTokenStmt_TokenType()void setTokenType(CicsVerifyTokenTokenType value)
Token Type' containment reference.
value - the new value of the 'Token Type' containment reference.getTokenType()DataRef getIsUserId()
setIsUserId(DataRef),
COBOLPackage.getCicsVerifyTokenStmt_IsUserId()void setIsUserId(DataRef value)
Is User Id' containment reference.
value - the new value of the 'Is User Id' containment reference.getIsUserId()CicsVerifyTokenDataType getDataType()
setDataType(CicsVerifyTokenDataType),
COBOLPackage.getCicsVerifyTokenStmt_DataType()void setDataType(CicsVerifyTokenDataType value)
Data Type' containment reference.
value - the new value of the 'Data Type' containment reference.getDataType()DataRef getEsmReason()
setEsmReason(DataRef),
COBOLPackage.getCicsVerifyTokenStmt_EsmReason()void setEsmReason(DataRef value)
Esm Reason' containment reference.
value - the new value of the 'Esm Reason' containment reference.getEsmReason()DataRef getEsmResponse()
setEsmResponse(DataRef),
COBOLPackage.getCicsVerifyTokenStmt_EsmResponse()void setEsmResponse(DataRef value)
Esm Response' containment reference.
value - the new value of the 'Esm Response' containment reference.getEsmResponse()