| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SWebMetadata |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowAnonymousAccess | |||||||||||
| anonymousViewListItems | |||||||||||
| author | |||||||||||
| categoryBucketID | |||||||||||
| categoryId | |||||||||||
| categoryIdPath | |||||||||||
| categoryName | |||||||||||
| description | |||||||||||
| externalSecurity | |||||||||||
| inheritedSecurity | |||||||||||
| isBucketWeb | |||||||||||
| language | |||||||||||
| lastModified | |||||||||||
| lastModifiedForceRecrawl | |||||||||||
| noIndex | |||||||||||
| permissions | |||||||||||
| title | |||||||||||
| usedInAutocat | |||||||||||
| validSecurityInfo | |||||||||||
| webID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowAnonymousAccess property.
| |||||||||||
Gets the value of the anonymousViewListItems property.
| |||||||||||
Gets the value of the author property.
| |||||||||||
Gets the value of the categoryBucketID property.
| |||||||||||
Gets the value of the categoryId property.
| |||||||||||
Gets the value of the categoryIdPath property.
| |||||||||||
Gets the value of the categoryName property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the externalSecurity property.
| |||||||||||
Gets the value of the inheritedSecurity property.
| |||||||||||
Gets the value of the isBucketWeb property.
| |||||||||||
Gets the value of the language property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Gets the value of the noIndex property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the usedInAutocat property.
| |||||||||||
Gets the value of the validSecurityInfo property.
| |||||||||||
Gets the value of the webID property.
| |||||||||||
Sets the value of the allowAnonymousAccess property.
| |||||||||||
Sets the value of the anonymousViewListItems property.
| |||||||||||
Sets the value of the author property.
| |||||||||||
Sets the value of the categoryBucketID property.
| |||||||||||
Sets the value of the categoryId property.
| |||||||||||
Sets the value of the categoryIdPath property.
| |||||||||||
Sets the value of the categoryName property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the externalSecurity property.
| |||||||||||
Sets the value of the inheritedSecurity property.
| |||||||||||
Sets the value of the isBucketWeb property.
| |||||||||||
Sets the value of the language property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Sets the value of the noIndex property.
| |||||||||||
Sets the value of the permissions property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the usedInAutocat property.
| |||||||||||
Sets the value of the validSecurityInfo property.
| |||||||||||
Sets the value of the webID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allowAnonymousAccess property. This getter has been renamed from isAllowAnonymousAccess() to getAllowAnonymousAccess() by cxf-xjc-boolean plugin.
Gets the value of the anonymousViewListItems property. This getter has been renamed from isAnonymousViewListItems() to getAnonymousViewListItems() by cxf-xjc-boolean plugin.
Gets the value of the author property.
Gets the value of the categoryBucketID property.
Gets the value of the categoryId property.
Gets the value of the categoryIdPath property.
Gets the value of the categoryName property.
Gets the value of the description property.
Gets the value of the externalSecurity property. This getter has been renamed from isExternalSecurity() to getExternalSecurity() by cxf-xjc-boolean plugin.
Gets the value of the inheritedSecurity property. This getter has been renamed from isInheritedSecurity() to getInheritedSecurity() by cxf-xjc-boolean plugin.
Gets the value of the isBucketWeb property. This getter has been renamed from isIsBucketWeb() to getIsBucketWeb() by cxf-xjc-boolean plugin.
Gets the value of the language property.
Gets the value of the lastModified property.
Gets the value of the lastModifiedForceRecrawl property.
Gets the value of the noIndex property.
Gets the value of the permissions property.
Gets the value of the title property.
Gets the value of the usedInAutocat property. This getter has been renamed from isUsedInAutocat() to getUsedInAutocat() by cxf-xjc-boolean plugin.
Gets the value of the validSecurityInfo property. This getter has been renamed from isValidSecurityInfo() to getValidSecurityInfo() by cxf-xjc-boolean plugin.
Gets the value of the webID property.
Sets the value of the allowAnonymousAccess property.
| value |
|---|
Sets the value of the anonymousViewListItems property.
| value |
|---|
Sets the value of the author property.
| value | Allowed object is String |
|---|
Sets the value of the categoryBucketID property.
| value | Allowed object is String |
|---|
Sets the value of the categoryId property.
| value | Allowed object is String |
|---|
Sets the value of the categoryIdPath property.
| value | Allowed object is String |
|---|
Sets the value of the categoryName property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the externalSecurity property.
| value |
|---|
Sets the value of the inheritedSecurity property.
| value |
|---|
Sets the value of the isBucketWeb property.
| value |
|---|
Sets the value of the language property.
| value |
|---|
Sets the value of the lastModified property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastModifiedForceRecrawl property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the noIndex property.
| value | Allowed object is String |
|---|
Sets the value of the permissions property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the usedInAutocat property.
| value |
|---|
Sets the value of the validSecurityInfo property.
| value |
|---|
Sets the value of the webID property.
| value | Allowed object is String |
|---|