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

Interface CicsWebReadNextHTTPHeaderStmt

  • All Superinterfaces:
    ASTNode, CicsStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsWebReadNextHTTPHeaderStmt
    extends CicsStmt
    A representation of the CICS WEB READNEXT HTTPHEADER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebReadNextHTTPHeaderStmt()
    • Method Detail

      • getHTTPHeader

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

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

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

        void setHTTPHeader(DataRef 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

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

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

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

        void setNameLength(DataRef 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.getCicsWebReadNextHTTPHeaderStmt_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.getCicsWebReadNextHTTPHeaderStmt_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.getCicsWebReadNextHTTPHeaderStmt_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()