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

Interface CicsExtractAttachStmt

    • Method Detail

      • getAttachId

        DataRefOrLiteral getAttachId()
        Returns the value of the 'Attach Id' containment reference.

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

        Returns:
        the value of the 'Attach Id' containment reference.
        See Also:
        setAttachId(DataRefOrLiteral), COBOLPackage.getCicsExtractAttachStmt_AttachId()
      • setAttachId

        void setAttachId(DataRefOrLiteral value)
        Sets the value of the 'Attach Id' containment reference.
        Parameters:
        value - the new value of the 'Attach Id' containment reference.
        See Also:
        getAttachId()
      • 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.getCicsExtractAttachStmt_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.getCicsExtractAttachStmt_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()
      • getProcess

        DataRef getProcess()
        Returns the value of the 'Process' containment reference.

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

        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(DataRef), COBOLPackage.getCicsExtractAttachStmt_Process()
      • setProcess

        void setProcess(DataRef value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • getResource

        DataRef getResource()
        Returns the value of the 'Resource' containment reference.

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

        Returns:
        the value of the 'Resource' containment reference.
        See Also:
        setResource(DataRef), COBOLPackage.getCicsExtractAttachStmt_Resource()
      • setResource

        void setResource(DataRef value)
        Sets the value of the 'Resource' containment reference.
        Parameters:
        value - the new value of the 'Resource' containment reference.
        See Also:
        getResource()
      • getRProcess

        DataRef getRProcess()
        Returns the value of the 'RProcess' containment reference.

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

        Returns:
        the value of the 'RProcess' containment reference.
        See Also:
        setRProcess(DataRef), COBOLPackage.getCicsExtractAttachStmt_RProcess()
      • setRProcess

        void setRProcess(DataRef value)
        Sets the value of the 'RProcess' containment reference.
        Parameters:
        value - the new value of the 'RProcess' containment reference.
        See Also:
        getRProcess()
      • getRResource

        DataRef getRResource()
        Returns the value of the 'RResource' containment reference.

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

        Returns:
        the value of the 'RResource' containment reference.
        See Also:
        setRResource(DataRef), COBOLPackage.getCicsExtractAttachStmt_RResource()
      • setRResource

        void setRResource(DataRef value)
        Sets the value of the 'RResource' containment reference.
        Parameters:
        value - the new value of the 'RResource' containment reference.
        See Also:
        getRResource()
      • getQueue

        DataRef getQueue()
        Returns the value of the 'Queue' containment reference.

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

        Returns:
        the value of the 'Queue' containment reference.
        See Also:
        setQueue(DataRef), COBOLPackage.getCicsExtractAttachStmt_Queue()
      • setQueue

        void setQueue(DataRef value)
        Sets the value of the 'Queue' containment reference.
        Parameters:
        value - the new value of the 'Queue' containment reference.
        See Also:
        getQueue()
      • getIUType

        DataRef getIUType()
        Returns the value of the 'IU Type' containment reference.

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

        Returns:
        the value of the 'IU Type' containment reference.
        See Also:
        setIUType(DataRef), COBOLPackage.getCicsExtractAttachStmt_IUType()
      • setIUType

        void setIUType(DataRef value)
        Sets the value of the 'IU Type' containment reference.
        Parameters:
        value - the new value of the 'IU Type' containment reference.
        See Also:
        getIUType()
      • getDataStr

        DataRef getDataStr()
        Returns the value of the 'Data Str' containment reference.

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

        Returns:
        the value of the 'Data Str' containment reference.
        See Also:
        setDataStr(DataRef), COBOLPackage.getCicsExtractAttachStmt_DataStr()
      • setDataStr

        void setDataStr(DataRef value)
        Sets the value of the 'Data Str' containment reference.
        Parameters:
        value - the new value of the 'Data Str' containment reference.
        See Also:
        getDataStr()
      • getRecFM

        DataRef getRecFM()
        Returns the value of the 'Rec FM' containment reference.

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

        Returns:
        the value of the 'Rec FM' containment reference.
        See Also:
        setRecFM(DataRef), COBOLPackage.getCicsExtractAttachStmt_RecFM()
      • setRecFM

        void setRecFM(DataRef value)
        Sets the value of the 'Rec FM' containment reference.
        Parameters:
        value - the new value of the 'Rec FM' containment reference.
        See Also:
        getRecFM()