public class

AddMeetingFromICal

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

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

Summary

Fields
protected String icalText
protected String organizerEmail
Public Constructors
AddMeetingFromICal()
Public Methods
String getIcalText()
Gets the value of the icalText property.
String getOrganizerEmail()
Gets the value of the organizerEmail property.
void setIcalText(String value)
Sets the value of the icalText property.
void setOrganizerEmail(String value)
Sets the value of the organizerEmail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String icalText

protected String organizerEmail

Public Constructors

public AddMeetingFromICal ()

Public Methods

public String getIcalText ()

Gets the value of the icalText property.

Returns
  • possible object is String

public String getOrganizerEmail ()

Gets the value of the organizerEmail property.

Returns
  • possible object is String

public void setIcalText (String value)

Sets the value of the icalText property.

Parameters
value Allowed object is String

public void setOrganizerEmail (String value)

Sets the value of the organizerEmail property.

Parameters
value Allowed object is String