public class

EmailAddressInformationDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.EmailAddressInformationDataType

Class Overview

Email Address Information

Java class for Email_Address_Information_DataType complex type.

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

 <complexType name="Email_Address_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Email_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Email_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_Information_DataType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String emailAddress
protected String emailComment
protected List<CommunicationMethodUsageInformationDataType> usageData
Public Constructors
EmailAddressInformationDataType()
Public Methods
String getEmailAddress()
Gets the value of the emailAddress property.
String getEmailComment()
Gets the value of the emailComment property.
List<CommunicationMethodUsageInformationDataType> getUsageData()
Gets the value of the usageData property.
void setEmailAddress(String value)
Sets the value of the emailAddress property.
void setEmailComment(String value)
Sets the value of the emailComment property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String emailAddress

protected String emailComment

Public Constructors

public EmailAddressInformationDataType ()

Public Methods

public String getEmailAddress ()

Gets the value of the emailAddress property.

Returns
  • possible object is String

public String getEmailComment ()

Gets the value of the emailComment property.

Returns
  • possible object is String

public List<CommunicationMethodUsageInformationDataType> getUsageData ()

Gets the value of the usageData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the usageData property.

For example, to add a new item, do as follows:

    getUsageData().add(newItem);
 

Objects of the following type(s) are allowed in the list CommunicationMethodUsageInformationDataType

public void setEmailAddress (String value)

Sets the value of the emailAddress property.

Parameters
value Allowed object is String

public void setEmailComment (String value)

Sets the value of the emailComment property.

Parameters
value Allowed object is String