public class

CheckInFileResponse

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

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

Summary

Fields
protected boolean checkInFileResult
Public Constructors
CheckInFileResponse()
Public Methods
boolean getCheckInFileResult()
Gets the value of the checkInFileResult property.
void setCheckInFileResult(boolean value)
Sets the value of the checkInFileResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean checkInFileResult

Public Constructors

public CheckInFileResponse ()

Public Methods

public boolean getCheckInFileResult ()

Gets the value of the checkInFileResult property. This getter has been renamed from isCheckInFileResult() to getCheckInFileResult() by cxf-xjc-boolean plugin.

public void setCheckInFileResult (boolean value)

Sets the value of the checkInFileResult property.

Parameters
value