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

Interface CicsInquireContainerStmt

    • Method Detail

      • getContainer

        DataRefOrLiteral getContainer()
        Returns the value of the 'Container' containment reference.

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

        Returns:
        the value of the 'Container' containment reference.
        See Also:
        setContainer(DataRefOrLiteral), COBOLPackage.getCicsInquireContainerStmt_Container()
      • setContainer

        void setContainer(DataRefOrLiteral value)
        Sets the value of the 'Container' containment reference.
        Parameters:
        value - the new value of the 'Container' containment reference.
        See Also:
        getContainer()
      • getActivityId

        DataRefOrLiteral getActivityId()
        Returns the value of the 'Activity Id' containment reference.

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

        Returns:
        the value of the 'Activity Id' containment reference.
        See Also:
        setActivityId(DataRefOrLiteral), COBOLPackage.getCicsInquireContainerStmt_ActivityId()
      • setActivityId

        void setActivityId(DataRefOrLiteral value)
        Sets the value of the 'Activity Id' containment reference.
        Parameters:
        value - the new value of the 'Activity Id' containment reference.
        See Also:
        getActivityId()
      • getProcess

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

        The value is a representation of the data value 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(DataRefOrLiteral), COBOLPackage.getCicsInquireContainerStmt_Process()
      • setProcess

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

        DataRefOrLiteral getProcessType()
        Returns the value of the 'Process Type' containment reference.

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

        Returns:
        the value of the 'Process Type' containment reference.
        See Also:
        setProcessType(DataRefOrLiteral), COBOLPackage.getCicsInquireContainerStmt_ProcessType()
      • setProcessType

        void setProcessType(DataRefOrLiteral value)
        Sets the value of the 'Process Type' containment reference.
        Parameters:
        value - the new value of the 'Process Type' containment reference.
        See Also:
        getProcessType()
      • getDataLength

        DataRef getDataLength()
        Returns the value of the 'Data Length' containment reference.

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

        Returns:
        the value of the 'Data Length' containment reference.
        See Also:
        setDataLength(DataRef), COBOLPackage.getCicsInquireContainerStmt_DataLength()
      • setDataLength

        void setDataLength(DataRef value)
        Sets the value of the 'Data Length' containment reference.
        Parameters:
        value - the new value of the 'Data Length' containment reference.
        See Also:
        getDataLength()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

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

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsInquireContainerStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()