Interface NotifyDocument.Notify

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    NotifyDocumentImpl.NotifyImpl
    Enclosing interface:
    NotifyDocument

    public static interface NotifyDocument.Notify
    extends org.apache.xmlbeans.XmlObject
    An XML Notify(@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

      • sizeOfNotificationMessageArray

        int sizeOfNotificationMessageArray()
        Returns number of "NotificationMessage" element
      • setNotificationMessageArray

        void setNotificationMessageArray​(NotificationMessageHolderType[] notificationMessageArray)
        Sets array of all "NotificationMessage" element
      • setNotificationMessageArray

        void setNotificationMessageArray​(int i,
                                         NotificationMessageHolderType notificationMessage)
        Sets ith "NotificationMessage" element
      • insertNewNotificationMessage

        NotificationMessageHolderType insertNewNotificationMessage​(int i)
        Inserts and returns a new empty value (as xml) as the ith "NotificationMessage" element
      • addNewNotificationMessage

        NotificationMessageHolderType addNewNotificationMessage()
        Appends and returns a new empty value (as xml) as the last "NotificationMessage" element
      • removeNotificationMessage

        void removeNotificationMessage​(int i)
        Removes the ith "NotificationMessage" element