public class

CheckOutFile

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

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="pageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="checkoutToLocal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastmodified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String checkoutToLocal
protected String lastmodified
protected String pageUrl
Public Constructors
CheckOutFile()
Public Methods
String getCheckoutToLocal()
Gets the value of the checkoutToLocal property.
String getLastmodified()
Gets the value of the lastmodified property.
String getPageUrl()
Gets the value of the pageUrl property.
void setCheckoutToLocal(String value)
Sets the value of the checkoutToLocal property.
void setLastmodified(String value)
Sets the value of the lastmodified property.
void setPageUrl(String value)
Sets the value of the pageUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String checkoutToLocal

protected String lastmodified

protected String pageUrl

Public Constructors

public CheckOutFile ()

Public Methods

public String getCheckoutToLocal ()

Gets the value of the checkoutToLocal property.

Returns
  • possible object is String

public String getLastmodified ()

Gets the value of the lastmodified property.

Returns
  • possible object is String

public String getPageUrl ()

Gets the value of the pageUrl property.

Returns
  • possible object is String

public void setCheckoutToLocal (String value)

Sets the value of the checkoutToLocal property.

Parameters
value Allowed object is String

public void setLastmodified (String value)

Sets the value of the lastmodified property.

Parameters
value Allowed object is String

public void setPageUrl (String value)

Sets the value of the pageUrl property.

Parameters
value Allowed object is String