| java.lang.Object | |
| ↳ | workday.com.bsvc.BusinessEntityContactType |
Element containing Business Entity Contact reference and data
Java class for Business_Entity_ContactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Business_Entity_ContactType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Business_Entity_Contact_Reference" type="{urn:com.workday/bsvc}Business_Entity_ContactObjectType" minOccurs="0"/>
<element name="Business_Entity_Contact_Data" type="{urn:com.workday/bsvc}Business_Entity_Contact_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessEntityContactData | |||||||||||
| businessEntityContactReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessEntityContactData property.
| |||||||||||
Gets the value of the businessEntityContactReference property.
| |||||||||||
Sets the value of the businessEntityContactReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the businessEntityContactData 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 businessEntityContactData property.
For example, to add a new item, do as follows:
getBusinessEntityContactData().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessEntityContactDataType
Gets the value of the businessEntityContactReference property.
BusinessEntityContactObjectType
Sets the value of the businessEntityContactReference property.
| value | Allowed object is
BusinessEntityContactObjectType
|
|---|

