public class

GetListContentTypeResponse

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

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="GetListContentTypeResult" 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 GetListContentTypeResponse.GetListContentTypeResult

Java class for anonymous complex type. 

Fields
protected GetListContentTypeResponse.GetListContentTypeResult getListContentTypeResult
Public Constructors
GetListContentTypeResponse()
Public Methods
GetListContentTypeResponse.GetListContentTypeResult getGetListContentTypeResult()
Gets the value of the getListContentTypeResult property.
void setGetListContentTypeResult(GetListContentTypeResponse.GetListContentTypeResult value)
Sets the value of the getListContentTypeResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetListContentTypeResponse.GetListContentTypeResult getListContentTypeResult

Public Constructors

public GetListContentTypeResponse ()

Public Methods

public GetListContentTypeResponse.GetListContentTypeResult getGetListContentTypeResult ()

Gets the value of the getListContentTypeResult property.

public void setGetListContentTypeResult (GetListContentTypeResponse.GetListContentTypeResult value)

Sets the value of the getListContentTypeResult property.

Parameters
value Allowed object is GetListContentTypeResponse.GetListContentTypeResult