public class

GetDwsData

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

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

Summary

Fields
protected String document
protected String lastUpdate
Public Constructors
GetDwsData()
Public Methods
String getDocument()
Gets the value of the document property.
String getLastUpdate()
Gets the value of the lastUpdate property.
void setDocument(String value)
Sets the value of the document property.
void setLastUpdate(String value)
Sets the value of the lastUpdate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String document

protected String lastUpdate

Public Constructors

public GetDwsData ()

Public Methods

public String getDocument ()

Gets the value of the document property.

Returns
  • possible object is String

public String getLastUpdate ()

Gets the value of the lastUpdate property.

Returns
  • possible object is String

public void setDocument (String value)

Sets the value of the document property.

Parameters
value Allowed object is String

public void setLastUpdate (String value)

Sets the value of the lastUpdate property.

Parameters
value Allowed object is String