public class

GetAllSubWebCollectionResponse

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

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="GetAllSubWebCollectionResult" 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 GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult

Java class for anonymous complex type. 

Fields
protected GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult getAllSubWebCollectionResult
Public Constructors
GetAllSubWebCollectionResponse()
Public Methods
GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult getGetAllSubWebCollectionResult()
Gets the value of the getAllSubWebCollectionResult property.
void setGetAllSubWebCollectionResult(GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult value)
Sets the value of the getAllSubWebCollectionResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult getAllSubWebCollectionResult

Public Constructors

public GetAllSubWebCollectionResponse ()

Public Methods

public GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult getGetAllSubWebCollectionResult ()

Gets the value of the getAllSubWebCollectionResult property.

public void setGetAllSubWebCollectionResult (GetAllSubWebCollectionResponse.GetAllSubWebCollectionResult value)

Sets the value of the getAllSubWebCollectionResult property.