public class

CreateDistributionGroup

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

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="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ContactCN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Info" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}RequestInfo" minOccurs="0"/>
         <element name="Flags" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}DistributionGroupFlags"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String alias
protected String contactCN
protected String description
protected DistributionGroupFlags flags
protected RequestInfo info
protected String name
Public Constructors
CreateDistributionGroup()
Public Methods
String getAlias()
Gets the value of the alias property.
String getContactCN()
Gets the value of the contactCN property.
String getDescription()
Gets the value of the description property.
DistributionGroupFlags getFlags()
Gets the value of the flags property.
RequestInfo getInfo()
Gets the value of the info property.
String getName()
Gets the value of the name property.
void setAlias(String value)
Sets the value of the alias property.
void setContactCN(String value)
Sets the value of the contactCN property.
void setDescription(String value)
Sets the value of the description property.
void setFlags(DistributionGroupFlags value)
Sets the value of the flags property.
void setInfo(RequestInfo value)
Sets the value of the info property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String alias

protected String contactCN

protected String description

protected DistributionGroupFlags flags

protected RequestInfo info

protected String name

Public Constructors

public CreateDistributionGroup ()

Public Methods

public String getAlias ()

Gets the value of the alias property.

Returns
  • possible object is String

public String getContactCN ()

Gets the value of the contactCN property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public DistributionGroupFlags getFlags ()

Gets the value of the flags property.

Returns

public RequestInfo getInfo ()

Gets the value of the info property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setAlias (String value)

Sets the value of the alias property.

Parameters
value Allowed object is String

public void setContactCN (String value)

Sets the value of the contactCN property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setFlags (DistributionGroupFlags value)

Sets the value of the flags property.

Parameters
value Allowed object is DistributionGroupFlags

public void setInfo (RequestInfo value)

Sets the value of the info property.

Parameters
value Allowed object is RequestInfo

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String