public class

SWebMetadata

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

Class Overview

Java class for _sWebMetadata complex type.

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

 <complexType name="_sWebMetadata">
   <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="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="Author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Language" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="LastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="LastModifiedForceRecrawl" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="NoIndex" 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="Permissions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExternalSecurity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CategoryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CategoryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CategoryIdPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsBucketWeb" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="UsedInAutocat" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="CategoryBucketID" 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 categoryBucketID
protected String categoryId
protected String categoryIdPath
protected String categoryName
protected String description
protected boolean externalSecurity
protected boolean inheritedSecurity
protected boolean isBucketWeb
protected long language
protected XMLGregorianCalendar lastModified
protected XMLGregorianCalendar lastModifiedForceRecrawl
protected String noIndex
protected String permissions
protected String title
protected boolean usedInAutocat
protected boolean validSecurityInfo
protected String webID
Public Constructors
SWebMetadata()
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 getCategoryBucketID()
Gets the value of the categoryBucketID property.
String getCategoryId()
Gets the value of the categoryId property.
String getCategoryIdPath()
Gets the value of the categoryIdPath property.
String getCategoryName()
Gets the value of the categoryName property.
String getDescription()
Gets the value of the description property.
boolean getExternalSecurity()
Gets the value of the externalSecurity property.
boolean getInheritedSecurity()
Gets the value of the inheritedSecurity property.
boolean getIsBucketWeb()
Gets the value of the isBucketWeb property.
long getLanguage()
Gets the value of the language property.
XMLGregorianCalendar getLastModified()
Gets the value of the lastModified property.
XMLGregorianCalendar getLastModifiedForceRecrawl()
Gets the value of the lastModifiedForceRecrawl property.
String getNoIndex()
Gets the value of the noIndex property.
String getPermissions()
Gets the value of the permissions property.
String getTitle()
Gets the value of the title property.
boolean getUsedInAutocat()
Gets the value of the usedInAutocat property.
boolean getValidSecurityInfo()
Gets the value of the validSecurityInfo property.
String getWebID()
Gets the value of the webID 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 setCategoryBucketID(String value)
Sets the value of the categoryBucketID property.
void setCategoryId(String value)
Sets the value of the categoryId property.
void setCategoryIdPath(String value)
Sets the value of the categoryIdPath property.
void setCategoryName(String value)
Sets the value of the categoryName property.
void setDescription(String value)
Sets the value of the description property.
void setExternalSecurity(boolean value)
Sets the value of the externalSecurity property.
void setInheritedSecurity(boolean value)
Sets the value of the inheritedSecurity property.
void setIsBucketWeb(boolean value)
Sets the value of the isBucketWeb property.
void setLanguage(long value)
Sets the value of the language property.
void setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
void setLastModifiedForceRecrawl(XMLGregorianCalendar value)
Sets the value of the lastModifiedForceRecrawl property.
void setNoIndex(String value)
Sets the value of the noIndex property.
void setPermissions(String value)
Sets the value of the permissions property.
void setTitle(String value)
Sets the value of the title property.
void setUsedInAutocat(boolean value)
Sets the value of the usedInAutocat property.
void setValidSecurityInfo(boolean value)
Sets the value of the validSecurityInfo property.
void setWebID(String value)
Sets the value of the webID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean allowAnonymousAccess

protected boolean anonymousViewListItems

protected String author

protected String categoryBucketID

protected String categoryId

protected String categoryIdPath

protected String categoryName

protected String description

protected boolean externalSecurity

protected boolean inheritedSecurity

protected boolean isBucketWeb

protected long language

protected XMLGregorianCalendar lastModified

protected XMLGregorianCalendar lastModifiedForceRecrawl

protected String noIndex

protected String permissions

protected String title

protected boolean usedInAutocat

protected boolean validSecurityInfo

protected String webID

Public Constructors

public SWebMetadata ()

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

Gets the value of the categoryBucketID property.

Returns
  • possible object is String

public String getCategoryId ()

Gets the value of the categoryId property.

Returns
  • possible object is String

public String getCategoryIdPath ()

Gets the value of the categoryIdPath property.

Returns
  • possible object is String

public String getCategoryName ()

Gets the value of the categoryName property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public boolean getExternalSecurity ()

Gets the value of the externalSecurity property. This getter has been renamed from isExternalSecurity() to getExternalSecurity() by cxf-xjc-boolean plugin.

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 boolean getIsBucketWeb ()

Gets the value of the isBucketWeb property. This getter has been renamed from isIsBucketWeb() to getIsBucketWeb() by cxf-xjc-boolean plugin.

public long getLanguage ()

Gets the value of the language property.

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

Gets the value of the noIndex property.

Returns
  • possible object is String

public String getPermissions ()

Gets the value of the permissions property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public boolean getUsedInAutocat ()

Gets the value of the usedInAutocat property. This getter has been renamed from isUsedInAutocat() to getUsedInAutocat() by cxf-xjc-boolean plugin.

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 String getWebID ()

Gets the value of the webID 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 setAuthor (String value)

Sets the value of the author property.

Parameters
value Allowed object is String

public void setCategoryBucketID (String value)

Sets the value of the categoryBucketID property.

Parameters
value Allowed object is String

public void setCategoryId (String value)

Sets the value of the categoryId property.

Parameters
value Allowed object is String

public void setCategoryIdPath (String value)

Sets the value of the categoryIdPath property.

Parameters
value Allowed object is String

public void setCategoryName (String value)

Sets the value of the categoryName 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 setExternalSecurity (boolean value)

Sets the value of the externalSecurity property.

Parameters
value

public void setInheritedSecurity (boolean value)

Sets the value of the inheritedSecurity property.

Parameters
value

public void setIsBucketWeb (boolean value)

Sets the value of the isBucketWeb property.

Parameters
value

public void setLanguage (long value)

Sets the value of the language 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 setNoIndex (String value)

Sets the value of the noIndex property.

Parameters
value Allowed object is String

public void setPermissions (String value)

Sets the value of the permissions property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUsedInAutocat (boolean value)

Sets the value of the usedInAutocat property.

Parameters
value

public void setValidSecurityInfo (boolean value)

Sets the value of the validSecurityInfo property.

Parameters
value

public void setWebID (String value)

Sets the value of the webID property.

Parameters
value Allowed object is String