| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.alerts.DeleteFailure |
Java class for DeleteFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteFailure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Error" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}ErrorType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| error | |||||||||||
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the error property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Sets the value of the error property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the error property.
ErrorType
Gets the value of the id property.
Sets the value of the error property.
| value | Allowed object is
ErrorType
|
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|