com.ibm.etools.cobol.application.model.cobol

Interface CicsChangePasswordStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsChangePasswordStmt
    extends CicsStmt
    A representation of the CICS CHANGE PASSWORD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsChangePasswordStmt()
    • Method Detail

      • getPassword

        DataRefOrLiteral getPassword()
        Returns the value of the 'Password' containment reference.

        The value is a representation of the data value specified in the PASSWORD option.

        Returns:
        the value of the 'Password' containment reference.
        See Also:
        setPassword(DataRefOrLiteral), COBOLPackage.getCicsChangePasswordStmt_Password()
      • setPassword

        void setPassword(DataRefOrLiteral value)
        Sets the value of the 'Password' containment reference.
        Parameters:
        value - the new value of the 'Password' containment reference.
        See Also:
        getPassword()
      • getNewPassword

        DataRefOrLiteral getNewPassword()
        Returns the value of the 'New Password' containment reference.

        The value is a representation of the data value specified in the NEWPASSWORD option.

        Returns:
        the value of the 'New Password' containment reference.
        See Also:
        setNewPassword(DataRefOrLiteral), COBOLPackage.getCicsChangePasswordStmt_NewPassword()
      • setNewPassword

        void setNewPassword(DataRefOrLiteral value)
        Sets the value of the 'New Password' containment reference.
        Parameters:
        value - the new value of the 'New Password' containment reference.
        See Also:
        getNewPassword()
      • getUserId

        DataRefOrLiteral getUserId()
        Returns the value of the 'User Id' containment reference.

        The value is a representation of the data value specified in the USERID option.

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsChangePasswordStmt_UserId()
      • setUserId

        void setUserId(DataRefOrLiteral value)
        Sets the value of the 'User Id' containment reference.
        Parameters:
        value - the new value of the 'User Id' containment reference.
        See Also:
        getUserId()
      • getESMReason

        DataRef getESMReason()
        Returns the value of the 'ESM Reason' containment reference.

        The value is a representation of the data area specified in the ESMREASON option; if that option is not used, the value is null.

        Returns:
        the value of the 'ESM Reason' containment reference.
        See Also:
        setESMReason(DataRef), COBOLPackage.getCicsChangePasswordStmt_ESMReason()
      • setESMReason

        void setESMReason(DataRef value)
        Sets the value of the 'ESM Reason' containment reference.
        Parameters:
        value - the new value of the 'ESM Reason' containment reference.
        See Also:
        getESMReason()
      • getESMResp

        DataRef getESMResp()
        Returns the value of the 'ESM Resp' containment reference.

        The value is a representation of the data area specified in the ESMRESP option; if that option is not used, the value is null.

        Returns:
        the value of the 'ESM Resp' containment reference.
        See Also:
        setESMResp(DataRef), COBOLPackage.getCicsChangePasswordStmt_ESMResp()
      • setESMResp

        void setESMResp(DataRef value)
        Sets the value of the 'ESM Resp' containment reference.
        Parameters:
        value - the new value of the 'ESM Resp' containment reference.
        See Also:
        getESMResp()