| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sitedata.SList |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allowAnonymousAccess | |||||||||||
| anonymousViewListItems | |||||||||||
| baseTemplate | |||||||||||
| baseType | |||||||||||
| defaultViewUrl | |||||||||||
| description | |||||||||||
| inheritedSecurity | |||||||||||
| internalName | |||||||||||
| lastModified | |||||||||||
| permId | |||||||||||
| readSecurity | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allowAnonymousAccess property.
| |||||||||||
Gets the value of the anonymousViewListItems 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 internalName property.
| |||||||||||
Gets the value of the lastModified property.
| |||||||||||
Gets the value of the permId property.
| |||||||||||
Gets the value of the readSecurity property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the allowAnonymousAccess property.
| |||||||||||
Sets the value of the anonymousViewListItems 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 internalName property.
| |||||||||||
Sets the value of the lastModified property.
| |||||||||||
Sets the value of the permId property.
| |||||||||||
Sets the value of the readSecurity property.
| |||||||||||
Sets the value of the title 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 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 internalName property.
Gets the value of the lastModified property.
Gets the value of the permId property.
Gets the value of the readSecurity property.
Gets the value of the title property.
Sets the value of the allowAnonymousAccess property.
| value |
|---|
Sets the value of the anonymousViewListItems property.
| value |
|---|
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 internalName property.
| value | Allowed object is String |
|---|
Sets the value of the lastModified property.
| value | Allowed object is String |
|---|
Sets the value of the permId 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 |
|---|