public class

ChangeContactsMembershipInDistributionGroup

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.mails.ChangeContactsMembershipInDistributionGroup

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="Alias" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AddListForContacts" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
         <element name="DeleteListForContacts" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
         <element name="DeleteAllCurrentMembers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MailArrayOfString addListForContacts
protected String alias
protected boolean deleteAllCurrentMembers
protected MailArrayOfString deleteListForContacts
Public Constructors
ChangeContactsMembershipInDistributionGroup()
Public Methods
MailArrayOfString getAddListForContacts()
Gets the value of the addListForContacts property.
String getAlias()
Gets the value of the alias property.
boolean getDeleteAllCurrentMembers()
Gets the value of the deleteAllCurrentMembers property.
MailArrayOfString getDeleteListForContacts()
Gets the value of the deleteListForContacts property.
void setAddListForContacts(MailArrayOfString value)
Sets the value of the addListForContacts property.
void setAlias(String value)
Sets the value of the alias property.
void setDeleteAllCurrentMembers(boolean value)
Sets the value of the deleteAllCurrentMembers property.
void setDeleteListForContacts(MailArrayOfString value)
Sets the value of the deleteListForContacts property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MailArrayOfString addListForContacts

protected String alias

protected boolean deleteAllCurrentMembers

protected MailArrayOfString deleteListForContacts

Public Constructors

public ChangeContactsMembershipInDistributionGroup ()

Public Methods

public MailArrayOfString getAddListForContacts ()

Gets the value of the addListForContacts property.

Returns

public String getAlias ()

Gets the value of the alias property.

Returns
  • possible object is String

public boolean getDeleteAllCurrentMembers ()

Gets the value of the deleteAllCurrentMembers property. This getter has been renamed from isDeleteAllCurrentMembers() to getDeleteAllCurrentMembers() by cxf-xjc-boolean plugin.

public MailArrayOfString getDeleteListForContacts ()

Gets the value of the deleteListForContacts property.

Returns

public void setAddListForContacts (MailArrayOfString value)

Sets the value of the addListForContacts property.

Parameters
value Allowed object is MailArrayOfString

public void setAlias (String value)

Sets the value of the alias property.

Parameters
value Allowed object is String

public void setDeleteAllCurrentMembers (boolean value)

Sets the value of the deleteAllCurrentMembers property.

Parameters
value

public void setDeleteListForContacts (MailArrayOfString value)

Sets the value of the deleteListForContacts property.

Parameters
value Allowed object is MailArrayOfString