public class

SetAttendeeResponse

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

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="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>
 

Summary

Fields
protected String attendeeEmail
protected long recurrenceId
protected AttendeeResponse response
protected long sequence
protected String uid
protected XMLGregorianCalendar utcDateTimeAttendeeCriticalChange
protected XMLGregorianCalendar utcDateTimeOrganizerCriticalChange
Public Constructors
SetAttendeeResponse()
Public Methods
String getAttendeeEmail()
Gets the value of the attendeeEmail property.
long getRecurrenceId()
Gets the value of the recurrenceId property.
AttendeeResponse getResponse()
Gets the value of the response property.
long getSequence()
Gets the value of the sequence property.
String getUid()
Gets the value of the uid property.
XMLGregorianCalendar getUtcDateTimeAttendeeCriticalChange()
Gets the value of the utcDateTimeAttendeeCriticalChange property.
XMLGregorianCalendar getUtcDateTimeOrganizerCriticalChange()
Gets the value of the utcDateTimeOrganizerCriticalChange property.
void setAttendeeEmail(String value)
Sets the value of the attendeeEmail property.
void setRecurrenceId(long value)
Sets the value of the recurrenceId property.
void setResponse(AttendeeResponse value)
Sets the value of the response property.
void setSequence(long value)
Sets the value of the sequence property.
void setUid(String value)
Sets the value of the uid property.
void setUtcDateTimeAttendeeCriticalChange(XMLGregorianCalendar value)
Sets the value of the utcDateTimeAttendeeCriticalChange property.
void setUtcDateTimeOrganizerCriticalChange(XMLGregorianCalendar value)
Sets the value of the utcDateTimeOrganizerCriticalChange property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String attendeeEmail

protected long recurrenceId

protected AttendeeResponse response

protected long sequence

protected String uid

protected XMLGregorianCalendar utcDateTimeAttendeeCriticalChange

protected XMLGregorianCalendar utcDateTimeOrganizerCriticalChange

Public Constructors

public SetAttendeeResponse ()

Public Methods

public String getAttendeeEmail ()

Gets the value of the attendeeEmail property.

Returns
  • possible object is String

public long getRecurrenceId ()

Gets the value of the recurrenceId property.

public AttendeeResponse getResponse ()

Gets the value of the response property.

Returns

public long getSequence ()

Gets the value of the sequence property.

public String getUid ()

Gets the value of the uid property.

Returns
  • possible object is String

public XMLGregorianCalendar getUtcDateTimeAttendeeCriticalChange ()

Gets the value of the utcDateTimeAttendeeCriticalChange property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUtcDateTimeOrganizerCriticalChange ()

Gets the value of the utcDateTimeOrganizerCriticalChange property.

Returns
  • possible object is XMLGregorianCalendar

public void setAttendeeEmail (String value)

Sets the value of the attendeeEmail property.

Parameters
value Allowed object is String

public void setRecurrenceId (long value)

Sets the value of the recurrenceId property.

Parameters
value

public void setResponse (AttendeeResponse value)

Sets the value of the response property.

Parameters
value Allowed object is AttendeeResponse

public void setSequence (long value)

Sets the value of the sequence property.

Parameters
value

public void setUid (String value)

Sets the value of the uid property.

Parameters
value Allowed object is String

public void setUtcDateTimeAttendeeCriticalChange (XMLGregorianCalendar value)

Sets the value of the utcDateTimeAttendeeCriticalChange property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUtcDateTimeOrganizerCriticalChange (XMLGregorianCalendar value)

Sets the value of the utcDateTimeOrganizerCriticalChange property.

Parameters
value Allowed object is XMLGregorianCalendar