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

Interface CicsWebSendServerStmt

    • Method Detail

      • getWebBodyClause

        CicsWebBodyClause getWebBodyClause()
        Returns the value of the 'Web Body Clause' containment reference.

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

        Returns:
        the value of the 'Web Body Clause' containment reference.
        See Also:
        setWebBodyClause(CicsWebBodyClause), COBOLPackage.getCicsWebSendServerStmt_WebBodyClause()
      • getMediaType

        DataRefOrLiteral getMediaType()
        Returns the value of the 'Media Type' containment reference.

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

        Returns:
        the value of the 'Media Type' containment reference.
        See Also:
        setMediaType(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_MediaType()
      • setMediaType

        void setMediaType(DataRefOrLiteral value)
        Sets the value of the 'Media Type' containment reference.
        Parameters:
        value - the new value of the 'Media Type' containment reference.
        See Also:
        getMediaType()
      • isSrvConvert

        boolean isSrvConvert()
        Returns the value of the 'Srv Convert' attribute.

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

        Returns:
        the value of the 'Srv Convert' attribute.
        See Also:
        setSrvConvert(boolean), COBOLPackage.getCicsWebSendServerStmt_SrvConvert()
      • setSrvConvert

        void setSrvConvert(boolean value)
        Sets the value of the 'Srv Convert' attribute.
        Parameters:
        value - the new value of the 'Srv Convert' attribute.
        See Also:
        isSrvConvert()
      • isNoSrvConvert

        boolean isNoSrvConvert()
        Returns the value of the 'No Srv Convert' attribute.

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

        Returns:
        the value of the 'No Srv Convert' attribute.
        See Also:
        setNoSrvConvert(boolean), COBOLPackage.getCicsWebSendServerStmt_NoSrvConvert()
      • setNoSrvConvert

        void setNoSrvConvert(boolean value)
        Sets the value of the 'No Srv Convert' attribute.
        Parameters:
        value - the new value of the 'No Srv Convert' attribute.
        See Also:
        isNoSrvConvert()
      • getServerConv

        DataRefOrLiteral getServerConv()
        Returns the value of the 'Server Conv' containment reference.

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

        Returns:
        the value of the 'Server Conv' containment reference.
        See Also:
        setServerConv(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_ServerConv()
      • setServerConv

        void setServerConv(DataRefOrLiteral value)
        Sets the value of the 'Server Conv' containment reference.
        Parameters:
        value - the new value of the 'Server Conv' containment reference.
        See Also:
        getServerConv()
      • getCharacterSet

        DataRefOrLiteral getCharacterSet()
        Returns the value of the 'Character Set' containment reference.

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

        Returns:
        the value of the 'Character Set' containment reference.
        See Also:
        setCharacterSet(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_CharacterSet()
      • setCharacterSet

        void setCharacterSet(DataRefOrLiteral value)
        Sets the value of the 'Character Set' containment reference.
        Parameters:
        value - the new value of the 'Character Set' containment reference.
        See Also:
        getCharacterSet()
      • getStatusCode

        DataRefOrLiteral getStatusCode()
        Returns the value of the 'Status Code' containment reference.

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

        Returns:
        the value of the 'Status Code' containment reference.
        See Also:
        setStatusCode(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_StatusCode()
      • setStatusCode

        void setStatusCode(DataRefOrLiteral value)
        Sets the value of the 'Status Code' containment reference.
        Parameters:
        value - the new value of the 'Status Code' containment reference.
        See Also:
        getStatusCode()
      • getStatusText

        DataRef getStatusText()
        Returns the value of the 'Status Text' containment reference.

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

        Returns:
        the value of the 'Status Text' containment reference.
        See Also:
        setStatusText(DataRef), COBOLPackage.getCicsWebSendServerStmt_StatusText()
      • setStatusText

        void setStatusText(DataRef value)
        Sets the value of the 'Status Text' containment reference.
        Parameters:
        value - the new value of the 'Status Text' containment reference.
        See Also:
        getStatusText()
      • getStatusLen

        DataRefOrLiteral getStatusLen()
        Returns the value of the 'Status Len' containment reference.

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

        Returns:
        the value of the 'Status Len' containment reference.
        See Also:
        setStatusLen(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_StatusLen()
      • setStatusLen

        void setStatusLen(DataRefOrLiteral value)
        Sets the value of the 'Status Len' containment reference.
        Parameters:
        value - the new value of the 'Status Len' containment reference.
        See Also:
        getStatusLen()
      • 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.getCicsWebSendServerStmt_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()
      • isImmediate

        boolean isImmediate()
        Returns the value of the 'Immediate' attribute.

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

        Returns:
        the value of the 'Immediate' attribute.
        See Also:
        setImmediate(boolean), COBOLPackage.getCicsWebSendServerStmt_Immediate()
      • setImmediate

        void setImmediate(boolean value)
        Sets the value of the 'Immediate' attribute.
        Parameters:
        value - the new value of the 'Immediate' attribute.
        See Also:
        isImmediate()
      • isEventual

        boolean isEventual()
        Returns the value of the 'Eventual' attribute.

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

        Returns:
        the value of the 'Eventual' attribute.
        See Also:
        setEventual(boolean), COBOLPackage.getCicsWebSendServerStmt_Eventual()
      • setEventual

        void setEventual(boolean value)
        Sets the value of the 'Eventual' attribute.
        Parameters:
        value - the new value of the 'Eventual' attribute.
        See Also:
        isEventual()
      • getAction

        DataRefOrLiteral getAction()
        Returns the value of the 'Action' containment reference.

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

        Returns:
        the value of the 'Action' containment reference.
        See Also:
        setAction(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_Action()
      • setAction

        void setAction(DataRefOrLiteral value)
        Sets the value of the 'Action' containment reference.
        Parameters:
        value - the new value of the 'Action' containment reference.
        See Also:
        getAction()
      • isNoClose

        boolean isNoClose()
        Returns the value of the 'No Close' attribute.

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

        Returns:
        the value of the 'No Close' attribute.
        See Also:
        setNoClose(boolean), COBOLPackage.getCicsWebSendServerStmt_NoClose()
      • setNoClose

        void setNoClose(boolean value)
        Sets the value of the 'No Close' attribute.
        Parameters:
        value - the new value of the 'No Close' attribute.
        See Also:
        isNoClose()
      • isClose

        boolean isClose()
        Returns the value of the 'Close' attribute.

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

        Returns:
        the value of the 'Close' attribute.
        See Also:
        setClose(boolean), COBOLPackage.getCicsWebSendServerStmt_Close()
      • setClose

        void setClose(boolean value)
        Sets the value of the 'Close' attribute.
        Parameters:
        value - the new value of the 'Close' attribute.
        See Also:
        isClose()
      • getCloseStatus

        DataRefOrLiteral getCloseStatus()
        Returns the value of the 'Close Status' containment reference.

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

        Returns:
        the value of the 'Close Status' containment reference.
        See Also:
        setCloseStatus(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_CloseStatus()
      • setCloseStatus

        void setCloseStatus(DataRefOrLiteral value)
        Sets the value of the 'Close Status' containment reference.
        Parameters:
        value - the new value of the 'Close Status' containment reference.
        See Also:
        getCloseStatus()
      • getClntCodePage

        DataRefOrLiteral getClntCodePage()
        Returns the value of the 'Clnt Code Page' containment reference.

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

        Returns:
        the value of the 'Clnt Code Page' containment reference.
        See Also:
        setClntCodePage(DataRefOrLiteral), COBOLPackage.getCicsWebSendServerStmt_ClntCodePage()
      • setClntCodePage

        void setClntCodePage(DataRefOrLiteral value)
        Sets the value of the 'Clnt Code Page' containment reference.
        Parameters:
        value - the new value of the 'Clnt Code Page' containment reference.
        See Also:
        getClntCodePage()