public class

GetVersionsResponse

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

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="GetVersionsResult" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetVersionsResponse.GetVersionsResult

Java class for anonymous complex type. 

Fields
protected GetVersionsResponse.GetVersionsResult getVersionsResult
Public Constructors
GetVersionsResponse()
Public Methods
GetVersionsResponse.GetVersionsResult getGetVersionsResult()
Gets the value of the getVersionsResult property.
void setGetVersionsResult(GetVersionsResponse.GetVersionsResult value)
Sets the value of the getVersionsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetVersionsResponse.GetVersionsResult getVersionsResult

Public Constructors

public GetVersionsResponse ()

Public Methods

public GetVersionsResponse.GetVersionsResult getGetVersionsResult ()

Gets the value of the getVersionsResult property.

Returns

public void setGetVersionsResult (GetVersionsResponse.GetVersionsResult value)

Sets the value of the getVersionsResult property.

Parameters
value Allowed object is GetVersionsResponse.GetVersionsResult