| java.lang.Object | |
| ↳ | com.workday.hr.ExternalContactDataType |
Encapsulating element containing all External Contact data.
Java class for External_Contact_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Contact_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="External_Contact_Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalContactType | |||||||||||
| integrationIDData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalContactType property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Sets the value of the externalContactType property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the externalContactType property.
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Sets the value of the externalContactType property.
| value | Allowed object is String |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|

