public class

GetBindingResourceDataResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webpartpages.GetBindingResourceDataResponse

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

Summary

Fields
protected String getBindingResourceDataResult
Public Constructors
GetBindingResourceDataResponse()
Public Methods
String getGetBindingResourceDataResult()
Gets the value of the getBindingResourceDataResult property.
void setGetBindingResourceDataResult(String value)
Sets the value of the getBindingResourceDataResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String getBindingResourceDataResult

Public Constructors

public GetBindingResourceDataResponse ()

Public Methods

public String getGetBindingResourceDataResult ()

Gets the value of the getBindingResourceDataResult property.

Returns
  • possible object is String

public void setGetBindingResourceDataResult (String value)

Sets the value of the getBindingResourceDataResult property.

Parameters
value Allowed object is String