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

Interface CicsRequestPassticketStmt

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


    public interface CicsRequestPassticketStmt
    extends CicsStmt
    A representation of the model object 'Cics Request Passticket Stmt'.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsRequestPassticketStmt()
    • Method Detail

      • getPassticket

        DataRef getPassticket()
        Returns the value of the 'Passticket' containment reference.

        If the meaning of the 'Passticket' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Passticket' containment reference.
        See Also:
        setPassticket(DataRef), COBOLPackage.getCicsRequestPassticketStmt_Passticket()
      • setPassticket

        void setPassticket(DataRef value)
        Sets the value of the 'Passticket' containment reference.
        Parameters:
        value - the new value of the 'Passticket' containment reference.
        See Also:
        getPassticket()
      • getEsmAppName

        DataRefOrLiteral getEsmAppName()
        Returns the value of the 'Esm App Name' containment reference.

        If the meaning of the 'Esm App Name' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Esm App Name' containment reference.
        See Also:
        setEsmAppName(DataRefOrLiteral), COBOLPackage.getCicsRequestPassticketStmt_EsmAppName()
      • setEsmAppName

        void setEsmAppName(DataRefOrLiteral value)
        Sets the value of the 'Esm App Name' containment reference.
        Parameters:
        value - the new value of the 'Esm App Name' containment reference.
        See Also:
        getEsmAppName()
      • getEsmResp

        DataRef getEsmResp()
        Returns the value of the 'Esm Resp' containment reference.

        If the meaning of the 'Esm Resp' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Esm Resp' containment reference.
        See Also:
        setEsmResp(DataRef), COBOLPackage.getCicsRequestPassticketStmt_EsmResp()
      • setEsmResp

        void setEsmResp(DataRef value)
        Sets the value of the 'Esm Resp' containment reference.
        Parameters:
        value - the new value of the 'Esm Resp' containment reference.
        See Also:
        getEsmResp()