public class

UndoCheckOutResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.UndoCheckOutResponse

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="UndoCheckOutResult" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean undoCheckOutResult
Public Constructors
UndoCheckOutResponse()
Public Methods
boolean getUndoCheckOutResult()
Gets the value of the undoCheckOutResult property.
void setUndoCheckOutResult(boolean value)
Sets the value of the undoCheckOutResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean undoCheckOutResult

Public Constructors

public UndoCheckOutResponse ()

Public Methods

public boolean getUndoCheckOutResult ()

Gets the value of the undoCheckOutResult property. This getter has been renamed from isUndoCheckOutResult() to getUndoCheckOutResult() by cxf-xjc-boolean plugin.

public void setUndoCheckOutResult (boolean value)

Sets the value of the undoCheckOutResult property.

Parameters
value