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

Interface CicsReadQTSStmt

    • Method Detail

      • getQueue

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

        The value is a representation of the name 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(DataRefOrLiteral), COBOLPackage.getCicsReadQTSStmt_Queue()
      • setQueue

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

        DataRefOrLiteral getQName()
        Returns the value of the 'QName' containment reference.

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

        Returns:
        the value of the 'QName' containment reference.
        See Also:
        setQName(DataRefOrLiteral), COBOLPackage.getCicsReadQTSStmt_QName()
      • setQName

        void setQName(DataRefOrLiteral value)
        Sets the value of the 'QName' containment reference.
        Parameters:
        value - the new value of the 'QName' containment reference.
        See Also:
        getQName()
      • getIntoOrSetClause

        CicsIntoOrSetClause getIntoOrSetClause()
        Returns the value of the 'Into Or Set Clause' containment reference.

        The value is a representation of the INTO or SET options; if those options are not used, the value is null.

        Returns:
        the value of the 'Into Or Set Clause' containment reference.
        See Also:
        setIntoOrSetClause(CicsIntoOrSetClause), COBOLPackage.getCicsReadQTSStmt_IntoOrSetClause()
      • getLength

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

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRef), COBOLPackage.getCicsReadQTSStmt_Length()
      • setLength

        void setLength(DataRef value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • getNumItems

        DataRef getNumItems()
        Returns the value of the 'Num Items' containment reference.

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

        Returns:
        the value of the 'Num Items' containment reference.
        See Also:
        setNumItems(DataRef), COBOLPackage.getCicsReadQTSStmt_NumItems()
      • setNumItems

        void setNumItems(DataRef value)
        Sets the value of the 'Num Items' containment reference.
        Parameters:
        value - the new value of the 'Num Items' containment reference.
        See Also:
        getNumItems()
      • isNext

        boolean isNext()
        Returns the value of the 'Next' attribute.

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

        Returns:
        the value of the 'Next' attribute.
        See Also:
        setNext(boolean), COBOLPackage.getCicsReadQTSStmt_Next()
      • setNext

        void setNext(boolean value)
        Sets the value of the 'Next' attribute.
        Parameters:
        value - the new value of the 'Next' attribute.
        See Also:
        isNext()
      • getItem

        DataRefOrLiteral getItem()
        Returns the value of the 'Item' containment reference.

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

        Returns:
        the value of the 'Item' containment reference.
        See Also:
        setItem(DataRefOrLiteral), COBOLPackage.getCicsReadQTSStmt_Item()
      • setItem

        void setItem(DataRefOrLiteral value)
        Sets the value of the 'Item' containment reference.
        Parameters:
        value - the new value of the 'Item' containment reference.
        See Also:
        getItem()
      • getSysId

        DataRefOrLiteral getSysId()
        Returns the value of the 'Sys Id' containment reference.

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

        Returns:
        the value of the 'Sys Id' containment reference.
        See Also:
        setSysId(DataRefOrLiteral), COBOLPackage.getCicsReadQTSStmt_SysId()
      • setSysId

        void setSysId(DataRefOrLiteral value)
        Sets the value of the 'Sys Id' containment reference.
        Parameters:
        value - the new value of the 'Sys Id' containment reference.
        See Also:
        getSysId()
      • isTS

        boolean isTS()
        Returns the value of the 'TS' attribute.

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

        Returns:
        the value of the 'TS' attribute.
        See Also:
        setTS(boolean), COBOLPackage.getCicsReadQTSStmt_TS()
      • setTS

        void setTS(boolean value)
        Sets the value of the 'TS' attribute.
        Parameters:
        value - the new value of the 'TS' attribute.
        See Also:
        isTS()