public class

ContactInformationDataForRelatedPersonType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.ContactInformationDataForRelatedPersonType

Class Overview

All of the person's contact data (address, phone, email, instant messenger, web address).

Java class for Contact_Information_Data_For_Related_PersonType complex type.

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

 <complexType name="Contact_Information_Data_For_Related_PersonType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Address_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Phone_Data" type="{urn:com.workday/bsvc}Phone_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Email_Address_Data" type="{urn:com.workday/bsvc}Email_Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Instant_Messenger_Data" type="{urn:com.workday/bsvc}Instant_Messenger_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Web_Address_Data" type="{urn:com.workday/bsvc}Web_address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AddressInformationDataType> addressData
protected List<EmailAddressInformationDataType> emailAddressData
protected List<InstantMessengerInformationDataType> instantMessengerData
protected List<PhoneInformationDataType> phoneData
protected List<WebAddressInformationDataType> webAddressData
Public Constructors
ContactInformationDataForRelatedPersonType()
Public Methods
List<AddressInformationDataType> getAddressData()
Gets the value of the addressData property.
List<EmailAddressInformationDataType> getEmailAddressData()
Gets the value of the emailAddressData property.
List<InstantMessengerInformationDataType> getInstantMessengerData()
Gets the value of the instantMessengerData property.
List<PhoneInformationDataType> getPhoneData()
Gets the value of the phoneData property.
List<WebAddressInformationDataType> getWebAddressData()
Gets the value of the webAddressData property.
void setAddressData(List<AddressInformationDataType> addressData)
Sets the value of the addressData property.
void setEmailAddressData(List<EmailAddressInformationDataType> emailAddressData)
Sets the value of the emailAddressData property.
void setInstantMessengerData(List<InstantMessengerInformationDataType> instantMessengerData)
Sets the value of the instantMessengerData property.
void setPhoneData(List<PhoneInformationDataType> phoneData)
Sets the value of the phoneData property.
void setWebAddressData(List<WebAddressInformationDataType> 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<AddressInformationDataType> addressData

protected List<EmailAddressInformationDataType> emailAddressData

protected List<InstantMessengerInformationDataType> instantMessengerData

protected List<PhoneInformationDataType> phoneData

protected List<WebAddressInformationDataType> webAddressData

Public Constructors

public ContactInformationDataForRelatedPersonType ()

Public Methods

public List<AddressInformationDataType> 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 AddressInformationDataType

public List<EmailAddressInformationDataType> getEmailAddressData ()

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

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

    getEmailAddressData().add(newItem);
 

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

public List<InstantMessengerInformationDataType> 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 InstantMessengerInformationDataType

public List<PhoneInformationDataType> getPhoneData ()

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

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

    getPhoneData().add(newItem);
 

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

public List<WebAddressInformationDataType> 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 WebAddressInformationDataType

public void setAddressData (List<AddressInformationDataType> addressData)

Sets the value of the addressData property.

Parameters
addressData Allowed object is AddressInformationDataType

public void setEmailAddressData (List<EmailAddressInformationDataType> emailAddressData)

Sets the value of the emailAddressData property.

Parameters
emailAddressData Allowed object is EmailAddressInformationDataType

public void setInstantMessengerData (List<InstantMessengerInformationDataType> instantMessengerData)

Sets the value of the instantMessengerData property.

Parameters
instantMessengerData Allowed object is InstantMessengerInformationDataType

public void setPhoneData (List<PhoneInformationDataType> phoneData)

Sets the value of the phoneData property.

Parameters
phoneData Allowed object is PhoneInformationDataType

public void setWebAddressData (List<WebAddressInformationDataType> webAddressData)

Sets the value of the webAddressData property.

Parameters
webAddressData Allowed object is WebAddressInformationDataType