public class

GetSiteResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.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}unsignedInt"/>
         <element name="sSiteMetadata" type="{http://schemas.microsoft.com/sharepoint/soap/}_sSiteMetadata"/>
         <element name="vWebs" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sWebWithTime" minOccurs="0"/>
         <element name="strUsers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strGroups" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vGroups" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long getSiteResult
protected SSiteMetadata sSiteMetadata
protected String strGroups
protected String strUsers
protected SitedataArrayOfString vGroups
protected ArrayOfSWebWithTime vWebs
Public Constructors
GetSiteResponse()
Public Methods
long getGetSiteResult()
Gets the value of the getSiteResult property.
SSiteMetadata getSSiteMetadata()
Gets the value of the sSiteMetadata property.
String getStrGroups()
Gets the value of the strGroups property.
String getStrUsers()
Gets the value of the strUsers property.
SitedataArrayOfString getVGroups()
Gets the value of the vGroups property.
ArrayOfSWebWithTime getVWebs()
Gets the value of the vWebs property.
void setGetSiteResult(long value)
Sets the value of the getSiteResult property.
void setSSiteMetadata(SSiteMetadata value)
Sets the value of the sSiteMetadata property.
void setStrGroups(String value)
Sets the value of the strGroups property.
void setStrUsers(String value)
Sets the value of the strUsers property.
void setVGroups(SitedataArrayOfString value)
Sets the value of the vGroups property.
void setVWebs(ArrayOfSWebWithTime value)
Sets the value of the vWebs property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getSiteResult

protected SSiteMetadata sSiteMetadata

protected String strGroups

protected String strUsers

protected SitedataArrayOfString vGroups

protected ArrayOfSWebWithTime vWebs

Public Constructors

public GetSiteResponse ()

Public Methods

public long getGetSiteResult ()

Gets the value of the getSiteResult property.

public SSiteMetadata getSSiteMetadata ()

Gets the value of the sSiteMetadata property.

Returns

public String getStrGroups ()

Gets the value of the strGroups property.

Returns
  • possible object is String

public String getStrUsers ()

Gets the value of the strUsers property.

Returns
  • possible object is String

public SitedataArrayOfString getVGroups ()

Gets the value of the vGroups property.

Returns

public ArrayOfSWebWithTime getVWebs ()

Gets the value of the vWebs property.

Returns

public void setGetSiteResult (long value)

Sets the value of the getSiteResult property.

Parameters
value

public void setSSiteMetadata (SSiteMetadata value)

Sets the value of the sSiteMetadata property.

Parameters
value Allowed object is SSiteMetadata

public void setStrGroups (String value)

Sets the value of the strGroups property.

Parameters
value Allowed object is String

public void setStrUsers (String value)

Sets the value of the strUsers property.

Parameters
value Allowed object is String

public void setVGroups (SitedataArrayOfString value)

Sets the value of the vGroups property.

Parameters
value Allowed object is SitedataArrayOfString

public void setVWebs (ArrayOfSWebWithTime value)

Sets the value of the vWebs property.

Parameters
value Allowed object is ArrayOfSWebWithTime