| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.webpartpages.GetExpandedListViewXml |
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="webId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listViewXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listGuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hasConnection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="partialView" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hasConnection | |||||||||||
| listDisplayName | |||||||||||
| listGuid | |||||||||||
| listUrl | |||||||||||
| listViewXml | |||||||||||
| partialView | |||||||||||
| webId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the hasConnection property.
| |||||||||||
Gets the value of the listDisplayName property.
| |||||||||||
Gets the value of the listGuid property.
| |||||||||||
Gets the value of the listUrl property.
| |||||||||||
Gets the value of the listViewXml property.
| |||||||||||
Gets the value of the partialView property.
| |||||||||||
Gets the value of the webId property.
| |||||||||||
Sets the value of the hasConnection property.
| |||||||||||
Sets the value of the listDisplayName property.
| |||||||||||
Sets the value of the listGuid property.
| |||||||||||
Sets the value of the listUrl property.
| |||||||||||
Sets the value of the listViewXml property.
| |||||||||||
Sets the value of the partialView property.
| |||||||||||
Sets the value of the webId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the hasConnection property. This getter has been renamed from isHasConnection() to getHasConnection() by cxf-xjc-boolean plugin.
Gets the value of the listDisplayName property.
Gets the value of the listGuid property.
Gets the value of the listUrl property.
Gets the value of the listViewXml property.
Gets the value of the partialView property. This getter has been renamed from isPartialView() to getPartialView() by cxf-xjc-boolean plugin.
Gets the value of the webId property.
Sets the value of the hasConnection property.
| value | Allowed object is Boolean |
|---|
Sets the value of the listDisplayName property.
| value | Allowed object is String |
|---|
Sets the value of the listGuid property.
| value | Allowed object is String |
|---|
Sets the value of the listUrl property.
| value | Allowed object is String |
|---|
Sets the value of the listViewXml property.
| value | Allowed object is String |
|---|
Sets the value of the partialView property.
| value | Allowed object is Boolean |
|---|
Sets the value of the webId property.
| value | Allowed object is String |
|---|