public class

ExternalContactDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ExternalContactDataType

Class Overview

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>
 

Summary

Fields
protected String externalContactType
protected ExternalIntegrationIDDataType integrationIDData
Public Constructors
ExternalContactDataType()
Public Methods
String getExternalContactType()
Gets the value of the externalContactType property.
ExternalIntegrationIDDataType getIntegrationIDData()
Gets the value of the integrationIDData property.
void setExternalContactType(String value)
Sets the value of the externalContactType property.
void setIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the integrationIDData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String externalContactType

protected ExternalIntegrationIDDataType integrationIDData

Public Constructors

public ExternalContactDataType ()

Public Methods

public String getExternalContactType ()

Gets the value of the externalContactType property.

Returns
  • possible object is String

public ExternalIntegrationIDDataType getIntegrationIDData ()

Gets the value of the integrationIDData property.

Returns

public void setExternalContactType (String value)

Sets the value of the externalContactType property.

Parameters
value Allowed object is String

public void setIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the integrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType