Class NotificationsType

java.lang.Object
com.tremolosecurity.config.xml.NotificationsType

public class NotificationsType extends Object

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 Details

  • Constructor Details

    • NotificationsType

      public NotificationsType()
  • Method Details

    • getDynamicNotifications

      public DynamicNotificationsType getDynamicNotifications()
      Gets the value of the dynamicNotifications property.
      Returns:
      possible object is DynamicNotificationsType
    • setDynamicNotifications

      public void setDynamicNotifications(DynamicNotificationsType value)
      Sets the value of the dynamicNotifications property.
      Parameters:
      value - allowed object is DynamicNotificationsType
    • getNotification

      public List<NotificationType> 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