public class

BusinessEntityContactPersonalDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.BusinessEntityContactPersonalDataType

Class Overview

Business Entity Contact Data

Java class for Business_Entity_Contact_Personal_DataType complex type.

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

 <complexType name="Business_Entity_Contact_Personal_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name_Data" type="{urn:com.workday/bsvc}Legal_Name_DataType" maxOccurs="unbounded"/>
         <element name="Contact_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ContactInformationDataType contactData
protected List<LegalNameDataType> nameData
Public Constructors
BusinessEntityContactPersonalDataType()
Public Methods
ContactInformationDataType getContactData()
Gets the value of the contactData property.
List<LegalNameDataType> getNameData()
Gets the value of the nameData property.
void setContactData(ContactInformationDataType value)
Sets the value of the contactData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContactInformationDataType contactData

protected List<LegalNameDataType> nameData

Public Constructors

public BusinessEntityContactPersonalDataType ()

Public Methods

public ContactInformationDataType getContactData ()

Gets the value of the contactData property.

Returns

public List<LegalNameDataType> getNameData ()

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

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

    getNameData().add(newItem);
 

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

public void setContactData (ContactInformationDataType value)

Sets the value of the contactData property.

Parameters
value Allowed object is ContactInformationDataType