public class

RestoreVersion

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.versions.RestoreVersion

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

Summary

Fields
protected String fileName
protected String fileVersion
Public Constructors
RestoreVersion()
Public Methods
String getFileName()
Gets the value of the fileName property.
String getFileVersion()
Gets the value of the fileVersion property.
void setFileName(String value)
Sets the value of the fileName property.
void setFileVersion(String value)
Sets the value of the fileVersion property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fileName

protected String fileVersion

Public Constructors

public RestoreVersion ()

Public Methods

public String getFileName ()

Gets the value of the fileName property.

Returns
  • possible object is String

public String getFileVersion ()

Gets the value of the fileVersion property.

Returns
  • possible object is String

public void setFileName (String value)

Sets the value of the fileName property.

Parameters
value Allowed object is String

public void setFileVersion (String value)

Sets the value of the fileVersion property.

Parameters
value Allowed object is String