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

Interface XMLParseStmt

    • Method Detail

      • getXmlData

        DataRef getXmlData()
        Returns the value of the 'Xml Data' containment reference.

        The value is a reference to the data item that has the XML character stream.

        Returns:
        the value of the 'Xml Data' containment reference.
        See Also:
        setXmlData(DataRef), COBOLPackage.getXMLParseStmt_XmlData()
      • setXmlData

        void setXmlData(DataRef value)
        Sets the value of the 'Xml Data' containment reference.
        Parameters:
        value - the new value of the 'Xml Data' containment reference.
        See Also:
        getXmlData()
      • getEncoding

        DataRefOrLiteral getEncoding()
        Returns the value of the 'Encoding' containment reference.

        The value is the codepage specified in the WITH ENCODING clause, or null if no WITH ENCODING clause is present.

        Returns:
        the value of the 'Encoding' containment reference.
        See Also:
        setEncoding(DataRefOrLiteral), COBOLPackage.getXMLParseStmt_Encoding()
      • setEncoding

        void setEncoding(DataRefOrLiteral value)
        Sets the value of the 'Encoding' containment reference.
        Parameters:
        value - the new value of the 'Encoding' containment reference.
        See Also:
        getEncoding()
      • isReturningNational

        boolean isReturningNational()
        Returns the value of the 'Returning National' attribute.

        The value is TRUE if the RETURNING NATIONAL clause is present; false otherwise.

        Returns:
        the value of the 'Returning National' attribute.
        See Also:
        setReturningNational(boolean), COBOLPackage.getXMLParseStmt_ReturningNational()
      • setReturningNational

        void setReturningNational(boolean value)
        Sets the value of the 'Returning National' attribute.
        Parameters:
        value - the new value of the 'Returning National' attribute.
        See Also:
        isReturningNational()
      • getValidatingClause

        ValidatingClause getValidatingClause()
        Returns the value of the 'Validating Clause' containment reference.

        The value is a representation of the VALIDATING clause if it is present; if there is no VALIDATING clause, the value is NULL.

        Returns:
        the value of the 'Validating Clause' containment reference.
        See Also:
        setValidatingClause(ValidatingClause), COBOLPackage.getXMLParseStmt_ValidatingClause()
      • getFirstProcessingProcedure

        SectionOrParagraph getFirstProcessingProcedure()
        Returns the value of the 'First Processing Procedure' reference.

        The value is the first procedure in the PROCESSING PROCEDURE clause.

        Returns:
        the value of the 'First Processing Procedure' reference.
        See Also:
        setFirstProcessingProcedure(SectionOrParagraph), COBOLPackage.getXMLParseStmt_FirstProcessingProcedure()
      • getLastProcessingProcedure

        SectionOrParagraph getLastProcessingProcedure()
        Returns the value of the 'Last Processing Procedure' reference.

        The value is the last procedure in the PROCESSING PROCEDURE clause; if there is only one procedure in the PROCESSING PROCEDURE clause, the value is null.

        Returns:
        the value of the 'Last Processing Procedure' reference.
        See Also:
        setLastProcessingProcedure(SectionOrParagraph), COBOLPackage.getXMLParseStmt_LastProcessingProcedure()
      • getOnException

        java.util.List getOnException()
        Returns the value of the 'On Exception' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the ON EXCEPTION clause.

        Returns:
        the value of the 'On Exception' containment reference list.
        See Also:
        COBOLPackage.getXMLParseStmt_OnException()
      • getNotOnException

        java.util.List getNotOnException()
        Returns the value of the 'Not On Exception' containment reference list. The list contents are of type Stmt.

        The list contains the statements in the NOT ON EXCEPTION clause.

        Returns:
        the value of the 'Not On Exception' containment reference list.
        See Also:
        COBOLPackage.getXMLParseStmt_NotOnException()
      • isEndXMLUsed

        boolean isEndXMLUsed()
        Returns the value of the 'End XML Used' attribute.

        The value is true if the END-XML keyword is used; false otherwise.

        Returns:
        the value of the 'End XML Used' attribute.
        See Also:
        setEndXMLUsed(boolean), COBOLPackage.getXMLParseStmt_EndXMLUsed()
      • setEndXMLUsed

        void setEndXMLUsed(boolean value)
        Sets the value of the 'End XML Used' attribute.
        Parameters:
        value - the new value of the 'End XML Used' attribute.
        See Also:
        isEndXMLUsed()