public class

GetExpandedListViewXml

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webpartpages.GetExpandedListViewXml

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="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>
 

Summary

Fields
protected Boolean hasConnection
protected String listDisplayName
protected String listGuid
protected String listUrl
protected String listViewXml
protected Boolean partialView
protected String webId
Public Constructors
GetExpandedListViewXml()
Public Methods
Boolean getHasConnection()
Gets the value of the hasConnection property.
String getListDisplayName()
Gets the value of the listDisplayName property.
String getListGuid()
Gets the value of the listGuid property.
String getListUrl()
Gets the value of the listUrl property.
String getListViewXml()
Gets the value of the listViewXml property.
Boolean getPartialView()
Gets the value of the partialView property.
String getWebId()
Gets the value of the webId property.
void setHasConnection(Boolean value)
Sets the value of the hasConnection property.
void setListDisplayName(String value)
Sets the value of the listDisplayName property.
void setListGuid(String value)
Sets the value of the listGuid property.
void setListUrl(String value)
Sets the value of the listUrl property.
void setListViewXml(String value)
Sets the value of the listViewXml property.
void setPartialView(Boolean value)
Sets the value of the partialView property.
void setWebId(String value)
Sets the value of the webId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean hasConnection

protected String listDisplayName

protected String listGuid

protected String listUrl

protected String listViewXml

protected Boolean partialView

protected String webId

Public Constructors

public GetExpandedListViewXml ()

Public Methods

public Boolean getHasConnection ()

Gets the value of the hasConnection property. This getter has been renamed from isHasConnection() to getHasConnection() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getListDisplayName ()

Gets the value of the listDisplayName property.

Returns
  • possible object is String

public String getListGuid ()

Gets the value of the listGuid property.

Returns
  • possible object is String

public String getListUrl ()

Gets the value of the listUrl property.

Returns
  • possible object is String

public String getListViewXml ()

Gets the value of the listViewXml property.

Returns
  • possible object is String

public Boolean getPartialView ()

Gets the value of the partialView property. This getter has been renamed from isPartialView() to getPartialView() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getWebId ()

Gets the value of the webId property.

Returns
  • possible object is String

public void setHasConnection (Boolean value)

Sets the value of the hasConnection property.

Parameters
value Allowed object is Boolean

public void setListDisplayName (String value)

Sets the value of the listDisplayName property.

Parameters
value Allowed object is String

public void setListGuid (String value)

Sets the value of the listGuid property.

Parameters
value Allowed object is String

public void setListUrl (String value)

Sets the value of the listUrl property.

Parameters
value Allowed object is String

public void setListViewXml (String value)

Sets the value of the listViewXml property.

Parameters
value Allowed object is String

public void setPartialView (Boolean value)

Sets the value of the partialView property.

Parameters
value Allowed object is Boolean

public void setWebId (String value)

Sets the value of the webId property.

Parameters
value Allowed object is String