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

Interface CicsLinkStmt

    • Method Detail

      • getProgram

        DataRefOrLiteral getProgram()
        Returns the value of the 'Program' containment reference.

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

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_Program()
      • setProgram

        void setProgram(DataRefOrLiteral value)
        Sets the value of the 'Program' containment reference.
        Parameters:
        value - the new value of the 'Program' containment reference.
        See Also:
        getProgram()
      • getCommAreaClause

        CicsCommunicationAreaClause getCommAreaClause()
        Returns the value of the 'Comm Area Clause' containment reference.

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

        Returns:
        the value of the 'Comm Area Clause' containment reference.
        See Also:
        setCommAreaClause(CicsCommunicationAreaClause), COBOLPackage.getCicsLinkStmt_CommAreaClause()
      • getInputMsgClause

        CicsInputMessageClause getInputMsgClause()
        Returns the value of the 'Input Msg Clause' containment reference.

        The value is a representation of the INPUTMSG and INPUTMSGLEN options; if those options are not used, the value is null.

        Returns:
        the value of the 'Input Msg Clause' containment reference.
        See Also:
        setInputMsgClause(CicsInputMessageClause), COBOLPackage.getCicsLinkStmt_InputMsgClause()
      • 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.getCicsLinkStmt_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()
      • isSyncOnReturn

        boolean isSyncOnReturn()
        Returns the value of the 'Sync On Return' attribute.

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

        Returns:
        the value of the 'Sync On Return' attribute.
        See Also:
        setSyncOnReturn(boolean), COBOLPackage.getCicsLinkStmt_SyncOnReturn()
      • setSyncOnReturn

        void setSyncOnReturn(boolean value)
        Sets the value of the 'Sync On Return' attribute.
        Parameters:
        value - the new value of the 'Sync On Return' attribute.
        See Also:
        isSyncOnReturn()
      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'Trans Id' containment reference.
        See Also:
        setTransId(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_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()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

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

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()
      • getApplId

        DataRefOrLiteral getApplId()
        Returns the value of the 'Appl Id' containment reference.

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

        Returns:
        the value of the 'Appl Id' containment reference.
        See Also:
        setApplId(DataRefOrLiteral), COBOLPackage.getCicsLinkStmt_ApplId()
      • setApplId

        void setApplId(DataRefOrLiteral value)
        Sets the value of the 'Appl Id' containment reference.
        Parameters:
        value - the new value of the 'Appl Id' containment reference.
        See Also:
        getApplId()
      • getRetCode

        DataRef getRetCode()
        Returns the value of the 'Ret Code' containment reference.

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

        Returns:
        the value of the 'Ret Code' containment reference.
        See Also:
        setRetCode(DataRef), COBOLPackage.getCicsLinkStmt_RetCode()
      • setRetCode

        void setRetCode(DataRef value)
        Sets the value of the 'Ret Code' containment reference.
        Parameters:
        value - the new value of the 'Ret Code' containment reference.
        See Also:
        getRetCode()