public class

GetMeetingWorkspaces

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.meetings.GetMeetingWorkspaces

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="recurring" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean recurring
Public Constructors
GetMeetingWorkspaces()
Public Methods
boolean getRecurring()
Gets the value of the recurring property.
void setRecurring(boolean value)
Sets the value of the recurring property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean recurring

Public Constructors

public GetMeetingWorkspaces ()

Public Methods

public boolean getRecurring ()

Gets the value of the recurring property. This getter has been renamed from isRecurring() to getRecurring() by cxf-xjc-boolean plugin.

public void setRecurring (boolean value)

Sets the value of the recurring property.

Parameters
value