public class

CreateWeb

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

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="templateName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="collationLocale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="uniquePermissions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="anonymous" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="presence" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean anonymous
protected Long collationLocale
protected String description
protected Long language
protected Long locale
protected Boolean presence
protected String templateName
protected String title
protected Boolean uniquePermissions
protected String url
Public Constructors
CreateWeb()
Public Methods
Boolean getAnonymous()
Gets the value of the anonymous property.
Long getCollationLocale()
Gets the value of the collationLocale property.
String getDescription()
Gets the value of the description property.
Long getLanguage()
Gets the value of the language property.
Long getLocale()
Gets the value of the locale property.
Boolean getPresence()
Gets the value of the presence property.
String getTemplateName()
Gets the value of the templateName property.
String getTitle()
Gets the value of the title property.
Boolean getUniquePermissions()
Gets the value of the uniquePermissions property.
String getUrl()
Gets the value of the url property.
void setAnonymous(Boolean value)
Sets the value of the anonymous property.
void setCollationLocale(Long value)
Sets the value of the collationLocale property.
void setDescription(String value)
Sets the value of the description property.
void setLanguage(Long value)
Sets the value of the language property.
void setLocale(Long value)
Sets the value of the locale property.
void setPresence(Boolean value)
Sets the value of the presence property.
void setTemplateName(String value)
Sets the value of the templateName property.
void setTitle(String value)
Sets the value of the title property.
void setUniquePermissions(Boolean value)
Sets the value of the uniquePermissions property.
void setUrl(String value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean anonymous

protected Long collationLocale

protected String description

protected Long language

protected Long locale

protected Boolean presence

protected String templateName

protected String title

protected Boolean uniquePermissions

protected String url

Public Constructors

public CreateWeb ()

Public Methods

public Boolean getAnonymous ()

Gets the value of the anonymous property. This getter has been renamed from isAnonymous() to getAnonymous() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Long getCollationLocale ()

Gets the value of the collationLocale property.

Returns
  • possible object is Long

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Long getLanguage ()

Gets the value of the language property.

Returns
  • possible object is Long

public Long getLocale ()

Gets the value of the locale property.

Returns
  • possible object is Long

public Boolean getPresence ()

Gets the value of the presence property. This getter has been renamed from isPresence() to getPresence() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getTemplateName ()

Gets the value of the templateName property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public Boolean getUniquePermissions ()

Gets the value of the uniquePermissions property. This getter has been renamed from isUniquePermissions() to getUniquePermissions() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void setAnonymous (Boolean value)

Sets the value of the anonymous property.

Parameters
value Allowed object is Boolean

public void setCollationLocale (Long value)

Sets the value of the collationLocale property.

Parameters
value Allowed object is Long

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setLanguage (Long value)

Sets the value of the language property.

Parameters
value Allowed object is Long

public void setLocale (Long value)

Sets the value of the locale property.

Parameters
value Allowed object is Long

public void setPresence (Boolean value)

Sets the value of the presence property.

Parameters
value Allowed object is Boolean

public void setTemplateName (String value)

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

public void setUniquePermissions (Boolean value)

Sets the value of the uniquePermissions property.

Parameters
value Allowed object is Boolean

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String