| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SListMetadata |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowAnonymousAccess | |||||||||||
| anonymousViewListItems | |||||||||||
| author | |||||||||||
| baseTemplate | |||||||||||
| baseType | |||||||||||
| defaultViewUrl | |||||||||||
| description | |||||||||||
| inheritedSecurity | |||||||||||
| lastModified | |||||||||||
| lastModifiedForceRecrawl | |||||||||||
| permissions | |||||||||||
| readSecurity | |||||||||||
| title | |||||||||||
| validSecurityInfo | |||||||||||
| 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 baseTemplate property.
| |||||||||||
Gets the value of the baseType property.
| |||||||||||
Gets the value of the defaultViewUrl property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the inheritedSecurity property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Gets the value of the readSecurity property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the validSecurityInfo 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 baseTemplate property.
| |||||||||||
Sets the value of the baseType property.
| |||||||||||
Sets the value of the defaultViewUrl property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the inheritedSecurity property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the lastModifiedForceRecrawl property.
| |||||||||||
Sets the value of the permissions property.
| |||||||||||
Sets the value of the readSecurity property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the validSecurityInfo 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 baseTemplate property.
Gets the value of the baseType property.
Gets the value of the defaultViewUrl property.
Gets the value of the description property.
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 lastModified property.
Gets the value of the lastModifiedForceRecrawl property.
Gets the value of the permissions property.
Gets the value of the readSecurity property.
Gets the value of the title property.
Gets the value of the validSecurityInfo property. This getter has been renamed from isValidSecurityInfo() to getValidSecurityInfo() by cxf-xjc-boolean plugin.
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 baseTemplate property.
| value | Allowed object is String |
|---|
Sets the value of the baseType property.
| value | Allowed object is String |
|---|
Sets the value of the defaultViewUrl property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the inheritedSecurity 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 permissions property.
| value | Allowed object is String |
|---|
Sets the value of the readSecurity property.
| value |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the validSecurityInfo property.
| value |
|---|