public class

GetFormCollectionResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.forms.GetFormCollectionResponse

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="GetFormCollectionResult" 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 GetFormCollectionResponse.GetFormCollectionResult

Java class for anonymous complex type. 

Fields
protected GetFormCollectionResponse.GetFormCollectionResult getFormCollectionResult
Public Constructors
GetFormCollectionResponse()
Public Methods
GetFormCollectionResponse.GetFormCollectionResult getGetFormCollectionResult()
Gets the value of the getFormCollectionResult property.
void setGetFormCollectionResult(GetFormCollectionResponse.GetFormCollectionResult value)
Sets the value of the getFormCollectionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetFormCollectionResponse.GetFormCollectionResult getFormCollectionResult

Public Constructors

public GetFormCollectionResponse ()

Public Methods

public GetFormCollectionResponse.GetFormCollectionResult getGetFormCollectionResult ()

Gets the value of the getFormCollectionResult property.

public void setGetFormCollectionResult (GetFormCollectionResponse.GetFormCollectionResult value)

Sets the value of the getFormCollectionResult property.

Parameters
value Allowed object is GetFormCollectionResponse.GetFormCollectionResult