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

Interface CicsIssueAddStmt

    • 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.getCicsIssueAddStmt_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.getCicsIssueAddStmt_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.getCicsIssueAddStmt_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.getCicsIssueAddStmt_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()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsIssueAddStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getLength

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

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsIssueAddStmt_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • 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.getCicsIssueAddStmt_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.getCicsIssueAddStmt_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.getCicsIssueAddStmt_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()
      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'RIDFLD' containment reference.
        See Also:
        setRIDFLD(DataRef), COBOLPackage.getCicsIssueAddStmt_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()
      • 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.getCicsIssueAddStmt_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()