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

Interface CicsSendPageStmt

    • Method Detail

      • isRelease

        boolean isRelease()
        Returns the value of the 'Release' attribute.

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

        Returns:
        the value of the 'Release' attribute.
        See Also:
        setRelease(boolean), COBOLPackage.getCicsSendPageStmt_Release()
      • setRelease

        void setRelease(boolean value)
        Sets the value of the 'Release' attribute.
        Parameters:
        value - the new value of the 'Release' attribute.
        See Also:
        isRelease()
      • 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.getCicsSendPageStmt_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()
      • isRetain

        boolean isRetain()
        Returns the value of the 'Retain' attribute.

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

        Returns:
        the value of the 'Retain' attribute.
        See Also:
        setRetain(boolean), COBOLPackage.getCicsSendPageStmt_Retain()
      • setRetain

        void setRetain(boolean value)
        Sets the value of the 'Retain' attribute.
        Parameters:
        value - the new value of the 'Retain' attribute.
        See Also:
        isRetain()
      • getTrailer

        DataRef getTrailer()
        Returns the value of the 'Trailer' containment reference.

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

        Returns:
        the value of the 'Trailer' containment reference.
        See Also:
        setTrailer(DataRef), COBOLPackage.getCicsSendPageStmt_Trailer()
      • setTrailer

        void setTrailer(DataRef value)
        Sets the value of the 'Trailer' containment reference.
        Parameters:
        value - the new value of the 'Trailer' containment reference.
        See Also:
        getTrailer()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

        The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsSendPageStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • isAutoPage

        boolean isAutoPage()
        Returns the value of the 'Auto Page' attribute.

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

        Returns:
        the value of the 'Auto Page' attribute.
        See Also:
        setAutoPage(boolean), COBOLPackage.getCicsSendPageStmt_AutoPage()
      • setAutoPage

        void setAutoPage(boolean value)
        Sets the value of the 'Auto Page' attribute.
        Parameters:
        value - the new value of the 'Auto Page' attribute.
        See Also:
        isAutoPage()
      • isCurrent

        boolean isCurrent()
        Returns the value of the 'Current' attribute.

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

        Returns:
        the value of the 'Current' attribute.
        See Also:
        setCurrent(boolean), COBOLPackage.getCicsSendPageStmt_Current()
      • setCurrent

        void setCurrent(boolean value)
        Sets the value of the 'Current' attribute.
        Parameters:
        value - the new value of the 'Current' attribute.
        See Also:
        isCurrent()
      • isAll

        boolean isAll()
        Returns the value of the 'All' attribute.

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

        Returns:
        the value of the 'All' attribute.
        See Also:
        setAll(boolean), COBOLPackage.getCicsSendPageStmt_All()
      • setAll

        void setAll(boolean value)
        Sets the value of the 'All' attribute.
        Parameters:
        value - the new value of the 'All' attribute.
        See Also:
        isAll()
      • isNoAutoPage

        boolean isNoAutoPage()
        Returns the value of the 'No Auto Page' attribute.

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

        Returns:
        the value of the 'No Auto Page' attribute.
        See Also:
        setNoAutoPage(boolean), COBOLPackage.getCicsSendPageStmt_NoAutoPage()
      • setNoAutoPage

        void setNoAutoPage(boolean value)
        Sets the value of the 'No Auto Page' attribute.
        Parameters:
        value - the new value of the 'No Auto Page' attribute.
        See Also:
        isNoAutoPage()
      • isOperPurge

        boolean isOperPurge()
        Returns the value of the 'Oper Purge' attribute.

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

        Returns:
        the value of the 'Oper Purge' attribute.
        See Also:
        setOperPurge(boolean), COBOLPackage.getCicsSendPageStmt_OperPurge()
      • setOperPurge

        void setOperPurge(boolean value)
        Sets the value of the 'Oper Purge' attribute.
        Parameters:
        value - the new value of the 'Oper Purge' attribute.
        See Also:
        isOperPurge()
      • getFMHParm

        DataRefOrLiteral getFMHParm()
        Returns the value of the 'FMH Parm' containment reference.

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

        Returns:
        the value of the 'FMH Parm' containment reference.
        See Also:
        setFMHParm(DataRefOrLiteral), COBOLPackage.getCicsSendPageStmt_FMHParm()
      • setFMHParm

        void setFMHParm(DataRefOrLiteral value)
        Sets the value of the 'FMH Parm' containment reference.
        Parameters:
        value - the new value of the 'FMH Parm' containment reference.
        See Also:
        getFMHParm()
      • isLast

        boolean isLast()
        Returns the value of the 'Last' attribute.

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

        Returns:
        the value of the 'Last' attribute.
        See Also:
        setLast(boolean), COBOLPackage.getCicsSendPageStmt_Last()
      • setLast

        void setLast(boolean value)
        Sets the value of the 'Last' attribute.
        Parameters:
        value - the new value of the 'Last' attribute.
        See Also:
        isLast()