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

Interface CicsDocumentSetStmt

    • Method Detail

      • getDocToken

        DataRef getDocToken()
        Returns the value of the 'Doc Token' containment reference.

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

        Returns:
        the value of the 'Doc Token' containment reference.
        See Also:
        setDocToken(DataRef), COBOLPackage.getCicsDocumentSetStmt_DocToken()
      • setDocToken

        void setDocToken(DataRef value)
        Sets the value of the 'Doc Token' containment reference.
        Parameters:
        value - the new value of the 'Doc Token' containment reference.
        See Also:
        getDocToken()
      • getSymbol

        DataRefOrLiteral getSymbol()
        Returns the value of the 'Symbol' containment reference.

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

        Returns:
        the value of the 'Symbol' containment reference.
        See Also:
        setSymbol(DataRefOrLiteral), COBOLPackage.getCicsDocumentSetStmt_Symbol()
      • setSymbol

        void setSymbol(DataRefOrLiteral value)
        Sets the value of the 'Symbol' containment reference.
        Parameters:
        value - the new value of the 'Symbol' containment reference.
        See Also:
        getSymbol()
      • getValue

        DataRef getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(DataRef), COBOLPackage.getCicsDocumentSetStmt_Value()
      • setValue

        void setValue(DataRef value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
      • getSymbolList

        DataRef getSymbolList()
        Returns the value of the 'Symbol List' containment reference.

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

        Returns:
        the value of the 'Symbol List' containment reference.
        See Also:
        setSymbolList(DataRef), COBOLPackage.getCicsDocumentSetStmt_SymbolList()
      • setSymbolList

        void setSymbolList(DataRef value)
        Sets the value of the 'Symbol List' containment reference.
        Parameters:
        value - the new value of the 'Symbol List' containment reference.
        See Also:
        getSymbolList()
      • getDelimiter

        DataRefOrLiteral getDelimiter()
        Returns the value of the 'Delimiter' containment reference.

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

        Returns:
        the value of the 'Delimiter' containment reference.
        See Also:
        setDelimiter(DataRefOrLiteral), COBOLPackage.getCicsDocumentSetStmt_Delimiter()
      • setDelimiter

        void setDelimiter(DataRefOrLiteral value)
        Sets the value of the 'Delimiter' containment reference.
        Parameters:
        value - the new value of the 'Delimiter' containment reference.
        See Also:
        getDelimiter()
      • 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.getCicsDocumentSetStmt_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()
      • isUnescaped

        boolean isUnescaped()
        Returns the value of the 'Unescaped' attribute.

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

        Returns:
        the value of the 'Unescaped' attribute.
        See Also:
        setUnescaped(boolean), COBOLPackage.getCicsDocumentSetStmt_Unescaped()
      • setUnescaped

        void setUnescaped(boolean value)
        Sets the value of the 'Unescaped' attribute.
        Parameters:
        value - the new value of the 'Unescaped' attribute.
        See Also:
        isUnescaped()
      • isPrivate

        boolean isPrivate()
        Returns the value of the 'Private' attribute.

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

        Returns:
        the value of the 'Private' attribute.
        See Also:
        setPrivate(boolean), COBOLPackage.getCicsDocumentSetStmt_Private()
      • setPrivate

        void setPrivate(boolean value)
        Sets the value of the 'Private' attribute.
        Parameters:
        value - the new value of the 'Private' attribute.
        See Also:
        isPrivate()