| java.lang.Object | |
| ↳ | com.workday.recruiting.EmailAddressInformationDataType |
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>
| 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.
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
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.
| usageData | Allowed object is
CommunicationMethodUsageInformationDataType
|
|---|