public class

GetFormResponse

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

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="GetFormResult" 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 GetFormResponse.GetFormResult

Java class for anonymous complex type. 

Fields
protected GetFormResponse.GetFormResult getFormResult
Public Constructors
GetFormResponse()
Public Methods
GetFormResponse.GetFormResult getGetFormResult()
Gets the value of the getFormResult property.
void setGetFormResult(GetFormResponse.GetFormResult value)
Sets the value of the getFormResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetFormResponse.GetFormResult getFormResult

Public Constructors

public GetFormResponse ()

Public Methods

public GetFormResponse.GetFormResult getGetFormResult ()

Gets the value of the getFormResult property.

Returns

public void setGetFormResult (GetFormResponse.GetFormResult value)

Sets the value of the getFormResult property.

Parameters
value Allowed object is GetFormResponse.GetFormResult