public class

ExternalIntegrationIDReferenceDataType

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

Class Overview

Integration ID reference is used as a unique identifier for integratable objects in the Workday system.

Java class for External_Integration_ID_Reference_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="External_Integration_ID_Reference_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{urn:com.workday/bsvc}IDType"/>
       </sequence>
       <attribute name="Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String descriptor
protected IDType id
Public Constructors
ExternalIntegrationIDReferenceDataType()
Public Methods
String getDescriptor()
Gets the value of the descriptor property.
IDType getID()
Gets the value of the id property.
void setDescriptor(String value)
Sets the value of the descriptor property.
void setID(IDType value)
Sets the value of the id property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String descriptor

protected IDType id

Public Constructors

public ExternalIntegrationIDReferenceDataType ()

Public Methods

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public IDType getID ()

Gets the value of the id property.

Returns

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String

public void setID (IDType value)

Sets the value of the id property.

Parameters
value Allowed object is IDType