public class

CheckInFile

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

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

Summary

Fields
protected String checkinType
protected String comment
protected String pageUrl
Public Constructors
CheckInFile()
Public Methods
String getCheckinType()
Gets the value of the checkinType property.
String getComment()
Gets the value of the comment property.
String getPageUrl()
Gets the value of the pageUrl property.
void setCheckinType(String value)
Sets the value of the checkinType property.
void setComment(String value)
Sets the value of the comment property.
void setPageUrl(String value)
Sets the value of the pageUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String checkinType

protected String comment

protected String pageUrl

Public Constructors

public CheckInFile ()

Public Methods

public String getCheckinType ()

Gets the value of the checkinType property.

Returns
  • possible object is String

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public String getPageUrl ()

Gets the value of the pageUrl property.

Returns
  • possible object is String

public void setCheckinType (String value)

Sets the value of the checkinType property.

Parameters
value Allowed object is String

public void setComment (String value)

Sets the value of the comment 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