public class

ReferenceIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.ReferenceIDType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String descriptor
protected ReferenceIDDataType referenceIDData
protected ReferenceIndexObjectType referenceIDReference
Public Constructors
ReferenceIDType()
Public Methods
String getDescriptor()
Gets the value of the descriptor property.
ReferenceIDDataType getReferenceIDData()
Gets the value of the referenceIDData property.
ReferenceIndexObjectType getReferenceIDReference()
Gets the value of the referenceIDReference property.
void setDescriptor(String value)
Sets the value of the descriptor property.
void setReferenceIDData(ReferenceIDDataType value)
Sets the value of the referenceIDData property.
void setReferenceIDReference(ReferenceIndexObjectType value)
Sets the value of the referenceIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String descriptor

protected ReferenceIDDataType referenceIDData

protected ReferenceIndexObjectType referenceIDReference

Public Constructors

public ReferenceIDType ()

Public Methods

public String getDescriptor ()

Gets the value of the descriptor property.

Returns
  • possible object is String

public ReferenceIDDataType getReferenceIDData ()

Gets the value of the referenceIDData property.

Returns

public ReferenceIndexObjectType getReferenceIDReference ()

Gets the value of the referenceIDReference property.

Returns

public void setDescriptor (String value)

Sets the value of the descriptor property.

Parameters
value Allowed object is String

public void setReferenceIDData (ReferenceIDDataType value)

Sets the value of the referenceIDData property.

Parameters
value Allowed object is ReferenceIDDataType

public void setReferenceIDReference (ReferenceIndexObjectType value)

Sets the value of the referenceIDReference property.

Parameters
value Allowed object is ReferenceIndexObjectType