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

