public class

CustomIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.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"/>
         <element name="Custom_ID_Shared_Reference" type="{urn:com.workday/bsvc}Custom_Identifier_ReferenceObjectType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CustomIDDataType customIDData
protected UniqueIdentifierObjectType customIDReference
protected CustomIdentifierReferenceObjectType customIDSharedReference
protected Boolean delete
Public Constructors
CustomIDType()
Public Methods
CustomIDDataType getCustomIDData()
Gets the value of the customIDData property.
UniqueIdentifierObjectType getCustomIDReference()
Gets the value of the customIDReference property.
CustomIdentifierReferenceObjectType getCustomIDSharedReference()
Gets the value of the customIDSharedReference property.
Boolean getDelete()
Gets the value of the delete property.
void setCustomIDData(CustomIDDataType value)
Sets the value of the customIDData property.
void setCustomIDReference(UniqueIdentifierObjectType value)
Sets the value of the customIDReference property.
void setCustomIDSharedReference(CustomIdentifierReferenceObjectType value)
Sets the value of the customIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CustomIDDataType customIDData

protected UniqueIdentifierObjectType customIDReference

protected CustomIdentifierReferenceObjectType customIDSharedReference

protected Boolean delete

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 CustomIdentifierReferenceObjectType getCustomIDSharedReference ()

Gets the value of the customIDSharedReference property.

Returns

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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

public void setCustomIDSharedReference (CustomIdentifierReferenceObjectType value)

Sets the value of the customIDSharedReference property.

Parameters
value Allowed object is CustomIdentifierReferenceObjectType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean