public class

CustomIDType

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

Class Overview

Encapsulating element for all Custom Identifier data.

Java class for Custom_IDType complex type.

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

 <complexType name="Custom_IDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Custom_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Custom_ID_Data" type="{urn:com.workday/bsvc}Custom_ID_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomIDDataType customIDData
protected UniqueIdentifierObjectType customIDReference
Public Constructors
CustomIDType()
Public Methods
CustomIDDataType getCustomIDData()
Gets the value of the customIDData property.
UniqueIdentifierObjectType getCustomIDReference()
Gets the value of the customIDReference property.
void setCustomIDData(CustomIDDataType value)
Sets the value of the customIDData property.
void setCustomIDReference(UniqueIdentifierObjectType value)
Sets the value of the customIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomIDDataType customIDData

protected UniqueIdentifierObjectType customIDReference

Public Constructors

public CustomIDType ()

Public Methods

public CustomIDDataType getCustomIDData ()

Gets the value of the customIDData property.

Returns

public UniqueIdentifierObjectType getCustomIDReference ()

Gets the value of the customIDReference property.

Returns

public void setCustomIDData (CustomIDDataType value)

Sets the value of the customIDData property.

Parameters
value Allowed object is CustomIDDataType

public void setCustomIDReference (UniqueIdentifierObjectType value)

Sets the value of the customIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType