Interface TopicType

    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • isSetMessagePattern

        boolean isSetMessagePattern()
        True if has "MessagePattern" element
      • setMessagePattern

        void setMessagePattern​(QueryExpressionType messagePattern)
        Sets the "MessagePattern" element
      • addNewMessagePattern

        QueryExpressionType addNewMessagePattern()
        Appends and returns a new empty "MessagePattern" element
      • unsetMessagePattern

        void unsetMessagePattern()
        Unsets the "MessagePattern" element
      • getTopicArray

        TopicType[] getTopicArray()
        Gets array of all "Topic" elements
      • getTopicArray

        TopicType getTopicArray​(int i)
        Gets ith "Topic" element
      • sizeOfTopicArray

        int sizeOfTopicArray()
        Returns number of "Topic" element
      • setTopicArray

        void setTopicArray​(TopicType[] topicArray)
        Sets array of all "Topic" element
      • setTopicArray

        void setTopicArray​(int i,
                           TopicType topic)
        Sets ith "Topic" element
      • insertNewTopic

        TopicType insertNewTopic​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Topic" element
      • addNewTopic

        TopicType addNewTopic()
        Appends and returns a new empty value (as xml) as the last "Topic" element
      • removeTopic

        void removeTopic​(int i)
        Removes the ith "Topic" element
      • getName

        String getName()
        Gets the "name" attribute
      • xgetName

        org.apache.xmlbeans.XmlNCName xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(org.apache.xmlbeans.XmlNCName name)
        Sets (as xml) the "name" attribute
      • getMessageTypes

        List getMessageTypes()
        Gets the "messageTypes" attribute
      • isSetMessageTypes

        boolean isSetMessageTypes()
        True if has "messageTypes" attribute
      • setMessageTypes

        void setMessageTypes​(List messageTypes)
        Sets the "messageTypes" attribute
      • xsetMessageTypes

        void xsetMessageTypes​(TopicType.MessageTypes messageTypes)
        Sets (as xml) the "messageTypes" attribute
      • unsetMessageTypes

        void unsetMessageTypes()
        Unsets the "messageTypes" attribute
      • getFinal

        boolean getFinal()
        Gets the "final" attribute
      • xgetFinal

        org.apache.xmlbeans.XmlBoolean xgetFinal()
        Gets (as xml) the "final" attribute
      • isSetFinal

        boolean isSetFinal()
        True if has "final" attribute
      • setFinal

        void setFinal​(boolean xfinal)
        Sets the "final" attribute
      • xsetFinal

        void xsetFinal​(org.apache.xmlbeans.XmlBoolean xfinal)
        Sets (as xml) the "final" attribute
      • unsetFinal

        void unsetFinal()
        Unsets the "final" attribute