public class

GetViewHtmlResponse

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

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="GetViewHtmlResult" 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 GetViewHtmlResponse.GetViewHtmlResult

Java class for anonymous complex type. 

Fields
protected GetViewHtmlResponse.GetViewHtmlResult getViewHtmlResult
Public Constructors
GetViewHtmlResponse()
Public Methods
GetViewHtmlResponse.GetViewHtmlResult getGetViewHtmlResult()
Gets the value of the getViewHtmlResult property.
void setGetViewHtmlResult(GetViewHtmlResponse.GetViewHtmlResult value)
Sets the value of the getViewHtmlResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetViewHtmlResponse.GetViewHtmlResult getViewHtmlResult

Public Constructors

public GetViewHtmlResponse ()

Public Methods

public GetViewHtmlResponse.GetViewHtmlResult getGetViewHtmlResult ()

Gets the value of the getViewHtmlResult property.

Returns

public void setGetViewHtmlResult (GetViewHtmlResponse.GetViewHtmlResult value)

Sets the value of the getViewHtmlResult property.

Parameters
value Allowed object is GetViewHtmlResponse.GetViewHtmlResult