public class

CreateContact

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

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="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ForwardingEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Flags" type="{http://microsoft.com/webservices/SharePoint/SharepointEmailWS/}ContactFlags"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String alias
protected String firstName
protected ContactFlags flags
protected String forwardingEmail
protected String lastName
Public Constructors
CreateContact()
Public Methods
String getAlias()
Gets the value of the alias property.
String getFirstName()
Gets the value of the firstName property.
ContactFlags getFlags()
Gets the value of the flags property.
String getForwardingEmail()
Gets the value of the forwardingEmail property.
String getLastName()
Gets the value of the lastName property.
void setAlias(String value)
Sets the value of the alias property.
void setFirstName(String value)
Sets the value of the firstName property.
void setFlags(ContactFlags value)
Sets the value of the flags property.
void setForwardingEmail(String value)
Sets the value of the forwardingEmail property.
void setLastName(String value)
Sets the value of the lastName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String alias

protected String firstName

protected ContactFlags flags

protected String forwardingEmail

protected String lastName

Public Constructors

public CreateContact ()

Public Methods

public String getAlias ()

Gets the value of the alias property.

Returns
  • possible object is String

public String getFirstName ()

Gets the value of the firstName property.

Returns
  • possible object is String

public ContactFlags getFlags ()

Gets the value of the flags property.

Returns

public String getForwardingEmail ()

Gets the value of the forwardingEmail property.

Returns
  • possible object is String

public String getLastName ()

Gets the value of the lastName 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 setFirstName (String value)

Sets the value of the firstName property.

Parameters
value Allowed object is String

public void setFlags (ContactFlags value)

Sets the value of the flags property.

Parameters
value Allowed object is ContactFlags

public void setForwardingEmail (String value)

Sets the value of the forwardingEmail property.

Parameters
value Allowed object is String

public void setLastName (String value)

Sets the value of the lastName property.

Parameters
value Allowed object is String