public class

GetDwsMetaData

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

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

Summary

Fields
protected String document
protected String id
protected boolean minimal
Public Constructors
GetDwsMetaData()
Public Methods
String getDocument()
Gets the value of the document property.
String getId()
Gets the value of the id property.
boolean getMinimal()
Gets the value of the minimal property.
void setDocument(String value)
Sets the value of the document property.
void setId(String value)
Sets the value of the id property.
void setMinimal(boolean value)
Sets the value of the minimal property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String document

protected String id

protected boolean minimal

Public Constructors

public GetDwsMetaData ()

Public Methods

public String getDocument ()

Gets the value of the document property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public boolean getMinimal ()

Gets the value of the minimal property. This getter has been renamed from isMinimal() to getMinimal() by cxf-xjc-boolean plugin.

public void setDocument (String value)

Sets the value of the document property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setMinimal (boolean value)

Sets the value of the minimal property.

Parameters
value