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

Interface CicsGetContainerStmt

    • 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.getCicsGetContainerStmt_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()
      • getActivity

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

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

        Returns:
        the value of the 'Activity' containment reference.
        See Also:
        setActivity(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_Activity()
      • setActivity

        void setActivity(DataRefOrLiteral value)
        Sets the value of the 'Activity' containment reference.
        Parameters:
        value - the new value of the 'Activity' containment reference.
        See Also:
        getActivity()
      • isACQActivity

        boolean isACQActivity()
        Returns the value of the 'ACQ Activity' attribute.

        The value is true if the ACQACTIVITY option is used; false otherwise.

        Returns:
        the value of the 'ACQ Activity' attribute.
        See Also:
        setACQActivity(boolean), COBOLPackage.getCicsGetContainerStmt_ACQActivity()
      • setACQActivity

        void setACQActivity(boolean value)
        Sets the value of the 'ACQ Activity' attribute.
        Parameters:
        value - the new value of the 'ACQ Activity' attribute.
        See Also:
        isACQActivity()
      • isProcess

        boolean isProcess()
        Returns the value of the 'Process' attribute.

        The value is true if the PROCESS option is used; false otherwise.

        Returns:
        the value of the 'Process' attribute.
        See Also:
        setProcess(boolean), COBOLPackage.getCicsGetContainerStmt_Process()
      • setProcess

        void setProcess(boolean value)
        Sets the value of the 'Process' attribute.
        Parameters:
        value - the new value of the 'Process' attribute.
        See Also:
        isProcess()
      • isACQProcess

        boolean isACQProcess()
        Returns the value of the 'ACQ Process' attribute.

        The value is true if the ACQPROCESS option is used; false otherwise.

        Returns:
        the value of the 'ACQ Process' attribute.
        See Also:
        setACQProcess(boolean), COBOLPackage.getCicsGetContainerStmt_ACQProcess()
      • setACQProcess

        void setACQProcess(boolean value)
        Sets the value of the 'ACQ Process' attribute.
        Parameters:
        value - the new value of the 'ACQ Process' attribute.
        See Also:
        isACQProcess()
      • getInto

        DataRef getInto()
        Returns the value of the 'Into' containment reference.

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

        Returns:
        the value of the 'Into' containment reference.
        See Also:
        setInto(DataRef), COBOLPackage.getCicsGetContainerStmt_Into()
      • setInto

        void setInto(DataRef value)
        Sets the value of the 'Into' containment reference.
        Parameters:
        value - the new value of the 'Into' containment reference.
        See Also:
        getInto()
      • getSet

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

        The value is a representation of the pointer reference 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.getCicsGetContainerStmt_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()
      • isNoData

        boolean isNoData()
        Returns the value of the 'No Data' attribute.

        The value is true if the NODATA option is used; false otherwise.

        Returns:
        the value of the 'No Data' attribute.
        See Also:
        setNoData(boolean), COBOLPackage.getCicsGetContainerStmt_NoData()
      • setNoData

        void setNoData(boolean value)
        Sets the value of the 'No Data' attribute.
        Parameters:
        value - the new value of the 'No Data' attribute.
        See Also:
        isNoData()
      • getFLength

        DataRef getFLength()
        Returns the value of the 'FLength' containment reference.

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

        Returns:
        the value of the 'FLength' containment reference.
        See Also:
        setFLength(DataRef), COBOLPackage.getCicsGetContainerStmt_FLength()
      • setFLength

        void setFLength(DataRef value)
        Sets the value of the 'FLength' containment reference.
        Parameters:
        value - the new value of the 'FLength' containment reference.
        See Also:
        getFLength()
      • getChannel

        DataRefOrLiteral getChannel()
        Returns the value of the 'Channel' containment reference.

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

        Returns:
        the value of the 'Channel' containment reference.
        See Also:
        setChannel(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_Channel()
      • setChannel

        void setChannel(DataRefOrLiteral value)
        Sets the value of the 'Channel' containment reference.
        Parameters:
        value - the new value of the 'Channel' containment reference.
        See Also:
        getChannel()
      • getIntoCCSId

        DataRefOrLiteral getIntoCCSId()
        Returns the value of the 'Into CCS Id' containment reference.

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

        Returns:
        the value of the 'Into CCS Id' containment reference.
        See Also:
        setIntoCCSId(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_IntoCCSId()
      • setIntoCCSId

        void setIntoCCSId(DataRefOrLiteral value)
        Sets the value of the 'Into CCS Id' containment reference.
        Parameters:
        value - the new value of the 'Into CCS Id' containment reference.
        See Also:
        getIntoCCSId()
      • getIntoCodePage

        DataRefOrLiteral getIntoCodePage()
        Returns the value of the 'Into Code Page' containment reference.

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

        Returns:
        the value of the 'Into Code Page' containment reference.
        See Also:
        setIntoCodePage(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_IntoCodePage()
      • setIntoCodePage

        void setIntoCodePage(DataRefOrLiteral value)
        Sets the value of the 'Into Code Page' containment reference.
        Parameters:
        value - the new value of the 'Into Code Page' containment reference.
        See Also:
        getIntoCodePage()
      • getConvertST

        DataRefOrLiteral getConvertST()
        Returns the value of the 'Convert ST' containment reference.

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

        Returns:
        the value of the 'Convert ST' containment reference.
        See Also:
        setConvertST(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_ConvertST()
      • setConvertST

        void setConvertST(DataRefOrLiteral value)
        Sets the value of the 'Convert ST' containment reference.
        Parameters:
        value - the new value of the 'Convert ST' containment reference.
        See Also:
        getConvertST()
      • getCCSId

        DataRef getCCSId()
        Returns the value of the 'CCS Id' containment reference.

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

        Returns:
        the value of the 'CCS Id' containment reference.
        See Also:
        setCCSId(DataRef), COBOLPackage.getCicsGetContainerStmt_CCSId()
      • setCCSId

        void setCCSId(DataRef value)
        Sets the value of the 'CCS Id' containment reference.
        Parameters:
        value - the new value of the 'CCS Id' containment reference.
        See Also:
        getCCSId()
      • getByteOffset

        DataRefOrLiteral getByteOffset()
        Returns the value of the 'Byte Offset' containment reference.

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

        Returns:
        the value of the 'Byte Offset' containment reference.
        See Also:
        setByteOffset(DataRefOrLiteral), COBOLPackage.getCicsGetContainerStmt_ByteOffset()
      • setByteOffset

        void setByteOffset(DataRefOrLiteral value)
        Sets the value of the 'Byte Offset' containment reference.
        Parameters:
        value - the new value of the 'Byte Offset' containment reference.
        See Also:
        getByteOffset()
      • isNoConvert

        boolean isNoConvert()
        Returns the value of the 'No Convert' attribute.

        The value is true if the NOCONVERT option is specified; false otherwise.

        Returns:
        the value of the 'No Convert' attribute.
        See Also:
        setNoConvert(boolean), COBOLPackage.getCicsGetContainerStmt_NoConvert()
      • setNoConvert

        void setNoConvert(boolean value)
        Sets the value of the 'No Convert' attribute.
        Parameters:
        value - the new value of the 'No Convert' attribute.
        See Also:
        isNoConvert()