| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.dws.GetDwsMetaData |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| document | |||||||||||
| id | |||||||||||
| minimal | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the document property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the minimal property.
| |||||||||||
Sets the value of the document property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the minimal property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the document property.
Gets the value of the id property.
Gets the value of the minimal property. This getter has been renamed from isMinimal() to getMinimal() by cxf-xjc-boolean plugin.
Sets the value of the document property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the minimal property.
| value |
|---|