Package org.oasisOpen.docs.wsn.b2
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.XmlObjectAn XML Notify(@http://docs.oasis-open.org/wsn/b-2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNotifyDocument.Notify.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationMessageHolderTypeaddNewNotificationMessage()Appends and returns a new empty value (as xml) as the last "NotificationMessage" elementNotificationMessageHolderType[]getNotificationMessageArray()Gets array of all "NotificationMessage" elementsNotificationMessageHolderTypegetNotificationMessageArray(int i)Gets ith "NotificationMessage" elementNotificationMessageHolderTypeinsertNewNotificationMessage(int i)Inserts and returns a new empty value (as xml) as the ith "NotificationMessage" elementvoidremoveNotificationMessage(int i)Removes the ith "NotificationMessage" elementvoidsetNotificationMessageArray(int i, NotificationMessageHolderType notificationMessage)Sets ith "NotificationMessage" elementvoidsetNotificationMessageArray(NotificationMessageHolderType[] notificationMessageArray)Sets array of all "NotificationMessage" elementintsizeOfNotificationMessageArray()Returns number of "NotificationMessage" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getNotificationMessageArray
NotificationMessageHolderType[] getNotificationMessageArray()
Gets array of all "NotificationMessage" elements
-
getNotificationMessageArray
NotificationMessageHolderType getNotificationMessageArray(int i)
Gets ith "NotificationMessage" element
-
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
-
-