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

Interface CicsConnectProcessStmt

    • Method Detail

      • getConvId

        DataRefOrLiteral getConvId()
        Returns the value of the 'Conv Id' containment reference.

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

        Returns:
        the value of the 'Conv Id' containment reference.
        See Also:
        setConvId(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_ConvId()
      • setConvId

        void setConvId(DataRefOrLiteral value)
        Sets the value of the 'Conv Id' containment reference.
        Parameters:
        value - the new value of the 'Conv Id' containment reference.
        See Also:
        getConvId()
      • getSession

        DataRefOrLiteral getSession()
        Returns the value of the 'Session' containment reference.

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

        Returns:
        the value of the 'Session' containment reference.
        See Also:
        setSession(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_Session()
      • setSession

        void setSession(DataRefOrLiteral value)
        Sets the value of the 'Session' containment reference.
        Parameters:
        value - the new value of the 'Session' containment reference.
        See Also:
        getSession()
      • getProcName

        DataRefOrLiteral getProcName()
        Returns the value of the 'Proc Name' containment reference.

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

        Returns:
        the value of the 'Proc Name' containment reference.
        See Also:
        setProcName(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_ProcName()
      • setProcName

        void setProcName(DataRefOrLiteral value)
        Sets the value of the 'Proc Name' containment reference.
        Parameters:
        value - the new value of the 'Proc Name' containment reference.
        See Also:
        getProcName()
      • getProcLength

        DataRefOrLiteral getProcLength()
        Returns the value of the 'Proc Length' containment reference.

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

        Returns:
        the value of the 'Proc Length' containment reference.
        See Also:
        setProcLength(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_ProcLength()
      • setProcLength

        void setProcLength(DataRefOrLiteral value)
        Sets the value of the 'Proc Length' containment reference.
        Parameters:
        value - the new value of the 'Proc Length' containment reference.
        See Also:
        getProcLength()
      • getPartner

        DataRefOrLiteral getPartner()
        Returns the value of the 'Partner' containment reference.

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

        Returns:
        the value of the 'Partner' containment reference.
        See Also:
        setPartner(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_Partner()
      • setPartner

        void setPartner(DataRefOrLiteral value)
        Sets the value of the 'Partner' containment reference.
        Parameters:
        value - the new value of the 'Partner' containment reference.
        See Also:
        getPartner()
      • getPipList

        DataRef getPipList()
        Returns the value of the 'Pip List' containment reference.

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

        Returns:
        the value of the 'Pip List' containment reference.
        See Also:
        setPipList(DataRef), COBOLPackage.getCicsConnectProcessStmt_PipList()
      • setPipList

        void setPipList(DataRef value)
        Sets the value of the 'Pip List' containment reference.
        Parameters:
        value - the new value of the 'Pip List' containment reference.
        See Also:
        getPipList()
      • getPipLength

        DataRefOrLiteral getPipLength()
        Returns the value of the 'Pip Length' containment reference.

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

        Returns:
        the value of the 'Pip Length' containment reference.
        See Also:
        setPipLength(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_PipLength()
      • setPipLength

        void setPipLength(DataRefOrLiteral value)
        Sets the value of the 'Pip Length' containment reference.
        Parameters:
        value - the new value of the 'Pip Length' containment reference.
        See Also:
        getPipLength()
      • getSyncLevel

        DataRefOrLiteral getSyncLevel()
        Returns the value of the 'Sync Level' containment reference.

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

        Returns:
        the value of the 'Sync Level' containment reference.
        See Also:
        setSyncLevel(DataRefOrLiteral), COBOLPackage.getCicsConnectProcessStmt_SyncLevel()
      • setSyncLevel

        void setSyncLevel(DataRefOrLiteral value)
        Sets the value of the 'Sync Level' containment reference.
        Parameters:
        value - the new value of the 'Sync Level' containment reference.
        See Also:
        getSyncLevel()
      • getState

        DataRef getState()
        Returns the value of the 'State' containment reference.

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

        Returns:
        the value of the 'State' containment reference.
        See Also:
        setState(DataRef), COBOLPackage.getCicsConnectProcessStmt_State()
      • setState

        void setState(DataRef value)
        Sets the value of the 'State' containment reference.
        Parameters:
        value - the new value of the 'State' containment reference.
        See Also:
        getState()