public class

EmailChannel

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

Class Overview

Java class for EmailChannel complex type.

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

 <complexType name="EmailChannel">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/}DeliveryChannel">
       <sequence>
         <element name="Frequency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String address
protected String frequency
Public Constructors
EmailChannel()
Public Methods
String getAddress()
Gets the value of the address property.
String getFrequency()
Gets the value of the frequency property.
void setAddress(String value)
Sets the value of the address property.
void setFrequency(String value)
Sets the value of the frequency property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String address

protected String frequency

Public Constructors

public EmailChannel ()

Public Methods

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getFrequency ()

Gets the value of the frequency property.

Returns
  • possible object is String

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setFrequency (String value)

Sets the value of the frequency property.

Parameters
value Allowed object is String