public class

SListMetadata

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

Class Overview

Java class for _sListMetadata complex type.

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

 <complexType name="_sListMetadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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}dateTime"/>
         <element name="LastModifiedForceRecrawl" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidSecurityInfo" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <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"/>
         <element name="Permissions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean allowAnonymousAccess
protected boolean anonymousViewListItems
protected String author
protected String baseTemplate
protected String baseType
protected String defaultViewUrl
protected String description
protected boolean inheritedSecurity
protected XMLGregorianCalendar lastModified
protected XMLGregorianCalendar lastModifiedForceRecrawl
protected String permissions
protected int readSecurity
protected String title
protected boolean validSecurityInfo
Public Constructors
SListMetadata()
Public Methods
boolean getAllowAnonymousAccess()
Gets the value of the allowAnonymousAccess property.
boolean getAnonymousViewListItems()
Gets the value of the anonymousViewListItems property.
String getAuthor()
Gets the value of the author 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.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
XMLGregorianCalendar getLastModifiedForceRecrawl()
Gets the value of the lastModifiedForceRecrawl property.
String getPermissions()
Gets the value of the permissions property.
int getReadSecurity()
Gets the value of the readSecurity property.
String getTitle()
Gets the value of the title property.
boolean getValidSecurityInfo()
Gets the value of the validSecurityInfo property.
void setAllowAnonymousAccess(boolean value)
Sets the value of the allowAnonymousAccess property.
void setAnonymousViewListItems(boolean value)
Sets the value of the anonymousViewListItems property.
void setAuthor(String value)
Sets the value of the author 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 setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setLastModifiedForceRecrawl(XMLGregorianCalendar value)
Sets the value of the lastModifiedForceRecrawl property.
void setPermissions(String value)
Sets the value of the permissions property.
void setReadSecurity(int value)
Sets the value of the readSecurity property.
void setTitle(String value)
Sets the value of the title property.
void setValidSecurityInfo(boolean value)
Sets the value of the validSecurityInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean allowAnonymousAccess

protected boolean anonymousViewListItems

protected String author

protected String baseTemplate

protected String baseType

protected String defaultViewUrl

protected String description

protected boolean inheritedSecurity

protected XMLGregorianCalendar lastModified

protected XMLGregorianCalendar lastModifiedForceRecrawl

protected String permissions

protected int readSecurity

protected String title

protected boolean validSecurityInfo

Public Constructors

public SListMetadata ()

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 getAuthor ()

Gets the value of the author property.

Returns
  • possible object is String

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 XMLGregorianCalendar getLastModified ()

Gets the value of the lastModified property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getLastModifiedForceRecrawl ()

Gets the value of the lastModifiedForceRecrawl property.

Returns
  • possible object is XMLGregorianCalendar

public String getPermissions ()

Gets the value of the permissions 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 boolean getValidSecurityInfo ()

Gets the value of the validSecurityInfo property. This getter has been renamed from isValidSecurityInfo() to getValidSecurityInfo() by cxf-xjc-boolean plugin.

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 setAuthor (String value)

Sets the value of the author property.

Parameters
value Allowed object is String

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 setLastModified (XMLGregorianCalendar value)

Sets the value of the lastModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastModifiedForceRecrawl (XMLGregorianCalendar value)

Sets the value of the lastModifiedForceRecrawl property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPermissions (String value)

Sets the value of the permissions 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

public void setValidSecurityInfo (boolean value)

Sets the value of the validSecurityInfo property.

Parameters
value