public class

GetSiteResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sites.GetSiteResponse

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

Summary

Fields
protected String getSiteResult
Public Constructors
GetSiteResponse()
Public Methods
String getGetSiteResult()
Gets the value of the getSiteResult property.
void setGetSiteResult(String value)
Sets the value of the getSiteResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String getSiteResult

Public Constructors

public GetSiteResponse ()

Public Methods

public String getGetSiteResult ()

Gets the value of the getSiteResult property.

Returns
  • possible object is String

public void setGetSiteResult (String value)

Sets the value of the getSiteResult property.

Parameters
value Allowed object is String