Interface NotificationMessageHolderType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    NotificationMessageHolderTypeImpl

    public interface NotificationMessageHolderType
    extends org.apache.xmlbeans.XmlObject
    An XML NotificationMessageHolderType(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
    • Field Detail

      • type

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

      • getSubscriptionReference

        EndpointReferenceType getSubscriptionReference()
        Gets the "SubscriptionReference" element
      • isSetSubscriptionReference

        boolean isSetSubscriptionReference()
        True if has "SubscriptionReference" element
      • setSubscriptionReference

        void setSubscriptionReference​(EndpointReferenceType subscriptionReference)
        Sets the "SubscriptionReference" element
      • addNewSubscriptionReference

        EndpointReferenceType addNewSubscriptionReference()
        Appends and returns a new empty "SubscriptionReference" element
      • unsetSubscriptionReference

        void unsetSubscriptionReference()
        Unsets the "SubscriptionReference" element
      • isSetTopic

        boolean isSetTopic()
        True if has "Topic" element
      • addNewTopic

        TopicExpressionType addNewTopic()
        Appends and returns a new empty "Topic" element
      • unsetTopic

        void unsetTopic()
        Unsets the "Topic" element
      • getProducerReference

        EndpointReferenceType getProducerReference()
        Gets the "ProducerReference" element
      • isSetProducerReference

        boolean isSetProducerReference()
        True if has "ProducerReference" element
      • setProducerReference

        void setProducerReference​(EndpointReferenceType producerReference)
        Sets the "ProducerReference" element
      • addNewProducerReference

        EndpointReferenceType addNewProducerReference()
        Appends and returns a new empty "ProducerReference" element
      • unsetProducerReference

        void unsetProducerReference()
        Unsets the "ProducerReference" element