| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.UpdateMeetingFromICal |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| icalText | |||||||||||
| ignoreAttendees | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the icalText property.
| |||||||||||
Gets the value of the ignoreAttendees property.
| |||||||||||
Sets the value of the icalText property.
| |||||||||||
Sets the value of the ignoreAttendees property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the icalText property.
Gets the value of the ignoreAttendees property. This getter has been renamed from isIgnoreAttendees() to getIgnoreAttendees() by cxf-xjc-boolean plugin.
Sets the value of the icalText property.
| value | Allowed object is String |
|---|
Sets the value of the ignoreAttendees property.
| value |
|---|