public class

GetListResponse

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

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="GetListResult" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="sListMetadata" type="{http://schemas.microsoft.com/sharepoint/soap/}_sListMetadata"/>
         <element name="vProperties" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOf_sProperty" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long getListResult
protected SListMetadata sListMetadata
protected ArrayOfSProperty vProperties
Public Constructors
GetListResponse()
Public Methods
long getGetListResult()
Gets the value of the getListResult property.
SListMetadata getSListMetadata()
Gets the value of the sListMetadata property.
ArrayOfSProperty getVProperties()
Gets the value of the vProperties property.
void setGetListResult(long value)
Sets the value of the getListResult property.
void setSListMetadata(SListMetadata value)
Sets the value of the sListMetadata property.
void setVProperties(ArrayOfSProperty value)
Sets the value of the vProperties property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getListResult

protected SListMetadata sListMetadata

protected ArrayOfSProperty vProperties

Public Constructors

public GetListResponse ()

Public Methods

public long getGetListResult ()

Gets the value of the getListResult property.

public SListMetadata getSListMetadata ()

Gets the value of the sListMetadata property.

Returns

public ArrayOfSProperty getVProperties ()

Gets the value of the vProperties property.

Returns

public void setGetListResult (long value)

Sets the value of the getListResult property.

Parameters
value

public void setSListMetadata (SListMetadata value)

Sets the value of the sListMetadata property.

Parameters
value Allowed object is SListMetadata

public void setVProperties (ArrayOfSProperty value)

Sets the value of the vProperties property.

Parameters
value Allowed object is ArrayOfSProperty