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

Interface CicsWebReadHTTPHeaderStmt

    • Method Detail

      • getHTTPHeader

        DataRefOrLiteral getHTTPHeader()
        Returns the value of the 'HTTP Header' containment reference.

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

        Returns:
        the value of the 'HTTP Header' containment reference.
        See Also:
        setHTTPHeader(DataRefOrLiteral), COBOLPackage.getCicsWebReadHTTPHeaderStmt_HTTPHeader()
      • setHTTPHeader

        void setHTTPHeader(DataRefOrLiteral value)
        Sets the value of the 'HTTP Header' containment reference.
        Parameters:
        value - the new value of the 'HTTP Header' containment reference.
        See Also:
        getHTTPHeader()
      • getNameLength

        DataRefOrLiteral getNameLength()
        Returns the value of the 'Name Length' containment reference.

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

        Returns:
        the value of the 'Name Length' containment reference.
        See Also:
        setNameLength(DataRefOrLiteral), COBOLPackage.getCicsWebReadHTTPHeaderStmt_NameLength()
      • setNameLength

        void setNameLength(DataRefOrLiteral value)
        Sets the value of the 'Name Length' containment reference.
        Parameters:
        value - the new value of the 'Name Length' containment reference.
        See Also:
        getNameLength()
      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'Sess Token' containment reference.
        See Also:
        setSessToken(DataRefOrLiteral), COBOLPackage.getCicsWebReadHTTPHeaderStmt_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()
      • getValue

        DataRef getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsWebReadHTTPHeaderStmt_Value()
      • setValue

        void setValue(DataRef value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • getValueLength

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

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

        Returns:
        the value of the 'Value Length' containment reference.
        See Also:
        setValueLength(DataRef), COBOLPackage.getCicsWebReadHTTPHeaderStmt_ValueLength()
      • setValueLength

        void setValueLength(DataRef value)
        Sets the value of the 'Value Length' containment reference.
        Parameters:
        value - the new value of the 'Value Length' containment reference.
        See Also:
        getValueLength()
      • isPrivate

        boolean isPrivate()
        Returns the value of the 'Private' attribute.

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

        Returns:
        the value of the 'Private' attribute.
        See Also:
        setPrivate(boolean), COBOLPackage.getCicsWebReadHTTPHeaderStmt_Private()
      • setPrivate

        void setPrivate(boolean value)
        Sets the value of the 'Private' attribute.
        Parameters:
        value - the new value of the 'Private' attribute.
        See Also:
        isPrivate()