public class

InternetEmailAddressDataType

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

Class Overview

Encapsulating element for all Internet Email Addresses.

Java class for Internet_Email_Address_DataType complex type.

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

 <complexType name="Internet_Email_Address_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_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String emailAddress
protected String emailComment
protected CommunicationMethodUsageDataType usageData
Public Constructors
InternetEmailAddressDataType()
Public Methods
String getEmailAddress()
Gets the value of the emailAddress property.
String getEmailComment()
Gets the value of the emailComment property.
CommunicationMethodUsageDataType 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.
void setUsageData(CommunicationMethodUsageDataType value)
Sets the value of the usageData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String emailAddress

protected String emailComment

protected CommunicationMethodUsageDataType usageData

Public Constructors

public InternetEmailAddressDataType ()

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 CommunicationMethodUsageDataType getUsageData ()

Gets the value of the usageData property.

Returns

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

public void setUsageData (CommunicationMethodUsageDataType value)

Sets the value of the usageData property.

Parameters
value Allowed object is CommunicationMethodUsageDataType