public interface CicsVerifyPasswordStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsVerifyPasswordStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getChangeTime()
Returns the value of the 'Change Time' containment reference.
|
DataRef |
getDaysLeft()
Returns the value of the 'Days Left' containment reference.
|
DataRef |
getESMReason()
Returns the value of the 'ESM Reason' containment reference.
|
DataRef |
getESMResp()
Returns the value of the 'ESM Resp' containment reference.
|
DataRef |
getExpiryTime()
Returns the value of the 'Expiry Time' containment reference.
|
DataRef |
getInvalidCount()
Returns the value of the 'Invalid Count' containment reference.
|
DataRef |
getLastUseTime()
Returns the value of the 'Last Use Time' containment reference.
|
DataRefOrLiteral |
getPassword()
Returns the value of the 'Password' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' containment reference.
|
void |
setChangeTime(DataRef value)
Sets the value of the '
Change Time' containment reference. |
void |
setDaysLeft(DataRef value)
Sets the value of the '
Days Left' containment reference. |
void |
setESMReason(DataRef value)
Sets the value of the '
ESM Reason' containment reference. |
void |
setESMResp(DataRef value)
Sets the value of the '
ESM Resp' containment reference. |
void |
setExpiryTime(DataRef value)
Sets the value of the '
Expiry Time' containment reference. |
void |
setInvalidCount(DataRef value)
Sets the value of the '
Invalid Count' containment reference. |
void |
setLastUseTime(DataRef value)
Sets the value of the '
Last Use Time' containment reference. |
void |
setPassword(DataRefOrLiteral value)
Sets the value of the '
Password' 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 getPassword()
The value is a representation of the data value specified in the PASSWORD option.
setPassword(DataRefOrLiteral),
COBOLPackage.getCicsVerifyPasswordStmt_Password()void setPassword(DataRefOrLiteral value)
Password' containment reference.
value - the new value of the 'Password' containment reference.getPassword()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsVerifyPasswordStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()DataRef getChangeTime()
The value is a representation of the data area specified in the CHANGETIME option; if that option is not used, the value is null.
setChangeTime(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_ChangeTime()void setChangeTime(DataRef value)
Change Time' containment reference.
value - the new value of the 'Change Time' containment reference.getChangeTime()DataRef getDaysLeft()
The value is a representation of the data area specified in the DAYSLEFT option; if that option is not used, the value is null.
setDaysLeft(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_DaysLeft()void setDaysLeft(DataRef value)
Days Left' containment reference.
value - the new value of the 'Days Left' containment reference.getDaysLeft()DataRef getESMReason()
The value is a representation of the data area specified in the ESMREASON option; if that option is not used, the value is null.
setESMReason(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_ESMReason()void setESMReason(DataRef value)
ESM Reason' containment reference.
value - the new value of the 'ESM Reason' containment reference.getESMReason()DataRef getESMResp()
The value is a representation of the data area specified in the ESMRESP option; if that option is not used, the value is null.
setESMResp(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_ESMResp()void setESMResp(DataRef value)
ESM Resp' containment reference.
value - the new value of the 'ESM Resp' containment reference.getESMResp()DataRef getExpiryTime()
The value is a representation of the data area specified in the EXPIRYTIME option; if that option is not used, the value is null.
setExpiryTime(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_ExpiryTime()void setExpiryTime(DataRef value)
Expiry Time' containment reference.
value - the new value of the 'Expiry Time' containment reference.getExpiryTime()DataRef getInvalidCount()
The value is a representation of the data area specified in the INVALIDCOUNT option; if that option is not used, the value is null.
setInvalidCount(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_InvalidCount()void setInvalidCount(DataRef value)
Invalid Count' containment reference.
value - the new value of the 'Invalid Count' containment reference.getInvalidCount()DataRef getLastUseTime()
The value is a representation of the data area specified in the LASTUSETIME option; if that option is not used, the value is null.
setLastUseTime(DataRef),
COBOLPackage.getCicsVerifyPasswordStmt_LastUseTime()void setLastUseTime(DataRef value)
Last Use Time' containment reference.
value - the new value of the 'Last Use Time' containment reference.getLastUseTime()