public class

CustomIDTypeReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CustomIDTypeReferenceType

Class Overview

Reference element representing a unique instance of Custom ID Type.

Java class for Custom_ID_Type_ReferenceType complex type.

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

 <complexType name="Custom_ID_Type_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Custom_ID_Type_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String customIDTypeName
Public Constructors
CustomIDTypeReferenceType()
Public Methods
String getCustomIDTypeName()
Gets the value of the customIDTypeName property.
void setCustomIDTypeName(String value)
Sets the value of the customIDTypeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String customIDTypeName

Public Constructors

public CustomIDTypeReferenceType ()

Public Methods

public String getCustomIDTypeName ()

Gets the value of the customIDTypeName property.

Returns
  • possible object is String

public void setCustomIDTypeName (String value)

Sets the value of the customIDTypeName property.

Parameters
value Allowed object is String