| java.lang.Object | |
| ↳ | workday.com.bsvc.ContactDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressData | |||||||||||
| instantMessengerData | |||||||||||
| internetEmailAddressData | |||||||||||
| phoneNumberData | |||||||||||
| webAddressData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressData property.
| |||||||||||
Gets the value of the instantMessengerData property.
| |||||||||||
Gets the value of the internetEmailAddressData property.
| |||||||||||
Gets the value of the phoneNumberData 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
AddressDataType
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
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
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
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

