public class

GetChangesResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.GetChangesResponse

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

Summary

Fields
protected String endChangeId
protected String getChangesResult
protected boolean moreChanges
protected String startChangeId
Public Constructors
GetChangesResponse()
Public Methods
String getEndChangeId()
Gets the value of the endChangeId property.
String getGetChangesResult()
Gets the value of the getChangesResult property.
boolean getMoreChanges()
Gets the value of the moreChanges property.
String getStartChangeId()
Gets the value of the startChangeId property.
void setEndChangeId(String value)
Sets the value of the endChangeId property.
void setGetChangesResult(String value)
Sets the value of the getChangesResult property.
void setMoreChanges(boolean value)
Sets the value of the moreChanges property.
void setStartChangeId(String value)
Sets the value of the startChangeId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String endChangeId

protected String getChangesResult

protected boolean moreChanges

protected String startChangeId

Public Constructors

public GetChangesResponse ()

Public Methods

public String getEndChangeId ()

Gets the value of the endChangeId property.

Returns
  • possible object is String

public String getGetChangesResult ()

Gets the value of the getChangesResult property.

Returns
  • possible object is String

public boolean getMoreChanges ()

Gets the value of the moreChanges property. This getter has been renamed from isMoreChanges() to getMoreChanges() by cxf-xjc-boolean plugin.

public String getStartChangeId ()

Gets the value of the startChangeId property.

Returns
  • possible object is String

public void setEndChangeId (String value)

Sets the value of the endChangeId property.

Parameters
value Allowed object is String

public void setGetChangesResult (String value)

Sets the value of the getChangesResult property.

Parameters
value Allowed object is String

public void setMoreChanges (boolean value)

Sets the value of the moreChanges property.

Parameters
value

public void setStartChangeId (String value)

Sets the value of the startChangeId property.

Parameters
value Allowed object is String