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

Interface CicsSendTextStmt

    • Method Detail

      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsSendTextStmt_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.getCicsSendTextStmt_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()
      • getCursor

        DataRefOrLiteral getCursor()
        Returns the value of the 'Cursor' containment reference.

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

        Returns:
        the value of the 'Cursor' containment reference.
        See Also:
        setCursor(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Cursor()
      • setCursor

        void setCursor(DataRefOrLiteral value)
        Sets the value of the 'Cursor' containment reference.
        Parameters:
        value - the new value of the 'Cursor' containment reference.
        See Also:
        getCursor()
      • isFormFeed

        boolean isFormFeed()
        Returns the value of the 'Form Feed' attribute.

        The value is true if the FORMFEED option is true; false otherwise.

        Returns:
        the value of the 'Form Feed' attribute.
        See Also:
        setFormFeed(boolean), COBOLPackage.getCicsSendTextStmt_FormFeed()
      • setFormFeed

        void setFormFeed(boolean value)
        Sets the value of the 'Form Feed' attribute.
        Parameters:
        value - the new value of the 'Form Feed' attribute.
        See Also:
        isFormFeed()
      • isPrint

        boolean isPrint()
        Returns the value of the 'Print' attribute.

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

        Returns:
        the value of the 'Print' attribute.
        See Also:
        setPrint(boolean), COBOLPackage.getCicsSendTextStmt_Print()
      • setPrint

        void setPrint(boolean value)
        Sets the value of the 'Print' attribute.
        Parameters:
        value - the new value of the 'Print' attribute.
        See Also:
        isPrint()
      • isFreeKB

        boolean isFreeKB()
        Returns the value of the 'Free KB' attribute.

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

        Returns:
        the value of the 'Free KB' attribute.
        See Also:
        setFreeKB(boolean), COBOLPackage.getCicsSendTextStmt_FreeKB()
      • setFreeKB

        void setFreeKB(boolean value)
        Sets the value of the 'Free KB' attribute.
        Parameters:
        value - the new value of the 'Free KB' attribute.
        See Also:
        isFreeKB()
      • isAlarm

        boolean isAlarm()
        Returns the value of the 'Alarm' attribute.

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

        Returns:
        the value of the 'Alarm' attribute.
        See Also:
        setAlarm(boolean), COBOLPackage.getCicsSendTextStmt_Alarm()
      • setAlarm

        void setAlarm(boolean value)
        Sets the value of the 'Alarm' attribute.
        Parameters:
        value - the new value of the 'Alarm' attribute.
        See Also:
        isAlarm()
      • isNLEOM

        boolean isNLEOM()
        Returns the value of the 'NLEOM' attribute.

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

        Returns:
        the value of the 'NLEOM' attribute.
        See Also:
        setNLEOM(boolean), COBOLPackage.getCicsSendTextStmt_NLEOM()
      • setNLEOM

        void setNLEOM(boolean value)
        Sets the value of the 'NLEOM' attribute.
        Parameters:
        value - the new value of the 'NLEOM' attribute.
        See Also:
        isNLEOM()
      • 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.getCicsSendTextStmt_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()
      • getOutPartn

        DataRefOrLiteral getOutPartn()
        Returns the value of the 'Out Partn' containment reference.

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

        Returns:
        the value of the 'Out Partn' containment reference.
        See Also:
        setOutPartn(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_OutPartn()
      • setOutPartn

        void setOutPartn(DataRefOrLiteral value)
        Sets the value of the 'Out Partn' containment reference.
        Parameters:
        value - the new value of the 'Out Partn' containment reference.
        See Also:
        getOutPartn()
      • getActPartn

        DataRefOrLiteral getActPartn()
        Returns the value of the 'Act Partn' containment reference.

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

        Returns:
        the value of the 'Act Partn' containment reference.
        See Also:
        setActPartn(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_ActPartn()
      • setActPartn

        void setActPartn(DataRefOrLiteral value)
        Sets the value of the 'Act Partn' containment reference.
        Parameters:
        value - the new value of the 'Act Partn' containment reference.
        See Also:
        getActPartn()
      • getLDC

        DataRefOrLiteral getLDC()
        Returns the value of the 'LDC' containment reference.

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

        Returns:
        the value of the 'LDC' containment reference.
        See Also:
        setLDC(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_LDC()
      • setLDC

        void setLDC(DataRefOrLiteral value)
        Sets the value of the 'LDC' containment reference.
        Parameters:
        value - the new value of the 'LDC' containment reference.
        See Also:
        getLDC()
      • getMSR

        DataRefOrLiteral getMSR()
        Returns the value of the 'MSR' containment reference.

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

        Returns:
        the value of the 'MSR' containment reference.
        See Also:
        setMSR(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_MSR()
      • setMSR

        void setMSR(DataRefOrLiteral value)
        Sets the value of the 'MSR' containment reference.
        Parameters:
        value - the new value of the 'MSR' containment reference.
        See Also:
        getMSR()
      • isTerminal

        boolean isTerminal()
        Returns the value of the 'Terminal' attribute.

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

        Returns:
        the value of the 'Terminal' attribute.
        See Also:
        setTerminal(boolean), COBOLPackage.getCicsSendTextStmt_Terminal()
      • setTerminal

        void setTerminal(boolean value)
        Sets the value of the 'Terminal' attribute.
        Parameters:
        value - the new value of the 'Terminal' attribute.
        See Also:
        isTerminal()
      • 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.getCicsSendTextStmt_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()
      • isPaging

        boolean isPaging()
        Returns the value of the 'Paging' attribute.

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

        Returns:
        the value of the 'Paging' attribute.
        See Also:
        setPaging(boolean), COBOLPackage.getCicsSendTextStmt_Paging()
      • setPaging

        void setPaging(boolean value)
        Sets the value of the 'Paging' attribute.
        Parameters:
        value - the new value of the 'Paging' attribute.
        See Also:
        isPaging()
      • isWait

        boolean isWait()
        Returns the value of the 'Wait' attribute.

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

        Returns:
        the value of the 'Wait' attribute.
        See Also:
        setWait(boolean), COBOLPackage.getCicsSendTextStmt_Wait()
      • setWait

        void setWait(boolean value)
        Sets the value of the 'Wait' attribute.
        Parameters:
        value - the new value of the 'Wait' attribute.
        See Also:
        isWait()
      • 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.getCicsSendTextStmt_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()
      • 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.getCicsSendTextStmt_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()
      • getHeader

        DataRef getHeader()
        Returns the value of the 'Header' containment reference.

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

        Returns:
        the value of the 'Header' containment reference.
        See Also:
        setHeader(DataRef), COBOLPackage.getCicsSendTextStmt_Header()
      • setHeader

        void setHeader(DataRef value)
        Sets the value of the 'Header' containment reference.
        Parameters:
        value - the new value of the 'Header' containment reference.
        See Also:
        getHeader()
      • 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.getCicsSendTextStmt_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()
      • getJustify

        DataRefOrLiteral getJustify()
        Returns the value of the 'Justify' containment reference.

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

        Returns:
        the value of the 'Justify' containment reference.
        See Also:
        setJustify(DataRefOrLiteral), COBOLPackage.getCicsSendTextStmt_Justify()
      • setJustify

        void setJustify(DataRefOrLiteral value)
        Sets the value of the 'Justify' containment reference.
        Parameters:
        value - the new value of the 'Justify' containment reference.
        See Also:
        getJustify()
      • isJusFirst

        boolean isJusFirst()
        Returns the value of the 'Jus First' attribute.

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

        Returns:
        the value of the 'Jus First' attribute.
        See Also:
        setJusFirst(boolean), COBOLPackage.getCicsSendTextStmt_JusFirst()
      • setJusFirst

        void setJusFirst(boolean value)
        Sets the value of the 'Jus First' attribute.
        Parameters:
        value - the new value of the 'Jus First' attribute.
        See Also:
        isJusFirst()
      • isJusLast

        boolean isJusLast()
        Returns the value of the 'Jus Last' attribute.

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

        Returns:
        the value of the 'Jus Last' attribute.
        See Also:
        setJusLast(boolean), COBOLPackage.getCicsSendTextStmt_JusLast()
      • setJusLast

        void setJusLast(boolean value)
        Sets the value of the 'Jus Last' attribute.
        Parameters:
        value - the new value of the 'Jus Last' attribute.
        See Also:
        isJusLast()
      • isAccum

        boolean isAccum()
        Returns the value of the 'Accum' attribute.

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

        Returns:
        the value of the 'Accum' attribute.
        See Also:
        setAccum(boolean), COBOLPackage.getCicsSendTextStmt_Accum()
      • setAccum

        void setAccum(boolean value)
        Sets the value of the 'Accum' attribute.
        Parameters:
        value - the new value of the 'Accum' attribute.
        See Also:
        isAccum()
      • isHONEOM

        boolean isHONEOM()
        Returns the value of the 'HONEOM' attribute.

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

        Returns:
        the value of the 'HONEOM' attribute.
        See Also:
        setHONEOM(boolean), COBOLPackage.getCicsSendTextStmt_HONEOM()
      • setHONEOM

        void setHONEOM(boolean value)
        Sets the value of the 'HONEOM' attribute.
        Parameters:
        value - the new value of the 'HONEOM' attribute.
        See Also:
        isHONEOM()
      • isL40

        boolean isL40()
        Returns the value of the 'L40' attribute.

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

        Returns:
        the value of the 'L40' attribute.
        See Also:
        setL40(boolean), COBOLPackage.getCicsSendTextStmt_L40()
      • setL40

        void setL40(boolean value)
        Sets the value of the 'L40' attribute.
        Parameters:
        value - the new value of the 'L40' attribute.
        See Also:
        isL40()
      • isL64

        boolean isL64()
        Returns the value of the 'L64' attribute.

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

        Returns:
        the value of the 'L64' attribute.
        See Also:
        setL64(boolean), COBOLPackage.getCicsSendTextStmt_L64()
      • setL64

        void setL64(boolean value)
        Sets the value of the 'L64' attribute.
        Parameters:
        value - the new value of the 'L64' attribute.
        See Also:
        isL64()
      • isL80

        boolean isL80()
        Returns the value of the 'L80' attribute.

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

        Returns:
        the value of the 'L80' attribute.
        See Also:
        setL80(boolean), COBOLPackage.getCicsSendTextStmt_L80()
      • setL80

        void setL80(boolean value)
        Sets the value of the 'L80' attribute.
        Parameters:
        value - the new value of the 'L80' attribute.
        See Also:
        isL80()
      • isErase

        boolean isErase()
        Returns the value of the 'Erase' attribute.

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

        Returns:
        the value of the 'Erase' attribute.
        See Also:
        setErase(boolean), COBOLPackage.getCicsSendTextStmt_Erase()
      • setErase

        void setErase(boolean value)
        Sets the value of the 'Erase' attribute.
        Parameters:
        value - the new value of the 'Erase' attribute.
        See Also:
        isErase()
      • isAlternate

        boolean isAlternate()
        Returns the value of the 'Alternate' attribute.

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

        Returns:
        the value of the 'Alternate' attribute.
        See Also:
        setAlternate(boolean), COBOLPackage.getCicsSendTextStmt_Alternate()
      • setAlternate

        void setAlternate(boolean value)
        Sets the value of the 'Alternate' attribute.
        Parameters:
        value - the new value of the 'Alternate' attribute.
        See Also:
        isAlternate()
      • isDefault

        boolean isDefault()
        Returns the value of the 'Default' attribute.

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

        Returns:
        the value of the 'Default' attribute.
        See Also:
        setDefault(boolean), COBOLPackage.getCicsSendTextStmt_Default()
      • setDefault

        void setDefault(boolean value)
        Sets the value of the 'Default' attribute.
        Parameters:
        value - the new value of the 'Default' attribute.
        See Also:
        isDefault()