public class

AlertInfo

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

Class Overview

Java class for AlertInfo complex type.

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

 <complexType name="AlertInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CurrentUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertServerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertServerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertServerType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertsManagementUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertWebTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NewAlertUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AlertWebId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Alerts" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ArrayOfAlert" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String alertServerName
protected String alertServerType
protected String alertServerUrl
protected String alertWebId
protected String alertWebTitle
protected ArrayOfAlert alerts
protected String alertsManagementUrl
protected String currentUser
protected String newAlertUrl
Public Constructors
AlertInfo()
Public Methods
String getAlertServerName()
Gets the value of the alertServerName property.
String getAlertServerType()
Gets the value of the alertServerType property.
String getAlertServerUrl()
Gets the value of the alertServerUrl property.
String getAlertWebId()
Gets the value of the alertWebId property.
String getAlertWebTitle()
Gets the value of the alertWebTitle property.
ArrayOfAlert getAlerts()
Gets the value of the alerts property.
String getAlertsManagementUrl()
Gets the value of the alertsManagementUrl property.
String getCurrentUser()
Gets the value of the currentUser property.
String getNewAlertUrl()
Gets the value of the newAlertUrl property.
void setAlertServerName(String value)
Sets the value of the alertServerName property.
void setAlertServerType(String value)
Sets the value of the alertServerType property.
void setAlertServerUrl(String value)
Sets the value of the alertServerUrl property.
void setAlertWebId(String value)
Sets the value of the alertWebId property.
void setAlertWebTitle(String value)
Sets the value of the alertWebTitle property.
void setAlerts(ArrayOfAlert value)
Sets the value of the alerts property.
void setAlertsManagementUrl(String value)
Sets the value of the alertsManagementUrl property.
void setCurrentUser(String value)
Sets the value of the currentUser property.
void setNewAlertUrl(String value)
Sets the value of the newAlertUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String alertServerName

protected String alertServerType

protected String alertServerUrl

protected String alertWebId

protected String alertWebTitle

protected ArrayOfAlert alerts

protected String alertsManagementUrl

protected String currentUser

protected String newAlertUrl

Public Constructors

public AlertInfo ()

Public Methods

public String getAlertServerName ()

Gets the value of the alertServerName property.

Returns
  • possible object is String

public String getAlertServerType ()

Gets the value of the alertServerType property.

Returns
  • possible object is String

public String getAlertServerUrl ()

Gets the value of the alertServerUrl property.

Returns
  • possible object is String

public String getAlertWebId ()

Gets the value of the alertWebId property.

Returns
  • possible object is String

public String getAlertWebTitle ()

Gets the value of the alertWebTitle property.

Returns
  • possible object is String

public ArrayOfAlert getAlerts ()

Gets the value of the alerts property.

Returns

public String getAlertsManagementUrl ()

Gets the value of the alertsManagementUrl property.

Returns
  • possible object is String

public String getCurrentUser ()

Gets the value of the currentUser property.

Returns
  • possible object is String

public String getNewAlertUrl ()

Gets the value of the newAlertUrl property.

Returns
  • possible object is String

public void setAlertServerName (String value)

Sets the value of the alertServerName property.

Parameters
value Allowed object is String

public void setAlertServerType (String value)

Sets the value of the alertServerType property.

Parameters
value Allowed object is String

public void setAlertServerUrl (String value)

Sets the value of the alertServerUrl property.

Parameters
value Allowed object is String

public void setAlertWebId (String value)

Sets the value of the alertWebId property.

Parameters
value Allowed object is String

public void setAlertWebTitle (String value)

Sets the value of the alertWebTitle property.

Parameters
value Allowed object is String

public void setAlerts (ArrayOfAlert value)

Sets the value of the alerts property.

Parameters
value Allowed object is ArrayOfAlert

public void setAlertsManagementUrl (String value)

Sets the value of the alertsManagementUrl property.

Parameters
value Allowed object is String

public void setCurrentUser (String value)

Sets the value of the currentUser property.

Parameters
value Allowed object is String

public void setNewAlertUrl (String value)

Sets the value of the newAlertUrl property.

Parameters
value Allowed object is String