public class

UpdateContentTypesXmlDocument

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.UpdateContentTypesXmlDocument

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="listName" 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>
 

Summary

Nested Classes
class UpdateContentTypesXmlDocument.NewDocument

Java class for anonymous complex type. 

Fields
protected String listName
protected UpdateContentTypesXmlDocument.NewDocument newDocument
Public Constructors
UpdateContentTypesXmlDocument()
Public Methods
String getListName()
Gets the value of the listName property.
UpdateContentTypesXmlDocument.NewDocument getNewDocument()
Gets the value of the newDocument property.
void setListName(String value)
Sets the value of the listName property.
void setNewDocument(UpdateContentTypesXmlDocument.NewDocument value)
Sets the value of the newDocument property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listName

Public Constructors

public UpdateContentTypesXmlDocument ()

Public Methods

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public UpdateContentTypesXmlDocument.NewDocument getNewDocument ()

Gets the value of the newDocument property.

Returns

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setNewDocument (UpdateContentTypesXmlDocument.NewDocument value)

Sets the value of the newDocument property.

Parameters
value Allowed object is UpdateContentTypesXmlDocument.NewDocument