public class

GetChangesEx

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

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

Summary

Fields
protected int version
protected String xmlInput
Public Constructors
GetChangesEx()
Public Methods
int getVersion()
Gets the value of the version property.
String getXmlInput()
Gets the value of the xmlInput property.
void setVersion(int value)
Sets the value of the version property.
void setXmlInput(String value)
Sets the value of the xmlInput property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int version

protected String xmlInput

Public Constructors

public GetChangesEx ()

Public Methods

public int getVersion ()

Gets the value of the version property.

public String getXmlInput ()

Gets the value of the xmlInput property.

Returns
  • possible object is String

public void setVersion (int value)

Sets the value of the version property.

Parameters
value

public void setXmlInput (String value)

Sets the value of the xmlInput property.

Parameters
value Allowed object is String