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

Interface CicsWriteQTSStmt

    • 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.getCicsWriteQTSStmt_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.getCicsWriteQTSStmt_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()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsWriteQTSStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • getLength

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

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

        void setLength(DataRefOrLiteral 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.getCicsWriteQTSStmt_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()
      • getItem

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsWriteQTSStmt_Item()
      • setItem

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

        boolean isRewrite()
        Returns the value of the 'Rewrite' attribute.

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

        Returns:
        the value of the 'Rewrite' attribute.
        See Also:
        setRewrite(boolean), COBOLPackage.getCicsWriteQTSStmt_Rewrite()
      • setRewrite

        void setRewrite(boolean value)
        Sets the value of the 'Rewrite' attribute.
        Parameters:
        value - the new value of the 'Rewrite' attribute.
        See Also:
        isRewrite()
      • 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.getCicsWriteQTSStmt_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()
      • isAuxiliary

        boolean isAuxiliary()
        Returns the value of the 'Auxiliary' attribute.

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

        Returns:
        the value of the 'Auxiliary' attribute.
        See Also:
        setAuxiliary(boolean), COBOLPackage.getCicsWriteQTSStmt_Auxiliary()
      • setAuxiliary

        void setAuxiliary(boolean value)
        Sets the value of the 'Auxiliary' attribute.
        Parameters:
        value - the new value of the 'Auxiliary' attribute.
        See Also:
        isAuxiliary()
      • isMain

        boolean isMain()
        Returns the value of the 'Main' attribute.

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

        Returns:
        the value of the 'Main' attribute.
        See Also:
        setMain(boolean), COBOLPackage.getCicsWriteQTSStmt_Main()
      • setMain

        void setMain(boolean value)
        Sets the value of the 'Main' attribute.
        Parameters:
        value - the new value of the 'Main' attribute.
        See Also:
        isMain()
      • isNoSuspend

        boolean isNoSuspend()
        Returns the value of the 'No Suspend' attribute.

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

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsWriteQTSStmt_NoSuspend()
      • setNoSuspend

        void setNoSuspend(boolean value)
        Sets the value of the 'No Suspend' attribute.
        Parameters:
        value - the new value of the 'No Suspend' attribute.
        See Also:
        isNoSuspend()
      • 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.getCicsWriteQTSStmt_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()