public class

Template

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sites.Template

Class Overview

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>
 

Summary

Fields
protected String description
protected String displayCategory
protected String filterCategories
protected boolean hasProvisionClass
protected int id
protected String imageUrl
protected boolean isCustom
protected boolean isHidden
protected boolean isRootWebOnly
protected boolean isSubWebOnly
protected boolean isUnique
protected String name
protected String title
Public Constructors
Template()
Public Methods
String getDescription()
Gets the value of the description property.
String getDisplayCategory()
Gets the value of the displayCategory property.
String getFilterCategories()
Gets the value of the filterCategories property.
boolean getHasProvisionClass()
Gets the value of the hasProvisionClass property.
int getID()
Gets the value of the id property.
String getImageUrl()
Gets the value of the imageUrl property.
boolean getIsCustom()
Gets the value of the isCustom property.
boolean getIsHidden()
Gets the value of the isHidden property.
boolean getIsRootWebOnly()
Gets the value of the isRootWebOnly property.
boolean getIsSubWebOnly()
Gets the value of the isSubWebOnly property.
boolean getIsUnique()
Gets the value of the isUnique property.
String getName()
Gets the value of the name property.
String getTitle()
Gets the value of the title property.
void setDescription(String value)
Sets the value of the description property.
void setDisplayCategory(String value)
Sets the value of the displayCategory property.
void setFilterCategories(String value)
Sets the value of the filterCategories property.
void setHasProvisionClass(boolean value)
Sets the value of the hasProvisionClass property.
void setID(int value)
Sets the value of the id property.
void setImageUrl(String value)
Sets the value of the imageUrl property.
void setIsCustom(boolean value)
Sets the value of the isCustom property.
void setIsHidden(boolean value)
Sets the value of the isHidden property.
void setIsRootWebOnly(boolean value)
Sets the value of the isRootWebOnly property.
void setIsSubWebOnly(boolean value)
Sets the value of the isSubWebOnly property.
void setIsUnique(boolean value)
Sets the value of the isUnique property.
void setName(String value)
Sets the value of the name property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected String displayCategory

protected String filterCategories

protected boolean hasProvisionClass

protected int id

protected String imageUrl

protected boolean isCustom

protected boolean isHidden

protected boolean isRootWebOnly

protected boolean isSubWebOnly

protected boolean isUnique

protected String name

protected String title

Public Constructors

public Template ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDisplayCategory ()

Gets the value of the displayCategory property.

Returns
  • possible object is String

public String getFilterCategories ()

Gets the value of the filterCategories property.

Returns
  • possible object is String

public boolean getHasProvisionClass ()

Gets the value of the hasProvisionClass property. This getter has been renamed from isHasProvisionClass() to getHasProvisionClass() by cxf-xjc-boolean plugin.

public int getID ()

Gets the value of the id property.

public String getImageUrl ()

Gets the value of the imageUrl property.

Returns
  • possible object is String

public boolean getIsCustom ()

Gets the value of the isCustom property. This getter has been renamed from isIsCustom() to getIsCustom() by cxf-xjc-boolean plugin.

public boolean getIsHidden ()

Gets the value of the isHidden property. This getter has been renamed from isIsHidden() to getIsHidden() by cxf-xjc-boolean plugin.

public boolean getIsRootWebOnly ()

Gets the value of the isRootWebOnly property. This getter has been renamed from isIsRootWebOnly() to getIsRootWebOnly() by cxf-xjc-boolean plugin.

public boolean getIsSubWebOnly ()

Gets the value of the isSubWebOnly property. This getter has been renamed from isIsSubWebOnly() to getIsSubWebOnly() by cxf-xjc-boolean plugin.

public boolean getIsUnique ()

Gets the value of the isUnique property. This getter has been renamed from isIsUnique() to getIsUnique() by cxf-xjc-boolean plugin.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDisplayCategory (String value)

Sets the value of the displayCategory property.

Parameters
value Allowed object is String

public void setFilterCategories (String value)

Sets the value of the filterCategories property.

Parameters
value Allowed object is String

public void setHasProvisionClass (boolean value)

Sets the value of the hasProvisionClass property.

Parameters
value

public void setID (int value)

Sets the value of the id property.

Parameters
value

public void setImageUrl (String value)

Sets the value of the imageUrl property.

Parameters
value Allowed object is String

public void setIsCustom (boolean value)

Sets the value of the isCustom property.

Parameters
value

public void setIsHidden (boolean value)

Sets the value of the isHidden property.

Parameters
value

public void setIsRootWebOnly (boolean value)

Sets the value of the isRootWebOnly property.

Parameters
value

public void setIsSubWebOnly (boolean value)

Sets the value of the isSubWebOnly property.

Parameters
value

public void setIsUnique (boolean value)

Sets the value of the isUnique property.

Parameters
value

public void setName (String value)

Sets the value of the name 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