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

Interface CicsWebEndBrowseHTTPHeaderStmt

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


    public interface CicsWebEndBrowseHTTPHeaderStmt
    extends CicsStmt
    A representation of the CICS WEB ENDBROWSE HTTPHEADER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebEndBrowseHTTPHeaderStmt()
    • 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; if that option is not used, the value is null.

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