public class

UpdateViewHtmlResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.views.UpdateViewHtmlResponse

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="UpdateViewHtmlResult" 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 UpdateViewHtmlResponse.UpdateViewHtmlResult

Java class for anonymous complex type. 

Fields
protected UpdateViewHtmlResponse.UpdateViewHtmlResult updateViewHtmlResult
Public Constructors
UpdateViewHtmlResponse()
Public Methods
UpdateViewHtmlResponse.UpdateViewHtmlResult getUpdateViewHtmlResult()
Gets the value of the updateViewHtmlResult property.
void setUpdateViewHtmlResult(UpdateViewHtmlResponse.UpdateViewHtmlResult value)
Sets the value of the updateViewHtmlResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateViewHtmlResponse.UpdateViewHtmlResult updateViewHtmlResult

Public Constructors

public UpdateViewHtmlResponse ()

Public Methods

public UpdateViewHtmlResponse.UpdateViewHtmlResult getUpdateViewHtmlResult ()

Gets the value of the updateViewHtmlResult property.

Returns

public void setUpdateViewHtmlResult (UpdateViewHtmlResponse.UpdateViewHtmlResult value)

Sets the value of the updateViewHtmlResult property.

Parameters
value Allowed object is UpdateViewHtmlResponse.UpdateViewHtmlResult