| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.SetAttendeeResponse |
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="attendeeEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="recurrenceId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="uid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="utcDateTimeOrganizerCriticalChange" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="utcDateTimeAttendeeCriticalChange" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="response" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}AttendeeResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attendeeEmail | |||||||||||
| recurrenceId | |||||||||||
| response | |||||||||||
| sequence | |||||||||||
| uid | |||||||||||
| utcDateTimeAttendeeCriticalChange | |||||||||||
| utcDateTimeOrganizerCriticalChange | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attendeeEmail property.
| |||||||||||
Gets the value of the recurrenceId property.
| |||||||||||
Gets the value of the response property.
| |||||||||||
Gets the value of the sequence property.
| |||||||||||
Gets the value of the uid property.
| |||||||||||
Gets the value of the utcDateTimeAttendeeCriticalChange property.
| |||||||||||
Gets the value of the utcDateTimeOrganizerCriticalChange property.
| |||||||||||
Sets the value of the attendeeEmail property.
| |||||||||||
Sets the value of the recurrenceId property.
| |||||||||||
Sets the value of the response property.
| |||||||||||
Sets the value of the sequence property.
| |||||||||||
Sets the value of the uid property.
| |||||||||||
Sets the value of the utcDateTimeAttendeeCriticalChange property.
| |||||||||||
Sets the value of the utcDateTimeOrganizerCriticalChange property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attendeeEmail property.
Gets the value of the recurrenceId property.
Gets the value of the response property.
AttendeeResponse
Gets the value of the sequence property.
Gets the value of the uid property.
Gets the value of the utcDateTimeAttendeeCriticalChange property.
Gets the value of the utcDateTimeOrganizerCriticalChange property.
Sets the value of the attendeeEmail property.
| value | Allowed object is String |
|---|
Sets the value of the recurrenceId property.
| value |
|---|
Sets the value of the response property.
| value | Allowed object is
AttendeeResponse
|
|---|
Sets the value of the sequence property.
| value |
|---|
Sets the value of the uid property.
| value | Allowed object is String |
|---|
Sets the value of the utcDateTimeAttendeeCriticalChange property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the utcDateTimeOrganizerCriticalChange property.
| value | Allowed object is XMLGregorianCalendar |
|---|