public class

CustomIDDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.CustomIDDataType

Class Overview

Wrapper for Custom Identifier Data.

Java class for Custom_ID_DataType complex type.

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

 <complexType name="Custom_ID_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID_Type_Reference" type="{urn:com.workday/bsvc}Custom_ID_TypeObjectType" minOccurs="0"/>
         <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_ID_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" 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 XMLGregorianCalendar expirationDate
protected String id
protected CustomIDTypeObjectType idTypeReference
protected XMLGregorianCalendar issuedDate
protected OrganizationObjectType organizationIDReference
Public Constructors
CustomIDDataType()
Public Methods
String getCustomDescription()
Gets the value of the customDescription property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getID()
Gets the value of the id property.
CustomIDTypeObjectType getIDTypeReference()
Gets the value of the idTypeReference property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
OrganizationObjectType getOrganizationIDReference()
Gets the value of the organizationIDReference property.
void setCustomDescription(String value)
Sets the value of the customDescription property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setID(String value)
Sets the value of the id property.
void setIDTypeReference(CustomIDTypeObjectType value)
Sets the value of the idTypeReference property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setOrganizationIDReference(OrganizationObjectType value)
Sets the value of the organizationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String customDescription

protected XMLGregorianCalendar expirationDate

protected String id

protected CustomIDTypeObjectType idTypeReference

protected XMLGregorianCalendar issuedDate

protected OrganizationObjectType organizationIDReference

Public Constructors

public CustomIDDataType ()

Public Methods

public String getCustomDescription ()

Gets the value of the customDescription property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public CustomIDTypeObjectType getIDTypeReference ()

Gets the value of the idTypeReference property.

Returns

public XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public OrganizationObjectType getOrganizationIDReference ()

Gets the value of the organizationIDReference property.

Returns

public void setCustomDescription (String value)

Sets the value of the customDescription property.

Parameters
value Allowed object is String

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setIDTypeReference (CustomIDTypeObjectType value)

Sets the value of the idTypeReference property.

Parameters
value Allowed object is CustomIDTypeObjectType

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOrganizationIDReference (OrganizationObjectType value)

Sets the value of the organizationIDReference property.

Parameters
value Allowed object is OrganizationObjectType