public class

ContactDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.ContactDataType

Class Overview

Encapsulating element for all of the contact methods for the person. Contact methods in workday represents methods to contact an entity. For example these methods include: Address (via post), Phone, Email, Instant Messenger and/or Web.

Java class for Contact_DataType complex type.

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

 <complexType name="Contact_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Internet_Email_Address_Data" type="{urn:com.workday/bsvc}Internet_Email_Address_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Phone_Number_Data" type="{urn:com.workday/bsvc}Phone_Number_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Address_Data" type="{urn:com.workday/bsvc}Address_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Web_Address_Data" type="{urn:com.workday/bsvc}Web_Address_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Instant_Messenger_Data" type="{urn:com.workday/bsvc}Instant_Messenger_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AddressDataType> addressData
protected List<InstantMessengerDataType> instantMessengerData
protected List<InternetEmailAddressDataType> internetEmailAddressData
protected List<PhoneNumberDataType> phoneNumberData
protected List<WebAddressDataType> webAddressData
Public Constructors
ContactDataType()
Public Methods
List<AddressDataType> getAddressData()
Gets the value of the addressData property.
List<InstantMessengerDataType> getInstantMessengerData()
Gets the value of the instantMessengerData property.
List<InternetEmailAddressDataType> getInternetEmailAddressData()
Gets the value of the internetEmailAddressData property.
List<PhoneNumberDataType> getPhoneNumberData()
Gets the value of the phoneNumberData property.
List<WebAddressDataType> getWebAddressData()
Gets the value of the webAddressData property.
void setAddressData(List<AddressDataType> addressData)
Sets the value of the addressData property.
void setInstantMessengerData(List<InstantMessengerDataType> instantMessengerData)
Sets the value of the instantMessengerData property.
void setInternetEmailAddressData(List<InternetEmailAddressDataType> internetEmailAddressData)
Sets the value of the internetEmailAddressData property.
void setPhoneNumberData(List<PhoneNumberDataType> phoneNumberData)
Sets the value of the phoneNumberData property.
void setWebAddressData(List<WebAddressDataType> webAddressData)
Sets the value of the webAddressData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AddressDataType> addressData

protected List<InstantMessengerDataType> instantMessengerData

protected List<InternetEmailAddressDataType> internetEmailAddressData

protected List<PhoneNumberDataType> phoneNumberData

protected List<WebAddressDataType> webAddressData

Public Constructors

public ContactDataType ()

Public Methods

public List<AddressDataType> getAddressData ()

Gets the value of the addressData 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 addressData property.

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

    getAddressData().add(newItem);
 

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

public List<InstantMessengerDataType> getInstantMessengerData ()

Gets the value of the instantMessengerData 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 instantMessengerData property.

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

    getInstantMessengerData().add(newItem);
 

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

public List<InternetEmailAddressDataType> getInternetEmailAddressData ()

Gets the value of the internetEmailAddressData 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 internetEmailAddressData property.

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

    getInternetEmailAddressData().add(newItem);
 

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

public List<PhoneNumberDataType> getPhoneNumberData ()

Gets the value of the phoneNumberData 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 phoneNumberData property.

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

    getPhoneNumberData().add(newItem);
 

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

public List<WebAddressDataType> getWebAddressData ()

Gets the value of the webAddressData 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 webAddressData property.

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

    getWebAddressData().add(newItem);
 

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

public void setAddressData (List<AddressDataType> addressData)

Sets the value of the addressData property.

Parameters
addressData Allowed object is AddressDataType

public void setInstantMessengerData (List<InstantMessengerDataType> instantMessengerData)

Sets the value of the instantMessengerData property.

Parameters
instantMessengerData Allowed object is InstantMessengerDataType

public void setInternetEmailAddressData (List<InternetEmailAddressDataType> internetEmailAddressData)

Sets the value of the internetEmailAddressData property.

Parameters
internetEmailAddressData Allowed object is InternetEmailAddressDataType

public void setPhoneNumberData (List<PhoneNumberDataType> phoneNumberData)

Sets the value of the phoneNumberData property.

Parameters
phoneNumberData Allowed object is PhoneNumberDataType

public void setWebAddressData (List<WebAddressDataType> webAddressData)

Sets the value of the webAddressData property.

Parameters
webAddressData Allowed object is WebAddressDataType