public class

CustomIdentifierDataType

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

Class Overview

Encapsulating element for all Custom Identifier data.

Java class for Custom_Identifier_DataType complex type.

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

 <complexType name="Custom_Identifier_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Custom_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Custom_ID_Type_Reference" type="{urn:com.workday/bsvc}Custom_ID_Type_ReferenceType"/>
         <element name="Issued_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}Organization_ReferenceType" minOccurs="0"/>
         <element name="Custom_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String customDescription
protected String customID
protected CustomIDTypeReferenceType customIDTypeReference
protected XMLGregorianCalendar expirationDate
protected XMLGregorianCalendar issuedDate
protected OrganizationReferenceType organizationReference
Public Constructors
CustomIdentifierDataType()
Public Methods
String getCustomDescription()
Gets the value of the customDescription property.
String getCustomID()
Gets the value of the customID property.
CustomIDTypeReferenceType getCustomIDTypeReference()
Gets the value of the customIDTypeReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
OrganizationReferenceType getOrganizationReference()
Gets the value of the organizationReference property.
void setCustomDescription(String value)
Sets the value of the customDescription property.
void setCustomID(String value)
Sets the value of the customID property.
void setCustomIDTypeReference(CustomIDTypeReferenceType value)
Sets the value of the customIDTypeReference property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setOrganizationReference(OrganizationReferenceType value)
Sets the value of the organizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String customDescription

protected String customID

protected CustomIDTypeReferenceType customIDTypeReference

protected XMLGregorianCalendar expirationDate

protected XMLGregorianCalendar issuedDate

protected OrganizationReferenceType organizationReference

Public Constructors

public CustomIdentifierDataType ()

Public Methods

public String getCustomDescription ()

Gets the value of the customDescription property.

Returns
  • possible object is String

public String getCustomID ()

Gets the value of the customID property.

Returns
  • possible object is String

public CustomIDTypeReferenceType getCustomIDTypeReference ()

Gets the value of the customIDTypeReference property.

Returns

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public OrganizationReferenceType getOrganizationReference ()

Gets the value of the organizationReference property.

Returns

public void setCustomDescription (String value)

Sets the value of the customDescription property.

Parameters
value Allowed object is String

public void setCustomID (String value)

Sets the value of the customID property.

Parameters
value Allowed object is String

public void setCustomIDTypeReference (CustomIDTypeReferenceType value)

Sets the value of the customIDTypeReference property.

Parameters
value Allowed object is CustomIDTypeReferenceType

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOrganizationReference (OrganizationReferenceType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is OrganizationReferenceType