public class

UpdateContentTypesXmlDocumentResponse

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

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="UpdateContentTypesXmlDocumentResult" 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 UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult

Java class for anonymous complex type. 

Fields
protected UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult updateContentTypesXmlDocumentResult
Public Constructors
UpdateContentTypesXmlDocumentResponse()
Public Methods
UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult getUpdateContentTypesXmlDocumentResult()
Gets the value of the updateContentTypesXmlDocumentResult property.
void setUpdateContentTypesXmlDocumentResult(UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult value)
Sets the value of the updateContentTypesXmlDocumentResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

Public Constructors

public UpdateContentTypesXmlDocumentResponse ()

Public Methods

public UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult getUpdateContentTypesXmlDocumentResult ()

Gets the value of the updateContentTypesXmlDocumentResult property.

public void setUpdateContentTypesXmlDocumentResult (UpdateContentTypesXmlDocumentResponse.UpdateContentTypesXmlDocumentResult value)

Sets the value of the updateContentTypesXmlDocumentResult property.