public class

ArrayOfDeleteFailure

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

Class Overview

Java class for ArrayOfDeleteFailure complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfDeleteFailure">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DeleteFailure" type="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}DeleteFailure" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<DeleteFailure> deleteFailure
Public Constructors
ArrayOfDeleteFailure()
Public Methods
List<DeleteFailure> getDeleteFailure()
Gets the value of the deleteFailure property.
void setDeleteFailure(List<DeleteFailure> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<DeleteFailure> deleteFailure

Public Constructors

public ArrayOfDeleteFailure ()

Public Methods

public List<DeleteFailure> getDeleteFailure ()

Gets the value of the deleteFailure property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the deleteFailure property.

For example, to add a new item, do as follows:

    getDeleteFailure().add(newItem);
 

Objects of the following type(s) are allowed in the list DeleteFailure

public void setDeleteFailure (List<DeleteFailure> value)

Parameters
value