public class

DeleteFailure

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.alerts.DeleteFailure

Class Overview

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>
 

Summary

Fields
protected ErrorType error
protected String id
Public Constructors
DeleteFailure()
Public Methods
ErrorType getError()
Gets the value of the error property.
String getID()
Gets the value of the id property.
void setError(ErrorType value)
Sets the value of the error property.
void setID(String value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ErrorType error

protected String id

Public Constructors

public DeleteFailure ()

Public Methods

public ErrorType getError ()

Gets the value of the error property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public void setError (ErrorType value)

Sets the value of the error property.

Parameters
value Allowed object is ErrorType

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String