public class

ContactDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
[Expand]
Inherited Methods
From class java.lang.Object

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