public class

UpdateMeetingFromICal

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

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="icalText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ignoreAttendees" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String icalText
protected boolean ignoreAttendees
Public Constructors
UpdateMeetingFromICal()
Public Methods
String getIcalText()
Gets the value of the icalText property.
boolean getIgnoreAttendees()
Gets the value of the ignoreAttendees property.
void setIcalText(String value)
Sets the value of the icalText property.
void setIgnoreAttendees(boolean value)
Sets the value of the ignoreAttendees property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String icalText

protected boolean ignoreAttendees

Public Constructors

public UpdateMeetingFromICal ()

Public Methods

public String getIcalText ()

Gets the value of the icalText property.

Returns
  • possible object is String

public boolean getIgnoreAttendees ()

Gets the value of the ignoreAttendees property. This getter has been renamed from isIgnoreAttendees() to getIgnoreAttendees() by cxf-xjc-boolean plugin.

public void setIcalText (String value)

Sets the value of the icalText property.

Parameters
value Allowed object is String

public void setIgnoreAttendees (boolean value)

Sets the value of the ignoreAttendees property.

Parameters
value