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

Interface CicsChangePhraseStmt

    • Method Detail

      • getPhrase

        DataRefOrLiteral getPhrase()
        Returns the value of the 'Phrase' containment reference.

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

        Returns:
        the value of the 'Phrase' containment reference.
        See Also:
        setPhrase(DataRefOrLiteral), COBOLPackage.getCicsChangePhraseStmt_Phrase()
      • setPhrase

        void setPhrase(DataRefOrLiteral value)
        Sets the value of the 'Phrase' containment reference.
        Parameters:
        value - the new value of the 'Phrase' containment reference.
        See Also:
        getPhrase()
      • getPhraseLen

        DataRefOrLiteral getPhraseLen()
        Returns the value of the 'Phrase Len' containment reference.

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

        Returns:
        the value of the 'Phrase Len' containment reference.
        See Also:
        setPhraseLen(DataRefOrLiteral), COBOLPackage.getCicsChangePhraseStmt_PhraseLen()
      • setPhraseLen

        void setPhraseLen(DataRefOrLiteral value)
        Sets the value of the 'Phrase Len' containment reference.
        Parameters:
        value - the new value of the 'Phrase Len' containment reference.
        See Also:
        getPhraseLen()
      • getNewPhrase

        DataRefOrLiteral getNewPhrase()
        Returns the value of the 'New Phrase' containment reference.

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

        Returns:
        the value of the 'New Phrase' containment reference.
        See Also:
        setNewPhrase(DataRefOrLiteral), COBOLPackage.getCicsChangePhraseStmt_NewPhrase()
      • setNewPhrase

        void setNewPhrase(DataRefOrLiteral value)
        Sets the value of the 'New Phrase' containment reference.
        Parameters:
        value - the new value of the 'New Phrase' containment reference.
        See Also:
        getNewPhrase()
      • getNewPhraseLen

        DataRefOrLiteral getNewPhraseLen()
        Returns the value of the 'New Phrase Len' containment reference.

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

        Returns:
        the value of the 'New Phrase Len' containment reference.
        See Also:
        setNewPhraseLen(DataRefOrLiteral), COBOLPackage.getCicsChangePhraseStmt_NewPhraseLen()
      • setNewPhraseLen

        void setNewPhraseLen(DataRefOrLiteral value)
        Sets the value of the 'New Phrase Len' containment reference.
        Parameters:
        value - the new value of the 'New Phrase Len' containment reference.
        See Also:
        getNewPhraseLen()
      • 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.getCicsChangePhraseStmt_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.getCicsChangePhraseStmt_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.getCicsChangePhraseStmt_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()