| java.lang.Object | |
| ↳ | com.workday.integrations.ReferenceIDType |
The "Business Object" element contains object instances along with their corresponding Reference and Workday IDs.
Java class for Reference_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reference_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference_ID_Reference" type="{urn:com.workday/bsvc}Reference_IndexObjectType" minOccurs="0"/>
<element name="Reference_ID_Data" type="{urn:com.workday/bsvc}Reference_ID_DataType" minOccurs="0"/>
</sequence>
<attribute name="Descriptor" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| descriptor | |||||||||||
| referenceIDData | |||||||||||
| referenceIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the descriptor property.
| |||||||||||
Gets the value of the referenceIDData property.
| |||||||||||
Gets the value of the referenceIDReference property.
| |||||||||||
Sets the value of the descriptor property.
| |||||||||||
Sets the value of the referenceIDData property.
| |||||||||||
Sets the value of the referenceIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the descriptor property.
Gets the value of the referenceIDData property.
ReferenceIDDataType
Gets the value of the referenceIDReference property.
ReferenceIndexObjectType
Sets the value of the descriptor property.
| value | Allowed object is String |
|---|
Sets the value of the referenceIDData property.
| value | Allowed object is
ReferenceIDDataType
|
|---|
Sets the value of the referenceIDReference property.
| value | Allowed object is
ReferenceIndexObjectType
|
|---|