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

Interface CicsIssueEraseStmt

    • Method Detail

      • getDestId

        DataRefOrLiteral getDestId()
        Returns the value of the 'Dest Id' containment reference.

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

        Returns:
        the value of the 'Dest Id' containment reference.
        See Also:
        setDestId(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_DestId()
      • setDestId

        void setDestId(DataRefOrLiteral value)
        Sets the value of the 'Dest Id' containment reference.
        Parameters:
        value - the new value of the 'Dest Id' containment reference.
        See Also:
        getDestId()
      • getDestIdLeng

        DataRefOrLiteral getDestIdLeng()
        Returns the value of the 'Dest Id Leng' containment reference.

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

        Returns:
        the value of the 'Dest Id Leng' containment reference.
        See Also:
        setDestIdLeng(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_DestIdLeng()
      • setDestIdLeng

        void setDestIdLeng(DataRefOrLiteral value)
        Sets the value of the 'Dest Id Leng' containment reference.
        Parameters:
        value - the new value of the 'Dest Id Leng' containment reference.
        See Also:
        getDestIdLeng()
      • getVolume

        DataRefOrLiteral getVolume()
        Returns the value of the 'Volume' containment reference.

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

        Returns:
        the value of the 'Volume' containment reference.
        See Also:
        setVolume(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_Volume()
      • setVolume

        void setVolume(DataRefOrLiteral value)
        Sets the value of the 'Volume' containment reference.
        Parameters:
        value - the new value of the 'Volume' containment reference.
        See Also:
        getVolume()
      • getVolumeLeng

        DataRefOrLiteral getVolumeLeng()
        Returns the value of the 'Volume Leng' containment reference.

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

        Returns:
        the value of the 'Volume Leng' containment reference.
        See Also:
        setVolumeLeng(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_VolumeLeng()
      • setVolumeLeng

        void setVolumeLeng(DataRefOrLiteral value)
        Sets the value of the 'Volume Leng' containment reference.
        Parameters:
        value - the new value of the 'Volume Leng' containment reference.
        See Also:
        getVolumeLeng()
      • getRIDFLD

        DataRef getRIDFLD()
        Returns the value of the 'RIDFLD' containment reference.

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

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsIssueEraseStmt_RIDFLD()
      • setRIDFLD

        void setRIDFLD(DataRef value)
        Sets the value of the 'RIDFLD' containment reference.
        Parameters:
        value - the new value of the 'RIDFLD' containment reference.
        See Also:
        getRIDFLD()
      • getKeyLength

        DataRefOrLiteral getKeyLength()
        Returns the value of the 'Key Length' containment reference.

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

        Returns:
        the value of the 'Key Length' containment reference.
        See Also:
        setKeyLength(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_KeyLength()
      • setKeyLength

        void setKeyLength(DataRefOrLiteral value)
        Sets the value of the 'Key Length' containment reference.
        Parameters:
        value - the new value of the 'Key Length' containment reference.
        See Also:
        getKeyLength()
      • getKeyNumber

        DataRefOrLiteral getKeyNumber()
        Returns the value of the 'Key Number' containment reference.

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

        Returns:
        the value of the 'Key Number' containment reference.
        See Also:
        setKeyNumber(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_KeyNumber()
      • setKeyNumber

        void setKeyNumber(DataRefOrLiteral value)
        Sets the value of the 'Key Number' containment reference.
        Parameters:
        value - the new value of the 'Key Number' containment reference.
        See Also:
        getKeyNumber()
      • isRRN

        boolean isRRN()
        Returns the value of the 'RRN' attribute.

        The value is true if the RRN option is used; false otherwise.

        Returns:
        the value of the 'RRN' attribute.
        See Also:
        setRRN(boolean), COBOLPackage.getCicsIssueEraseStmt_RRN()
      • setRRN

        void setRRN(boolean value)
        Sets the value of the 'RRN' attribute.
        Parameters:
        value - the new value of the 'RRN' attribute.
        See Also:
        isRRN()
      • getNumRec

        DataRefOrLiteral getNumRec()
        Returns the value of the 'Num Rec' containment reference.

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

        Returns:
        the value of the 'Num Rec' containment reference.
        See Also:
        setNumRec(DataRefOrLiteral), COBOLPackage.getCicsIssueEraseStmt_NumRec()
      • setNumRec

        void setNumRec(DataRefOrLiteral value)
        Sets the value of the 'Num Rec' containment reference.
        Parameters:
        value - the new value of the 'Num Rec' containment reference.
        See Also:
        getNumRec()
      • isDEFResp

        boolean isDEFResp()
        Returns the value of the 'DEF Resp' attribute.

        The value is true if the DEFRESP option is used; false otherwise.

        Returns:
        the value of the 'DEF Resp' attribute.
        See Also:
        setDEFResp(boolean), COBOLPackage.getCicsIssueEraseStmt_DEFResp()
      • setDEFResp

        void setDEFResp(boolean value)
        Sets the value of the 'DEF Resp' attribute.
        Parameters:
        value - the new value of the 'DEF Resp' attribute.
        See Also:
        isDEFResp()
      • isNoWait

        boolean isNoWait()
        Returns the value of the 'No Wait' attribute.

        The value is true if the NOWAIT option is used; false otherwise.

        Returns:
        the value of the 'No Wait' attribute.
        See Also:
        setNoWait(boolean), COBOLPackage.getCicsIssueEraseStmt_NoWait()
      • setNoWait

        void setNoWait(boolean value)
        Sets the value of the 'No Wait' attribute.
        Parameters:
        value - the new value of the 'No Wait' attribute.
        See Also:
        isNoWait()