| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ContactInformationDataType |
All of the person's contact data (address, phone, email, instant messenger, web address).
Java class for Contact_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contact_Information_DataType">
<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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressData | |||||||||||
| emailAddressData | |||||||||||
| instantMessengerData | |||||||||||
| phoneData | |||||||||||
| webAddressData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressData property.
| |||||||||||
Gets the value of the emailAddressData property.
| |||||||||||
Gets the value of the instantMessengerData property.
| |||||||||||
Gets the value of the phoneData property.
| |||||||||||
Gets the value of the webAddressData property.
| |||||||||||
Sets the value of the addressData property.
| |||||||||||
Sets the value of the emailAddressData property.
| |||||||||||
Sets the value of the instantMessengerData property.
| |||||||||||
Sets the value of the phoneData property.
| |||||||||||
Sets the value of the webAddressData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
Sets the value of the addressData property.
| addressData | Allowed object is
AddressInformationDataType
|
|---|
Sets the value of the emailAddressData property.
| emailAddressData | Allowed object is
EmailAddressInformationDataType
|
|---|
Sets the value of the instantMessengerData property.
| instantMessengerData | Allowed object is
InstantMessengerInformationDataType
|
|---|
Sets the value of the phoneData property.
| phoneData | Allowed object is
PhoneInformationDataType
|
|---|
Sets the value of the webAddressData property.
| webAddressData | Allowed object is
WebAddressInformationDataType
|
|---|