| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.GetSiteResponse |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getSiteResult | |||||||||||
| sSiteMetadata | |||||||||||
| strGroups | |||||||||||
| strUsers | |||||||||||
| vGroups | |||||||||||
| vWebs | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getSiteResult property.
| |||||||||||
Gets the value of the sSiteMetadata property.
| |||||||||||
Gets the value of the strGroups property.
| |||||||||||
Gets the value of the strUsers property.
| |||||||||||
Gets the value of the vGroups property.
| |||||||||||
Gets the value of the vWebs property.
| |||||||||||
Sets the value of the getSiteResult property.
| |||||||||||
Sets the value of the sSiteMetadata property.
| |||||||||||
Sets the value of the strGroups property.
| |||||||||||
Sets the value of the strUsers property.
| |||||||||||
Sets the value of the vGroups property.
| |||||||||||
Sets the value of the vWebs property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the getSiteResult property.
Gets the value of the sSiteMetadata property.
SSiteMetadata
Gets the value of the strGroups property.
Gets the value of the strUsers property.
Gets the value of the vGroups property.
SitedataArrayOfString
Gets the value of the vWebs property.
ArrayOfSWebWithTime
Sets the value of the getSiteResult property.
| value |
|---|
Sets the value of the sSiteMetadata property.
| value | Allowed object is
SSiteMetadata
|
|---|
Sets the value of the strGroups property.
| value | Allowed object is String |
|---|
Sets the value of the strUsers property.
| value | Allowed object is String |
|---|
Sets the value of the vGroups property.
| value | Allowed object is
SitedataArrayOfString
|
|---|
Sets the value of the vWebs property.
| value | Allowed object is
ArrayOfSWebWithTime
|
|---|