| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.GetListCollectionResponse |
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="GetListCollectionResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="vLists" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| getListCollectionResult | |||||||||||
| vLists | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the getListCollectionResult property.
| |||||||||||
Gets the value of the vLists property.
| |||||||||||
Sets the value of the getListCollectionResult property.
| |||||||||||
Sets the value of the vLists property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the getListCollectionResult property.
Gets the value of the vLists property.
ArrayOfSList
Sets the value of the getListCollectionResult property.
| value |
|---|
Sets the value of the vLists property.
| value | Allowed object is
ArrayOfSList
|
|---|