| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.sites.CreateWeb |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| anonymous | |||||||||||
| collationLocale | |||||||||||
| description | |||||||||||
| language | |||||||||||
| locale | |||||||||||
| presence | |||||||||||
| templateName | |||||||||||
| title | |||||||||||
| uniquePermissions | |||||||||||
| url | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the anonymous property.
| |||||||||||
Gets the value of the collationLocale property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the language property.
| |||||||||||
Gets the value of the locale property.
| |||||||||||
Gets the value of the presence property.
| |||||||||||
Gets the value of the templateName property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the uniquePermissions property.
| |||||||||||
Gets the value of the url property.
| |||||||||||
Sets the value of the anonymous property.
| |||||||||||
Sets the value of the collationLocale property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the language property.
| |||||||||||
Sets the value of the locale property.
| |||||||||||
Sets the value of the presence property.
| |||||||||||
Sets the value of the templateName property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the uniquePermissions property.
| |||||||||||
Sets the value of the url property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the anonymous property. This getter has been renamed from isAnonymous() to getAnonymous() by cxf-xjc-boolean plugin.
Gets the value of the collationLocale property.
Gets the value of the description property.
Gets the value of the language property.
Gets the value of the locale property.
Gets the value of the presence property. This getter has been renamed from isPresence() to getPresence() by cxf-xjc-boolean plugin.
Gets the value of the templateName property.
Gets the value of the title property.
Gets the value of the uniquePermissions property. This getter has been renamed from isUniquePermissions() to getUniquePermissions() by cxf-xjc-boolean plugin.
Gets the value of the url property.
Sets the value of the anonymous property.
| value | Allowed object is Boolean |
|---|
Sets the value of the collationLocale property.
| value | Allowed object is Long |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the language property.
| value | Allowed object is Long |
|---|
Sets the value of the locale property.
| value | Allowed object is Long |
|---|
Sets the value of the presence property.
| value | Allowed object is Boolean |
|---|
Sets the value of the templateName property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the uniquePermissions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the url property.
| value | Allowed object is String |
|---|