public class

GetSiteAndWebResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.GetSiteAndWebResponse

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

Summary

Fields
protected long getSiteAndWebResult
protected String strSite
protected String strWeb
Public Constructors
GetSiteAndWebResponse()
Public Methods
long getGetSiteAndWebResult()
Gets the value of the getSiteAndWebResult property.
String getStrSite()
Gets the value of the strSite property.
String getStrWeb()
Gets the value of the strWeb property.
void setGetSiteAndWebResult(long value)
Sets the value of the getSiteAndWebResult property.
void setStrSite(String value)
Sets the value of the strSite property.
void setStrWeb(String value)
Sets the value of the strWeb property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getSiteAndWebResult

protected String strSite

protected String strWeb

Public Constructors

public GetSiteAndWebResponse ()

Public Methods

public long getGetSiteAndWebResult ()

Gets the value of the getSiteAndWebResult property.

public String getStrSite ()

Gets the value of the strSite property.

Returns
  • possible object is String

public String getStrWeb ()

Gets the value of the strWeb property.

Returns
  • possible object is String

public void setGetSiteAndWebResult (long value)

Sets the value of the getSiteAndWebResult property.

Parameters
value

public void setStrSite (String value)

Sets the value of the strSite property.

Parameters
value Allowed object is String

public void setStrWeb (String value)

Sets the value of the strWeb property.

Parameters
value Allowed object is String