| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.lists.UpdateContentTypeXmlDocument |
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="listName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newDocument" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UpdateContentTypeXmlDocument.NewDocument | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contentTypeId | |||||||||||
| listName | |||||||||||
| newDocument | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contentTypeId property.
| |||||||||||
Gets the value of the listName property.
| |||||||||||
Gets the value of the newDocument property.
| |||||||||||
Sets the value of the contentTypeId property.
| |||||||||||
Sets the value of the listName property.
| |||||||||||
Sets the value of the newDocument property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contentTypeId property.
Gets the value of the listName property.
Gets the value of the newDocument property.
UpdateContentTypeXmlDocument.NewDocument
Sets the value of the contentTypeId property.
| value | Allowed object is String |
|---|
Sets the value of the listName property.
| value | Allowed object is String |
|---|
Sets the value of the newDocument property.
| value | Allowed object is
UpdateContentTypeXmlDocument.NewDocument
|
|---|