public class

GetDwsMetaDataResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.dws.GetDwsMetaDataResponse

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="GetDwsMetaDataResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String getDwsMetaDataResult
Public Constructors
GetDwsMetaDataResponse()
Public Methods
String getGetDwsMetaDataResult()
Gets the value of the getDwsMetaDataResult property.
void setGetDwsMetaDataResult(String value)
Sets the value of the getDwsMetaDataResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String getDwsMetaDataResult

Public Constructors

public GetDwsMetaDataResponse ()

Public Methods

public String getGetDwsMetaDataResult ()

Gets the value of the getDwsMetaDataResult property.

Returns
  • possible object is String

public void setGetDwsMetaDataResult (String value)

Sets the value of the getDwsMetaDataResult property.

Parameters
value Allowed object is String