public class

SList

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

Class Overview

Java class for _sList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="_sList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InternalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BaseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BaseTemplate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DefaultViewUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastModified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PermId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="InheritedSecurity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AllowAnonymousAccess" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AnonymousViewListItems" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="ReadSecurity" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean allowAnonymousAccess
protected boolean anonymousViewListItems
protected String baseTemplate
protected String baseType
protected String defaultViewUrl
protected String description
protected boolean inheritedSecurity
protected String internalName
protected String lastModified
protected String permId
protected int readSecurity
protected String title
Public Constructors
SList()
Public Methods
boolean getAllowAnonymousAccess()
Gets the value of the allowAnonymousAccess property.
boolean getAnonymousViewListItems()
Gets the value of the anonymousViewListItems property.
String getBaseTemplate()
Gets the value of the baseTemplate property.
String getBaseType()
Gets the value of the baseType property.
String getDefaultViewUrl()
Gets the value of the defaultViewUrl property.
String getDescription()
Gets the value of the description property.
boolean getInheritedSecurity()
Gets the value of the inheritedSecurity property.
String getInternalName()
Gets the value of the internalName property.
String getLastModified()
Gets the value of the lastModified property.
String getPermId()
Gets the value of the permId property.
int getReadSecurity()
Gets the value of the readSecurity property.
String getTitle()
Gets the value of the title property.
void setAllowAnonymousAccess(boolean value)
Sets the value of the allowAnonymousAccess property.
void setAnonymousViewListItems(boolean value)
Sets the value of the anonymousViewListItems property.
void setBaseTemplate(String value)
Sets the value of the baseTemplate property.
void setBaseType(String value)
Sets the value of the baseType property.
void setDefaultViewUrl(String value)
Sets the value of the defaultViewUrl property.
void setDescription(String value)
Sets the value of the description property.
void setInheritedSecurity(boolean value)
Sets the value of the inheritedSecurity property.
void setInternalName(String value)
Sets the value of the internalName property.
void setLastModified(String value)
Sets the value of the lastModified property.
void setPermId(String value)
Sets the value of the permId property.
void setReadSecurity(int value)
Sets the value of the readSecurity property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean allowAnonymousAccess

protected boolean anonymousViewListItems

protected String baseTemplate

protected String baseType

protected String defaultViewUrl

protected String description

protected boolean inheritedSecurity

protected String internalName

protected String lastModified

protected String permId

protected int readSecurity

protected String title

Public Constructors

public SList ()

Public Methods

public boolean getAllowAnonymousAccess ()

Gets the value of the allowAnonymousAccess property. This getter has been renamed from isAllowAnonymousAccess() to getAllowAnonymousAccess() by cxf-xjc-boolean plugin.

public boolean getAnonymousViewListItems ()

Gets the value of the anonymousViewListItems property. This getter has been renamed from isAnonymousViewListItems() to getAnonymousViewListItems() by cxf-xjc-boolean plugin.

public String getBaseTemplate ()

Gets the value of the baseTemplate property.

Returns
  • possible object is String

public String getBaseType ()

Gets the value of the baseType property.

Returns
  • possible object is String

public String getDefaultViewUrl ()

Gets the value of the defaultViewUrl property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public boolean getInheritedSecurity ()

Gets the value of the inheritedSecurity property. This getter has been renamed from isInheritedSecurity() to getInheritedSecurity() by cxf-xjc-boolean plugin.

public String getInternalName ()

Gets the value of the internalName property.

Returns
  • possible object is String

public String getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is String

public String getPermId ()

Gets the value of the permId property.

Returns
  • possible object is String

public int getReadSecurity ()

Gets the value of the readSecurity property.

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setAllowAnonymousAccess (boolean value)

Sets the value of the allowAnonymousAccess property.

Parameters
value

public void setAnonymousViewListItems (boolean value)

Sets the value of the anonymousViewListItems property.

Parameters
value

public void setBaseTemplate (String value)

Sets the value of the baseTemplate property.

Parameters
value Allowed object is String

public void setBaseType (String value)

Sets the value of the baseType property.

Parameters
value Allowed object is String

public void setDefaultViewUrl (String value)

Sets the value of the defaultViewUrl property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setInheritedSecurity (boolean value)

Sets the value of the inheritedSecurity property.

Parameters
value

public void setInternalName (String value)

Sets the value of the internalName property.

Parameters
value Allowed object is String

public void setLastModified (String value)

Sets the value of the lastModified property.

Parameters
value Allowed object is String

public void setPermId (String value)

Sets the value of the permId property.

Parameters
value Allowed object is String

public void setReadSecurity (int value)

Sets the value of the readSecurity property.

Parameters
value

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String