public class

CheckOutFileResponse

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

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

Summary

Fields
protected boolean checkOutFileResult
Public Constructors
CheckOutFileResponse()
Public Methods
boolean getCheckOutFileResult()
Gets the value of the checkOutFileResult property.
void setCheckOutFileResult(boolean value)
Sets the value of the checkOutFileResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean checkOutFileResult

Public Constructors

public CheckOutFileResponse ()

Public Methods

public boolean getCheckOutFileResult ()

Gets the value of the checkOutFileResult property. This getter has been renamed from isCheckOutFileResult() to getCheckOutFileResult() by cxf-xjc-boolean plugin.

public void setCheckOutFileResult (boolean value)

Sets the value of the checkOutFileResult property.

Parameters
value