Uses of Interface
org.oasisOpen.docs.wsn.b2.NotifyDocument.Notify
-
Packages that use NotifyDocument.Notify Package Description org.oasisOpen.docs.wsn.b2 org.oasisOpen.docs.wsn.b2.impl -
-
Uses of NotifyDocument.Notify in org.oasisOpen.docs.wsn.b2
Methods in org.oasisOpen.docs.wsn.b2 that return NotifyDocument.Notify Modifier and Type Method Description NotifyDocument.NotifyNotifyDocument. addNewNotify()Appends and returns a new empty "Notify" elementNotifyDocument.NotifyNotifyDocument. getNotify()Gets the "Notify" elementstatic NotifyDocument.NotifyNotifyDocument.Notify.Factory. newInstance()static NotifyDocument.NotifyNotifyDocument.Notify.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.oasisOpen.docs.wsn.b2 with parameters of type NotifyDocument.Notify Modifier and Type Method Description voidNotifyDocument. setNotify(NotifyDocument.Notify notify)Sets the "Notify" element -
Uses of NotifyDocument.Notify in org.oasisOpen.docs.wsn.b2.impl
Classes in org.oasisOpen.docs.wsn.b2.impl that implement NotifyDocument.Notify Modifier and Type Class Description static classNotifyDocumentImpl.NotifyImplAn XML Notify(@http://docs.oasis-open.org/wsn/b-2).Methods in org.oasisOpen.docs.wsn.b2.impl that return NotifyDocument.Notify Modifier and Type Method Description NotifyDocument.NotifyNotifyDocumentImpl. addNewNotify()Appends and returns a new empty "Notify" elementNotifyDocument.NotifyNotifyDocumentImpl. getNotify()Gets the "Notify" elementMethods in org.oasisOpen.docs.wsn.b2.impl with parameters of type NotifyDocument.Notify Modifier and Type Method Description voidNotifyDocumentImpl. setNotify(NotifyDocument.Notify notify)Sets the "Notify" element
-