| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.webs.CreateContentType |
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="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newFields" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="contentTypeProperties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CreateContentType.ContentTypeProperties | Java class for anonymous complex type. |
||||||||||
| CreateContentType.NewFields | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentTypeProperties | |||||||||||
| displayName | |||||||||||
| newFields | |||||||||||
| parentType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentTypeProperties property.
| |||||||||||
Gets the value of the displayName property.
| |||||||||||
Gets the value of the newFields property.
| |||||||||||
Gets the value of the parentType property.
| |||||||||||
Sets the value of the contentTypeProperties property.
| |||||||||||
Sets the value of the displayName property.
| |||||||||||
Sets the value of the newFields property.
| |||||||||||
Sets the value of the parentType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentTypeProperties property.
CreateContentType.ContentTypeProperties
Gets the value of the displayName property.
Gets the value of the newFields property.
CreateContentType.NewFields
Gets the value of the parentType property.
Sets the value of the contentTypeProperties property.
| value | Allowed object is
CreateContentType.ContentTypeProperties
|
|---|
Sets the value of the displayName property.
| value | Allowed object is String |
|---|
Sets the value of the newFields property.
| value | Allowed object is
CreateContentType.NewFields
|
|---|
Sets the value of the parentType property.
| value | Allowed object is String |
|---|