Class NotificationsType
java.lang.Object
com.tremolosecurity.config.xml.NotificationsType
Java class for notificationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notificationsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dynamicNotifications" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicNotificationsType" minOccurs="0"/> <element name="notification" type="{http://www.tremolosecurity.com/tremoloConfig}notificationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected DynamicNotificationsType
protected List
<NotificationType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dynamicNotifications property.Gets the value of the notification property.void
Sets the value of the dynamicNotifications property.
-
Field Details
-
dynamicNotifications
-
notification
-
-
Constructor Details
-
NotificationsType
public NotificationsType()
-
-
Method Details
-
getDynamicNotifications
Gets the value of the dynamicNotifications property.- Returns:
- possible object is
DynamicNotificationsType
-
setDynamicNotifications
Sets the value of the dynamicNotifications property.- Parameters:
value
- allowed object isDynamicNotificationsType
-
getNotification
Gets the value of the notification property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the notification property.For example, to add a new item, do as follows:
getNotification().add(newItem);
Objects of the following type(s) are allowed in the list
NotificationType
-