public class

ChangeUsersMembershipInDistributionGroup

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

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="AddNt4NameList" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ArrayOfString" minOccurs="0"/>
         <element name="DeleteNt4NameList" 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 addNt4NameList
protected String alias
protected boolean deleteAllCurrentMembers
protected MailArrayOfString deleteNt4NameList
Public Constructors
ChangeUsersMembershipInDistributionGroup()
Public Methods
MailArrayOfString getAddNt4NameList()
Gets the value of the addNt4NameList property.
String getAlias()
Gets the value of the alias property.
boolean getDeleteAllCurrentMembers()
Gets the value of the deleteAllCurrentMembers property.
MailArrayOfString getDeleteNt4NameList()
Gets the value of the deleteNt4NameList property.
void setAddNt4NameList(MailArrayOfString value)
Sets the value of the addNt4NameList property.
void setAlias(String value)
Sets the value of the alias property.
void setDeleteAllCurrentMembers(boolean value)
Sets the value of the deleteAllCurrentMembers property.
void setDeleteNt4NameList(MailArrayOfString value)
Sets the value of the deleteNt4NameList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MailArrayOfString addNt4NameList

protected String alias

protected boolean deleteAllCurrentMembers

protected MailArrayOfString deleteNt4NameList

Public Constructors

public ChangeUsersMembershipInDistributionGroup ()

Public Methods

public MailArrayOfString getAddNt4NameList ()

Gets the value of the addNt4NameList 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 getDeleteNt4NameList ()

Gets the value of the deleteNt4NameList property.

Returns

public void setAddNt4NameList (MailArrayOfString value)

Sets the value of the addNt4NameList 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 setDeleteNt4NameList (MailArrayOfString value)

Sets the value of the deleteNt4NameList property.

Parameters
value Allowed object is MailArrayOfString