| java.lang.Object | |
| ↳ | com.workday.integrations.InternetEmailAddressDataForNotificationsType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| emailAddress | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the emailAddress property.
| |||||||||||
Sets the value of the emailAddress property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the emailAddress property.
Sets the value of the emailAddress property.
| value | Allowed object is String |
|---|