public class

ListPictureLibraryResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.imaging.ListPictureLibraryResponse

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="ListPictureLibraryResult" 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 ListPictureLibraryResponse.ListPictureLibraryResult

Java class for anonymous complex type. 

Fields
protected ListPictureLibraryResponse.ListPictureLibraryResult listPictureLibraryResult
Public Constructors
ListPictureLibraryResponse()
Public Methods
ListPictureLibraryResponse.ListPictureLibraryResult getListPictureLibraryResult()
Gets the value of the listPictureLibraryResult property.
void setListPictureLibraryResult(ListPictureLibraryResponse.ListPictureLibraryResult value)
Sets the value of the listPictureLibraryResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ListPictureLibraryResponse.ListPictureLibraryResult listPictureLibraryResult

Public Constructors

public ListPictureLibraryResponse ()

Public Methods

public ListPictureLibraryResponse.ListPictureLibraryResult getListPictureLibraryResult ()

Gets the value of the listPictureLibraryResult property.

public void setListPictureLibraryResult (ListPictureLibraryResponse.ListPictureLibraryResult value)

Sets the value of the listPictureLibraryResult property.

Parameters
value Allowed object is ListPictureLibraryResponse.ListPictureLibraryResult