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

Interface CicsWebConverseStmt

    • 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.getCicsWebConverseStmt_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()
      • getPath

        DataRefOrLiteral getPath()
        Returns the value of the 'Path' containment reference.

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

        Returns:
        the value of the 'Path' containment reference.
        See Also:
        setPath(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_Path()
      • setPath

        void setPath(DataRefOrLiteral value)
        Sets the value of the 'Path' containment reference.
        Parameters:
        value - the new value of the 'Path' containment reference.
        See Also:
        getPath()
      • getPathLength

        DataRefOrLiteral getPathLength()
        Returns the value of the 'Path Length' containment reference.

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

        Returns:
        the value of the 'Path Length' containment reference.
        See Also:
        setPathLength(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_PathLength()
      • setPathLength

        void setPathLength(DataRefOrLiteral value)
        Sets the value of the 'Path Length' containment reference.
        Parameters:
        value - the new value of the 'Path Length' containment reference.
        See Also:
        getPathLength()
      • getURIMap

        DataRefOrLiteral getURIMap()
        Returns the value of the 'URI Map' containment reference.

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

        Returns:
        the value of the 'URI Map' containment reference.
        See Also:
        setURIMap(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_URIMap()
      • setURIMap

        void setURIMap(DataRefOrLiteral value)
        Sets the value of the 'URI Map' containment reference.
        Parameters:
        value - the new value of the 'URI Map' containment reference.
        See Also:
        getURIMap()
      • isGet

        boolean isGet()
        Returns the value of the 'Get' attribute.

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

        Returns:
        the value of the 'Get' attribute.
        See Also:
        setGet(boolean), COBOLPackage.getCicsWebConverseStmt_Get()
      • setGet

        void setGet(boolean value)
        Sets the value of the 'Get' attribute.
        Parameters:
        value - the new value of the 'Get' attribute.
        See Also:
        isGet()
      • isHead

        boolean isHead()
        Returns the value of the 'Head' attribute.

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

        Returns:
        the value of the 'Head' attribute.
        See Also:
        setHead(boolean), COBOLPackage.getCicsWebConverseStmt_Head()
      • setHead

        void setHead(boolean value)
        Sets the value of the 'Head' attribute.
        Parameters:
        value - the new value of the 'Head' attribute.
        See Also:
        isHead()
      • isPost

        boolean isPost()
        Returns the value of the 'Post' attribute.

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

        Returns:
        the value of the 'Post' attribute.
        See Also:
        setPost(boolean), COBOLPackage.getCicsWebConverseStmt_Post()
      • setPost

        void setPost(boolean value)
        Sets the value of the 'Post' attribute.
        Parameters:
        value - the new value of the 'Post' attribute.
        See Also:
        isPost()
      • isPut

        boolean isPut()
        Returns the value of the 'Put' attribute.

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

        Returns:
        the value of the 'Put' attribute.
        See Also:
        setPut(boolean), COBOLPackage.getCicsWebConverseStmt_Put()
      • setPut

        void setPut(boolean value)
        Sets the value of the 'Put' attribute.
        Parameters:
        value - the new value of the 'Put' attribute.
        See Also:
        isPut()
      • isTrace

        boolean isTrace()
        Returns the value of the 'Trace' attribute.

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

        Returns:
        the value of the 'Trace' attribute.
        See Also:
        setTrace(boolean), COBOLPackage.getCicsWebConverseStmt_Trace()
      • setTrace

        void setTrace(boolean value)
        Sets the value of the 'Trace' attribute.
        Parameters:
        value - the new value of the 'Trace' attribute.
        See Also:
        isTrace()
      • isOptions

        boolean isOptions()
        Returns the value of the 'Options' attribute.

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

        Returns:
        the value of the 'Options' attribute.
        See Also:
        setOptions(boolean), COBOLPackage.getCicsWebConverseStmt_Options()
      • setOptions

        void setOptions(boolean value)
        Sets the value of the 'Options' attribute.
        Parameters:
        value - the new value of the 'Options' attribute.
        See Also:
        isOptions()
      • isDelete

        boolean isDelete()
        Returns the value of the 'Delete' attribute.

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

        Returns:
        the value of the 'Delete' attribute.
        See Also:
        setDelete(boolean), COBOLPackage.getCicsWebConverseStmt_Delete()
      • setDelete

        void setDelete(boolean value)
        Sets the value of the 'Delete' attribute.
        Parameters:
        value - the new value of the 'Delete' attribute.
        See Also:
        isDelete()
      • getMethod

        DataRefOrLiteral getMethod()
        Returns the value of the 'Method' containment reference.

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

        Returns:
        the value of the 'Method' containment reference.
        See Also:
        setMethod(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_Method()
      • setMethod

        void setMethod(DataRefOrLiteral value)
        Sets the value of the 'Method' containment reference.
        Parameters:
        value - the new value of the 'Method' containment reference.
        See Also:
        getMethod()
      • 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.getCicsWebConverseStmt_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()
      • getQueryString

        DataRefOrLiteral getQueryString()
        Returns the value of the 'Query String' containment reference.

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

        Returns:
        the value of the 'Query String' containment reference.
        See Also:
        setQueryString(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_QueryString()
      • setQueryString

        void setQueryString(DataRefOrLiteral value)
        Sets the value of the 'Query String' containment reference.
        Parameters:
        value - the new value of the 'Query String' containment reference.
        See Also:
        getQueryString()
      • getQueryStrLen

        DataRefOrLiteral getQueryStrLen()
        Returns the value of the 'Query Str Len' containment reference.

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

        Returns:
        the value of the 'Query Str Len' containment reference.
        See Also:
        setQueryStrLen(DataRefOrLiteral), COBOLPackage.getCicsWebConverseStmt_QueryStrLen()
      • setQueryStrLen

        void setQueryStrLen(DataRefOrLiteral value)
        Sets the value of the 'Query Str Len' containment reference.
        Parameters:
        value - the new value of the 'Query Str Len' containment reference.
        See Also:
        getQueryStrLen()
      • getWebBodyClause

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

        The value is a representation of the DOCTOKEN, FROM, CONTAINER, and related 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.getCicsWebConverseStmt_WebBodyClause()
      • 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.getCicsWebConverseStmt_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()
      • isExpect

        boolean isExpect()
        Returns the value of the 'Expect' attribute.

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

        Returns:
        the value of the 'Expect' attribute.
        See Also:
        setExpect(boolean), COBOLPackage.getCicsWebConverseStmt_Expect()
      • setExpect

        void setExpect(boolean value)
        Sets the value of the 'Expect' attribute.
        Parameters:
        value - the new value of the 'Expect' attribute.
        See Also:
        isExpect()
      • 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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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()
      • getWebCredentialsClause

        CicsWebCredentialsClause getWebCredentialsClause()
        Returns the value of the 'Web Credentials Clause' containment reference.

        The value is a representation of the options related to credentials; if those options are not used, the value is null.

        Returns:
        the value of the 'Web Credentials Clause' containment reference.
        See Also:
        setWebCredentialsClause(CicsWebCredentialsClause), COBOLPackage.getCicsWebConverseStmt_WebCredentialsClause()
      • 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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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()
      • 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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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()
      • getToLength

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

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

        Returns:
        the value of the 'To Length' containment reference.
        See Also:
        setToLength(DataRef), COBOLPackage.getCicsWebConverseStmt_ToLength()
      • setToLength

        void setToLength(DataRef value)
        Sets the value of the 'To Length' containment reference.
        Parameters:
        value - the new value of the 'To Length' containment reference.
        See Also:
        getToLength()
      • 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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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()
      • getStatusCode

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

        The value is a representation of the data area 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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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.getCicsWebConverseStmt_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()
      • getWebTranslationClause

        CicsWebTranslationClause getWebTranslationClause()
        Returns the value of the 'Web Translation Clause' containment reference.

        The value is a representation of the options related to translation; if those options are not used, the value is null.

        Returns:
        the value of the 'Web Translation Clause' containment reference.
        See Also:
        setWebTranslationClause(CicsWebTranslationClause), COBOLPackage.getCicsWebConverseStmt_WebTranslationClause()
      • 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.getCicsWebConverseStmt_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()