| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.Template |
Java class for Template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Template">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Title" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IsUnique" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="IsHidden" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ImageUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="IsCustom" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="IsSubWebOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="IsRootWebOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="DisplayCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FilterCategories" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="HasProvisionClass" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| description | |||||||||||
| displayCategory | |||||||||||
| filterCategories | |||||||||||
| hasProvisionClass | |||||||||||
| id | |||||||||||
| imageUrl | |||||||||||
| isCustom | |||||||||||
| isHidden | |||||||||||
| isRootWebOnly | |||||||||||
| isSubWebOnly | |||||||||||
| isUnique | |||||||||||
| name | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the description property.
| |||||||||||
Gets the value of the displayCategory property.
| |||||||||||
Gets the value of the filterCategories property.
| |||||||||||
Gets the value of the hasProvisionClass property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the imageUrl property.
| |||||||||||
Gets the value of the isCustom property.
| |||||||||||
Gets the value of the isHidden property.
| |||||||||||
Gets the value of the isRootWebOnly property.
| |||||||||||
Gets the value of the isSubWebOnly property.
| |||||||||||
Gets the value of the isUnique property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the displayCategory property.
| |||||||||||
Sets the value of the filterCategories property.
| |||||||||||
Sets the value of the hasProvisionClass property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the imageUrl property.
| |||||||||||
Sets the value of the isCustom property.
| |||||||||||
Sets the value of the isHidden property.
| |||||||||||
Sets the value of the isRootWebOnly property.
| |||||||||||
Sets the value of the isSubWebOnly property.
| |||||||||||
Sets the value of the isUnique property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the description property.
Gets the value of the displayCategory property.
Gets the value of the filterCategories property.
Gets the value of the hasProvisionClass property. This getter has been renamed from isHasProvisionClass() to getHasProvisionClass() by cxf-xjc-boolean plugin.
Gets the value of the id property.
Gets the value of the imageUrl property.
Gets the value of the isCustom property. This getter has been renamed from isIsCustom() to getIsCustom() by cxf-xjc-boolean plugin.
Gets the value of the isHidden property. This getter has been renamed from isIsHidden() to getIsHidden() by cxf-xjc-boolean plugin.
Gets the value of the isRootWebOnly property. This getter has been renamed from isIsRootWebOnly() to getIsRootWebOnly() by cxf-xjc-boolean plugin.
Gets the value of the isSubWebOnly property. This getter has been renamed from isIsSubWebOnly() to getIsSubWebOnly() by cxf-xjc-boolean plugin.
Gets the value of the isUnique property. This getter has been renamed from isIsUnique() to getIsUnique() by cxf-xjc-boolean plugin.
Gets the value of the name property.
Gets the value of the title property.
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the displayCategory property.
| value | Allowed object is String |
|---|
Sets the value of the filterCategories property.
| value | Allowed object is String |
|---|
Sets the value of the hasProvisionClass property.
| value |
|---|
Sets the value of the id property.
| value |
|---|
Sets the value of the imageUrl property.
| value | Allowed object is String |
|---|
Sets the value of the isCustom property.
| value |
|---|
Sets the value of the isHidden property.
| value |
|---|
Sets the value of the isRootWebOnly property.
| value |
|---|
Sets the value of the isSubWebOnly property.
| value |
|---|
Sets the value of the isUnique property.
| value |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|