public interface CicsChangePasswordStmt extends CicsStmt
The following features are supported:
COBOLPackage.getCicsChangePasswordStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getESMReason()
Returns the value of the 'ESM Reason' containment reference.
|
DataRef |
getESMResp()
Returns the value of the 'ESM Resp' containment reference.
|
DataRefOrLiteral |
getNewPassword()
Returns the value of the 'New Password' containment reference.
|
DataRefOrLiteral |
getPassword()
Returns the value of the 'Password' containment reference.
|
DataRefOrLiteral |
getUserId()
Returns the value of the 'User Id' 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 |
setNewPassword(DataRefOrLiteral value)
Sets the value of the '
New Password' 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.getCicsChangePasswordStmt_Password()void setPassword(DataRefOrLiteral value)
Password' containment reference.
value - the new value of the 'Password' containment reference.getPassword()DataRefOrLiteral getNewPassword()
The value is a representation of the data value specified in the NEWPASSWORD option.
setNewPassword(DataRefOrLiteral),
COBOLPackage.getCicsChangePasswordStmt_NewPassword()void setNewPassword(DataRefOrLiteral value)
New Password' containment reference.
value - the new value of the 'New Password' containment reference.getNewPassword()DataRefOrLiteral getUserId()
The value is a representation of the data value specified in the USERID option.
setUserId(DataRefOrLiteral),
COBOLPackage.getCicsChangePasswordStmt_UserId()void setUserId(DataRefOrLiteral value)
User Id' containment reference.
value - the new value of the 'User Id' containment reference.getUserId()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.getCicsChangePasswordStmt_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.getCicsChangePasswordStmt_ESMResp()void setESMResp(DataRef value)
ESM Resp' containment reference.
value - the new value of the 'ESM Resp' containment reference.getESMResp()