public class

UpdateDwsData

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.dws.UpdateDwsData

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

Summary

Fields
protected String meetingInstance
protected String updates
Public Constructors
UpdateDwsData()
Public Methods
String getMeetingInstance()
Gets the value of the meetingInstance property.
String getUpdates()
Gets the value of the updates property.
void setMeetingInstance(String value)
Sets the value of the meetingInstance property.
void setUpdates(String value)
Sets the value of the updates property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String meetingInstance

protected String updates

Public Constructors

public UpdateDwsData ()

Public Methods

public String getMeetingInstance ()

Gets the value of the meetingInstance property.

Returns
  • possible object is String

public String getUpdates ()

Gets the value of the updates property.

Returns
  • possible object is String

public void setMeetingInstance (String value)

Sets the value of the meetingInstance property.

Parameters
value Allowed object is String

public void setUpdates (String value)

Sets the value of the updates property.

Parameters
value Allowed object is String