public class

InternetEmailAddressDataForNotificationsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.InternetEmailAddressDataForNotificationsType

Class Overview

Wraps notification email addresses.

Java class for Internet_Email_Address_Data_for_NotificationsType complex type.

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

 <complexType name="Internet_Email_Address_Data_for_NotificationsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String emailAddress
Public Constructors
InternetEmailAddressDataForNotificationsType()
Public Methods
String getEmailAddress()
Gets the value of the emailAddress property.
void setEmailAddress(String value)
Sets the value of the emailAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String emailAddress

Public Constructors

public InternetEmailAddressDataForNotificationsType ()

Public Methods

public String getEmailAddress ()

Gets the value of the emailAddress property.

Returns
  • possible object is String

public void setEmailAddress (String value)

Sets the value of the emailAddress property.

Parameters
value Allowed object is String