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

Interface CicsWebReceiveClientStmt

    • Method Detail

      • getSessToken

        DataRefOrLiteral getSessToken()
        Returns the value of the 'Sess Token' containment reference.

        The value is a representation of the data value specified in the SESSTOKEN option.

        Returns:
        the value of the 'Sess Token' containment reference.
        See Also:
        setSessToken(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_SessToken()
      • setSessToken

        void setSessToken(DataRefOrLiteral value)
        Sets the value of the 'Sess Token' containment reference.
        Parameters:
        value - the new value of the 'Sess Token' containment reference.
        See Also:
        getSessToken()
      • getMediaType

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_MediaType()
      • setMediaType

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

        DataRef 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(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_StatusCode()
      • setStatusCode

        void setStatusCode(DataRef 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.getCicsWebReceiveClientStmt_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

        DataRef 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(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_StatusLen()
      • setStatusLen

        void setStatusLen(DataRef value)
        Sets the value of the 'Status Len' containment reference.
        Parameters:
        value - the new value of the 'Status Len' containment reference.
        See Also:
        getStatusLen()
      • getInto

        DataRef getInto()
        Returns the value of the 'Into' containment reference.

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

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_Into()
      • setInto

        void setInto(DataRef value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()
      • 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.getCicsWebReceiveClientStmt_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()
      • getLength

        DataRef getLength()
        Returns the value of the 'Length' containment reference.

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_Length()
      • setLength

        void setLength(DataRef value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • getMaxLength

        DataRefOrLiteral getMaxLength()
        Returns the value of the 'Max Length' containment reference.

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

        Returns:
        the value of the 'Max Length' containment reference.
        See Also:
        setMaxLength(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_MaxLength()
      • setMaxLength

        void setMaxLength(DataRefOrLiteral value)
        Sets the value of the 'Max Length' containment reference.
        Parameters:
        value - the new value of the 'Max Length' containment reference.
        See Also:
        getMaxLength()
      • isNoTruncate

        boolean isNoTruncate()
        Returns the value of the 'No Truncate' attribute.

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

        Returns:
        the value of the 'No Truncate' attribute.
        See Also:
        setNoTruncate(boolean), COBOLPackage.getCicsWebReceiveClientStmt_NoTruncate()
      • setNoTruncate

        void setNoTruncate(boolean value)
        Sets the value of the 'No Truncate' attribute.
        Parameters:
        value - the new value of the 'No Truncate' attribute.
        See Also:
        isNoTruncate()
      • isCLIConvert

        boolean isCLIConvert()
        Returns the value of the 'CLI Convert' attribute.

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

        Returns:
        the value of the 'CLI Convert' attribute.
        See Also:
        setCLIConvert(boolean), COBOLPackage.getCicsWebReceiveClientStmt_CLIConvert()
      • setCLIConvert

        void setCLIConvert(boolean value)
        Sets the value of the 'CLI Convert' attribute.
        Parameters:
        value - the new value of the 'CLI Convert' attribute.
        See Also:
        isCLIConvert()
      • isNoCLIConvert

        boolean isNoCLIConvert()
        Returns the value of the 'No CLI Convert' attribute.

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

        Returns:
        the value of the 'No CLI Convert' attribute.
        See Also:
        setNoCLIConvert(boolean), COBOLPackage.getCicsWebReceiveClientStmt_NoCLIConvert()
      • setNoCLIConvert

        void setNoCLIConvert(boolean value)
        Sets the value of the 'No CLI Convert' attribute.
        Parameters:
        value - the new value of the 'No CLI Convert' attribute.
        See Also:
        isNoCLIConvert()
      • getClientConv

        DataRefOrLiteral getClientConv()
        Returns the value of the 'Client Conv' containment reference.

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

        Returns:
        the value of the 'Client Conv' containment reference.
        See Also:
        setClientConv(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_ClientConv()
      • setClientConv

        void setClientConv(DataRefOrLiteral value)
        Sets the value of the 'Client Conv' containment reference.
        Parameters:
        value - the new value of the 'Client Conv' containment reference.
        See Also:
        getClientConv()
      • getBodyCharSet

        DataRef getBodyCharSet()
        Returns the value of the 'Body Char Set' containment reference.

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

        Returns:
        the value of the 'Body Char Set' containment reference.
        See Also:
        setBodyCharSet(DataRef), COBOLPackage.getCicsWebReceiveClientStmt_BodyCharSet()
      • setBodyCharSet

        void setBodyCharSet(DataRef value)
        Sets the value of the 'Body Char Set' containment reference.
        Parameters:
        value - the new value of the 'Body Char Set' containment reference.
        See Also:
        getBodyCharSet()
      • getToContainer

        DataRefOrLiteral getToContainer()
        Returns the value of the 'To Container' containment reference.

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

        Returns:
        the value of the 'To Container' containment reference.
        See Also:
        setToContainer(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_ToContainer()
      • setToContainer

        void setToContainer(DataRefOrLiteral value)
        Sets the value of the 'To Container' containment reference.
        Parameters:
        value - the new value of the 'To Container' containment reference.
        See Also:
        getToContainer()
      • getToChannel

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

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

        Returns:
        the value of the 'To Channel' containment reference.
        See Also:
        setToChannel(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_ToChannel()
      • setToChannel

        void setToChannel(DataRefOrLiteral value)
        Sets the value of the 'To Channel' containment reference.
        Parameters:
        value - the new value of the 'To Channel' containment reference.
        See Also:
        getToChannel()
      • getClntCodePage

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

        The value is a representation of the data value specified in the CLNTCODEPAGE option.

        Returns:
        the value of the 'Clnt Code Page' containment reference.
        See Also:
        setClntCodePage(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveClientStmt_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()