| java.lang.Object | |
| ↳ | com.workday.hr.ExternalIntegrationIDReferenceDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| descriptor | |||||||||||
| id | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the descriptor property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Sets the value of the descriptor property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the descriptor property.
Sets the value of the descriptor property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is
IDType
|
|---|

