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

Interface CicsStartStmt

    • Method Detail

      • getTransId

        DataRefOrLiteral getTransId()
        Returns the value of the 'Trans Id' containment reference.

        The value is a representation of the name specified in the TRANSID option.

        Returns:
        the value of the 'Trans Id' containment reference.
        See Also:
        setTransId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_TransId()
      • setTransId

        void setTransId(DataRefOrLiteral value)
        Sets the value of the 'Trans Id' containment reference.
        Parameters:
        value - the new value of the 'Trans Id' containment reference.
        See Also:
        getTransId()
      • getStartClause

        CicsStartClause getStartClause()
        Returns the value of the 'Start Clause' containment reference.

        The value is a representation of the INTERVAL, TIME, AFTER, and AT options; if none of those options is used, the value is null.

        Returns:
        the value of the 'Start Clause' containment reference.
        See Also:
        setStartClause(CicsStartClause), COBOLPackage.getCicsStartStmt_StartClause()
      • setStartClause

        void setStartClause(CicsStartClause value)
        Sets the value of the 'Start Clause' containment reference.
        Parameters:
        value - the new value of the 'Start Clause' containment reference.
        See Also:
        getStartClause()
      • getReqId

        DataRefOrLiteral getReqId()
        Returns the value of the 'Req Id' containment reference.

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

        Returns:
        the value of the 'Req Id' containment reference.
        See Also:
        setReqId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_ReqId()
      • setReqId

        void setReqId(DataRefOrLiteral value)
        Sets the value of the 'Req Id' containment reference.
        Parameters:
        value - the new value of the 'Req Id' containment reference.
        See Also:
        getReqId()
      • getFromClause

        CicsStartFromClause getFromClause()
        Returns the value of the 'From Clause' containment reference.

        The value is a representation of the FROM, LENGTH, and FMH options; if those options are not used, the value is null.

        Returns:
        the value of the 'From Clause' containment reference.
        See Also:
        setFromClause(CicsStartFromClause), COBOLPackage.getCicsStartStmt_FromClause()
      • setFromClause

        void setFromClause(CicsStartFromClause value)
        Sets the value of the 'From Clause' containment reference.
        Parameters:
        value - the new value of the 'From Clause' containment reference.
        See Also:
        getFromClause()
      • getTermId

        DataRefOrLiteral getTermId()
        Returns the value of the 'Term Id' containment reference.

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

        Returns:
        the value of the 'Term Id' containment reference.
        See Also:
        setTermId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_TermId()
      • setTermId

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

        Returns:
        the value of the 'User Id' containment reference.
        See Also:
        setUserId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_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()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

        The value is a representation of the system name specified in the SYSID option; if that option is not used, the value is null.

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • getRTransId

        DataRefOrLiteral getRTransId()
        Returns the value of the 'RTrans Id' containment reference.

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

        Returns:
        the value of the 'RTrans Id' containment reference.
        See Also:
        setRTransId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_RTransId()
      • setRTransId

        void setRTransId(DataRefOrLiteral value)
        Sets the value of the 'RTrans Id' containment reference.
        Parameters:
        value - the new value of the 'RTrans Id' containment reference.
        See Also:
        getRTransId()
      • getRTermId

        DataRefOrLiteral getRTermId()
        Returns the value of the 'RTerm Id' containment reference.

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

        Returns:
        the value of the 'RTerm Id' containment reference.
        See Also:
        setRTermId(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_RTermId()
      • setRTermId

        void setRTermId(DataRefOrLiteral value)
        Sets the value of the 'RTerm Id' containment reference.
        Parameters:
        value - the new value of the 'RTerm Id' containment reference.
        See Also:
        getRTermId()
      • getQueue

        DataRefOrLiteral getQueue()
        Returns the value of the 'Queue' containment reference.

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

        Returns:
        the value of the 'Queue' containment reference.
        See Also:
        setQueue(DataRefOrLiteral), COBOLPackage.getCicsStartStmt_Queue()
      • setQueue

        void setQueue(DataRefOrLiteral value)
        Sets the value of the 'Queue' containment reference.
        Parameters:
        value - the new value of the 'Queue' containment reference.
        See Also:
        getQueue()
      • isNoCheck

        boolean isNoCheck()
        Returns the value of the 'No Check' attribute.

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

        Returns:
        the value of the 'No Check' attribute.
        See Also:
        setNoCheck(boolean), COBOLPackage.getCicsStartStmt_NoCheck()
      • setNoCheck

        void setNoCheck(boolean value)
        Sets the value of the 'No Check' attribute.
        Parameters:
        value - the new value of the 'No Check' attribute.
        See Also:
        isNoCheck()
      • isProtect

        boolean isProtect()
        Returns the value of the 'Protect' attribute.

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

        Returns:
        the value of the 'Protect' attribute.
        See Also:
        setProtect(boolean), COBOLPackage.getCicsStartStmt_Protect()
      • setProtect

        void setProtect(boolean value)
        Sets the value of the 'Protect' attribute.
        Parameters:
        value - the new value of the 'Protect' attribute.
        See Also:
        isProtect()