public class

Alert

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.alerts.Alert

Class Overview

Java class for Alert complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Alert">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="EventType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertForTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertForUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EditAlertUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DeliveryChannels" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ArrayOfDeliveryChannel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean active
protected String alertForTitle
protected String alertForUrl
protected ArrayOfDeliveryChannel deliveryChannels
protected String editAlertUrl
protected String eventType
protected String id
protected String title
Public Constructors
Alert()
Public Methods
boolean getActive()
Gets the value of the active property.
String getAlertForTitle()
Gets the value of the alertForTitle property.
String getAlertForUrl()
Gets the value of the alertForUrl property.
ArrayOfDeliveryChannel getDeliveryChannels()
Gets the value of the deliveryChannels property.
String getEditAlertUrl()
Gets the value of the editAlertUrl property.
String getEventType()
Gets the value of the eventType property.
String getId()
Gets the value of the id property.
String getTitle()
Gets the value of the title property.
void setActive(boolean value)
Sets the value of the active property.
void setAlertForTitle(String value)
Sets the value of the alertForTitle property.
void setAlertForUrl(String value)
Sets the value of the alertForUrl property.
void setDeliveryChannels(ArrayOfDeliveryChannel value)
Sets the value of the deliveryChannels property.
void setEditAlertUrl(String value)
Sets the value of the editAlertUrl property.
void setEventType(String value)
Sets the value of the eventType property.
void setId(String value)
Sets the value of the id property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean active

protected String alertForTitle

protected String alertForUrl

protected ArrayOfDeliveryChannel deliveryChannels

protected String editAlertUrl

protected String eventType

protected String id

protected String title

Public Constructors

public Alert ()

Public Methods

public boolean getActive ()

Gets the value of the active property. This getter has been renamed from isActive() to getActive() by cxf-xjc-boolean plugin.

public String getAlertForTitle ()

Gets the value of the alertForTitle property.

Returns
  • possible object is String

public String getAlertForUrl ()

Gets the value of the alertForUrl property.

Returns
  • possible object is String

public ArrayOfDeliveryChannel getDeliveryChannels ()

Gets the value of the deliveryChannels property.

Returns

public String getEditAlertUrl ()

Gets the value of the editAlertUrl property.

Returns
  • possible object is String

public String getEventType ()

Gets the value of the eventType property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setActive (boolean value)

Sets the value of the active property.

Parameters
value

public void setAlertForTitle (String value)

Sets the value of the alertForTitle property.

Parameters
value Allowed object is String

public void setAlertForUrl (String value)

Sets the value of the alertForUrl property.

Parameters
value Allowed object is String

public void setDeliveryChannels (ArrayOfDeliveryChannel value)

Sets the value of the deliveryChannels property.

Parameters
value Allowed object is ArrayOfDeliveryChannel

public void setEditAlertUrl (String value)

Sets the value of the editAlertUrl property.

Parameters
value Allowed object is String

public void setEventType (String value)

Sets the value of the eventType property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String