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

Interface CicsWebReceiveServerStmt

    • Method Detail

      • 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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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()
      • getType

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

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

        Returns:
        the value of the 'Type' containment reference.
        See Also:
        setType(DataRef), COBOLPackage.getCicsWebReceiveServerStmt_Type()
      • setType

        void setType(DataRef value)
        Sets the value of the 'Type' containment reference.
        Parameters:
        value - the new value of the 'Type' containment reference.
        See Also:
        getType()
      • 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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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()
      • getHostCodePage

        DataRefOrLiteral getHostCodePage()
        Returns the value of the 'Host Code Page' containment reference.

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

        Returns:
        the value of the 'Host Code Page' containment reference.
        See Also:
        setHostCodePage(DataRefOrLiteral), COBOLPackage.getCicsWebReceiveServerStmt_HostCodePage()
      • setHostCodePage

        void setHostCodePage(DataRefOrLiteral value)
        Sets the value of the 'Host Code Page' containment reference.
        Parameters:
        value - the new value of the 'Host Code Page' containment reference.
        See Also:
        getHostCodePage()
      • 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.getCicsWebReceiveServerStmt_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()
      • 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.getCicsWebReceiveServerStmt_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()
      • 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.getCicsWebReceiveServerStmt_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.getCicsWebReceiveServerStmt_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()