public class

GetAlertsResponse

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

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetAlertsResult" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}AlertInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected AlertInfo getAlertsResult
Public Constructors
GetAlertsResponse()
Public Methods
AlertInfo getGetAlertsResult()
Gets the value of the getAlertsResult property.
void setGetAlertsResult(AlertInfo value)
Sets the value of the getAlertsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected AlertInfo getAlertsResult

Public Constructors

public GetAlertsResponse ()

Public Methods

public AlertInfo getGetAlertsResult ()

Gets the value of the getAlertsResult property.

Returns

public void setGetAlertsResult (AlertInfo value)

Sets the value of the getAlertsResult property.

Parameters
value Allowed object is AlertInfo