public class

UpdateContentTypeResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webs.UpdateContentTypeResponse

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="UpdateContentTypeResult" 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 UpdateContentTypeResponse.UpdateContentTypeResult

Java class for anonymous complex type. 

Fields
protected UpdateContentTypeResponse.UpdateContentTypeResult updateContentTypeResult
Public Constructors
UpdateContentTypeResponse()
Public Methods
UpdateContentTypeResponse.UpdateContentTypeResult getUpdateContentTypeResult()
Gets the value of the updateContentTypeResult property.
void setUpdateContentTypeResult(UpdateContentTypeResponse.UpdateContentTypeResult value)
Sets the value of the updateContentTypeResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateContentTypeResponse.UpdateContentTypeResult updateContentTypeResult

Public Constructors

public UpdateContentTypeResponse ()

Public Methods

public UpdateContentTypeResponse.UpdateContentTypeResult getUpdateContentTypeResult ()

Gets the value of the updateContentTypeResult property.

public void setUpdateContentTypeResult (UpdateContentTypeResponse.UpdateContentTypeResult value)

Sets the value of the updateContentTypeResult property.

Parameters
value Allowed object is UpdateContentTypeResponse.UpdateContentTypeResult