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

