public class

GetWebResponse

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

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="GetWebResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="sWebMetadata" type="{http://schemas.microsoft.com/sharepoint/soap/}_sWebMetadata"/>
         <element name="vWebs" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sWebWithTime" minOccurs="0"/>
         <element name="vLists" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sListWithTime" minOccurs="0"/>
         <element name="vFPUrls" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sFPUrl" minOccurs="0"/>
         <element name="strRoles" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="vRolesUsers" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
         <element name="vRolesGroups" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long getWebResult
protected SWebMetadata sWebMetadata
protected String strRoles
protected ArrayOfSListWithTime vLists
protected SitedataArrayOfString vRolesGroups
protected SitedataArrayOfString vRolesUsers
protected ArrayOfSWebWithTime vWebs
protected ArrayOfSFPUrl vfpUrls
Public Constructors
GetWebResponse()
Public Methods
long getGetWebResult()
Gets the value of the getWebResult property.
SWebMetadata getSWebMetadata()
Gets the value of the sWebMetadata property.
String getStrRoles()
Gets the value of the strRoles property.
ArrayOfSFPUrl getVFPUrls()
Gets the value of the vfpUrls property.
ArrayOfSListWithTime getVLists()
Gets the value of the vLists property.
SitedataArrayOfString getVRolesGroups()
Gets the value of the vRolesGroups property.
SitedataArrayOfString getVRolesUsers()
Gets the value of the vRolesUsers property.
ArrayOfSWebWithTime getVWebs()
Gets the value of the vWebs property.
void setGetWebResult(long value)
Sets the value of the getWebResult property.
void setSWebMetadata(SWebMetadata value)
Sets the value of the sWebMetadata property.
void setStrRoles(String value)
Sets the value of the strRoles property.
void setVFPUrls(ArrayOfSFPUrl value)
Sets the value of the vfpUrls property.
void setVLists(ArrayOfSListWithTime value)
Sets the value of the vLists property.
void setVRolesGroups(SitedataArrayOfString value)
Sets the value of the vRolesGroups property.
void setVRolesUsers(SitedataArrayOfString value)
Sets the value of the vRolesUsers property.
void setVWebs(ArrayOfSWebWithTime value)
Sets the value of the vWebs property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getWebResult

protected SWebMetadata sWebMetadata

protected String strRoles

protected ArrayOfSListWithTime vLists

protected SitedataArrayOfString vRolesGroups

protected SitedataArrayOfString vRolesUsers

protected ArrayOfSWebWithTime vWebs

protected ArrayOfSFPUrl vfpUrls

Public Constructors

public GetWebResponse ()

Public Methods

public long getGetWebResult ()

Gets the value of the getWebResult property.

public SWebMetadata getSWebMetadata ()

Gets the value of the sWebMetadata property.

Returns

public String getStrRoles ()

Gets the value of the strRoles property.

Returns
  • possible object is String

public ArrayOfSFPUrl getVFPUrls ()

Gets the value of the vfpUrls property.

Returns

public ArrayOfSListWithTime getVLists ()

Gets the value of the vLists property.

Returns

public SitedataArrayOfString getVRolesGroups ()

Gets the value of the vRolesGroups property.

Returns

public SitedataArrayOfString getVRolesUsers ()

Gets the value of the vRolesUsers property.

Returns

public ArrayOfSWebWithTime getVWebs ()

Gets the value of the vWebs property.

Returns

public void setGetWebResult (long value)

Sets the value of the getWebResult property.

Parameters
value

public void setSWebMetadata (SWebMetadata value)

Sets the value of the sWebMetadata property.

Parameters
value Allowed object is SWebMetadata

public void setStrRoles (String value)

Sets the value of the strRoles property.

Parameters
value Allowed object is String

public void setVFPUrls (ArrayOfSFPUrl value)

Sets the value of the vfpUrls property.

Parameters
value Allowed object is ArrayOfSFPUrl

public void setVLists (ArrayOfSListWithTime value)

Sets the value of the vLists property.

Parameters
value Allowed object is ArrayOfSListWithTime

public void setVRolesGroups (SitedataArrayOfString value)

Sets the value of the vRolesGroups property.

Parameters
value Allowed object is SitedataArrayOfString

public void setVRolesUsers (SitedataArrayOfString value)

Sets the value of the vRolesUsers 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