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

Interface CicsQuerySecurityStmt

    • Method Detail

      • getResType

        DataRefOrLiteral getResType()
        Returns the value of the 'Res Type' containment reference.

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

        Returns:
        the value of the 'Res Type' containment reference.
        See Also:
        setResType(DataRefOrLiteral), COBOLPackage.getCicsQuerySecurityStmt_ResType()
      • setResType

        void setResType(DataRefOrLiteral value)
        Sets the value of the 'Res Type' containment reference.
        Parameters:
        value - the new value of the 'Res Type' containment reference.
        See Also:
        getResType()
      • getResClass

        DataRefOrLiteral getResClass()
        Returns the value of the 'Res Class' containment reference.

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

        Returns:
        the value of the 'Res Class' containment reference.
        See Also:
        setResClass(DataRefOrLiteral), COBOLPackage.getCicsQuerySecurityStmt_ResClass()
      • setResClass

        void setResClass(DataRefOrLiteral value)
        Sets the value of the 'Res Class' containment reference.
        Parameters:
        value - the new value of the 'Res Class' containment reference.
        See Also:
        getResClass()
      • getResIdLength

        DataRefOrLiteral getResIdLength()
        Returns the value of the 'Res Id Length' containment reference.

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

        Returns:
        the value of the 'Res Id Length' containment reference.
        See Also:
        setResIdLength(DataRefOrLiteral), COBOLPackage.getCicsQuerySecurityStmt_ResIdLength()
      • setResIdLength

        void setResIdLength(DataRefOrLiteral value)
        Sets the value of the 'Res Id Length' containment reference.
        Parameters:
        value - the new value of the 'Res Id Length' containment reference.
        See Also:
        getResIdLength()
      • getResId

        DataRefOrLiteral getResId()
        Returns the value of the 'Res Id' containment reference.

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

        Returns:
        the value of the 'Res Id' containment reference.
        See Also:
        setResId(DataRefOrLiteral), COBOLPackage.getCicsQuerySecurityStmt_ResId()
      • setResId

        void setResId(DataRefOrLiteral value)
        Sets the value of the 'Res Id' containment reference.
        Parameters:
        value - the new value of the 'Res Id' containment reference.
        See Also:
        getResId()
      • getLogMessage

        DataRefOrLiteral getLogMessage()
        Returns the value of the 'Log Message' containment reference.

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

        Returns:
        the value of the 'Log Message' containment reference.
        See Also:
        setLogMessage(DataRefOrLiteral), COBOLPackage.getCicsQuerySecurityStmt_LogMessage()
      • setLogMessage

        void setLogMessage(DataRefOrLiteral value)
        Sets the value of the 'Log Message' containment reference.
        Parameters:
        value - the new value of the 'Log Message' containment reference.
        See Also:
        getLogMessage()
      • getRead

        DataRef getRead()
        Returns the value of the 'Read' containment reference.

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

        Returns:
        the value of the 'Read' containment reference.
        See Also:
        setRead(DataRef), COBOLPackage.getCicsQuerySecurityStmt_Read()
      • setRead

        void setRead(DataRef value)
        Sets the value of the 'Read' containment reference.
        Parameters:
        value - the new value of the 'Read' containment reference.
        See Also:
        getRead()
      • getUpdate

        DataRef getUpdate()
        Returns the value of the 'Update' containment reference.

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

        Returns:
        the value of the 'Update' containment reference.
        See Also:
        setUpdate(DataRef), COBOLPackage.getCicsQuerySecurityStmt_Update()
      • setUpdate

        void setUpdate(DataRef value)
        Sets the value of the 'Update' containment reference.
        Parameters:
        value - the new value of the 'Update' containment reference.
        See Also:
        getUpdate()
      • getControl

        DataRef getControl()
        Returns the value of the 'Control' containment reference.

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

        Returns:
        the value of the 'Control' containment reference.
        See Also:
        setControl(DataRef), COBOLPackage.getCicsQuerySecurityStmt_Control()
      • setControl

        void setControl(DataRef value)
        Sets the value of the 'Control' containment reference.
        Parameters:
        value - the new value of the 'Control' containment reference.
        See Also:
        getControl()
      • getAlter

        DataRef getAlter()
        Returns the value of the 'Alter' containment reference.

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

        Returns:
        the value of the 'Alter' containment reference.
        See Also:
        setAlter(DataRef), COBOLPackage.getCicsQuerySecurityStmt_Alter()
      • setAlter

        void setAlter(DataRef value)
        Sets the value of the 'Alter' containment reference.
        Parameters:
        value - the new value of the 'Alter' containment reference.
        See Also:
        getAlter()
      • isLog

        boolean isLog()
        Returns the value of the 'Log' attribute.

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

        Returns:
        the value of the 'Log' attribute.
        See Also:
        setLog(boolean), COBOLPackage.getCicsQuerySecurityStmt_Log()
      • setLog

        void setLog(boolean value)
        Sets the value of the 'Log' attribute.
        Parameters:
        value - the new value of the 'Log' attribute.
        See Also:
        isLog()
      • isNoLog

        boolean isNoLog()
        Returns the value of the 'No Log' attribute.

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

        Returns:
        the value of the 'No Log' attribute.
        See Also:
        setNoLog(boolean), COBOLPackage.getCicsQuerySecurityStmt_NoLog()
      • setNoLog

        void setNoLog(boolean value)
        Sets the value of the 'No Log' attribute.
        Parameters:
        value - the new value of the 'No Log' attribute.
        See Also:
        isNoLog()