public class

ContactInformationForPersonEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.ContactInformationForPersonEventDataType

Class Overview

Wrapper element for the Maintain Contact Information for Person business process web service

Java class for Contact_Information_for_Person_Event_DataType complex type.

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

 <complexType name="Contact_Information_for_Person_Event_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Worker_Contact_Information_Data" type="{urn:com.workday/bsvc}Contact_Information_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar effectiveDate
protected ContactInformationDataType workerContactInformationData
protected WorkerObjectType workerReference
Public Constructors
ContactInformationForPersonEventDataType()
Public Methods
XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.
ContactInformationDataType getWorkerContactInformationData()
Gets the value of the workerContactInformationData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
void setWorkerContactInformationData(ContactInformationDataType value)
Sets the value of the workerContactInformationData property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar effectiveDate

protected ContactInformationDataType workerContactInformationData

protected WorkerObjectType workerReference

Public Constructors

public ContactInformationForPersonEventDataType ()

Public Methods

public XMLGregorianCalendar getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public ContactInformationDataType getWorkerContactInformationData ()

Gets the value of the workerContactInformationData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setEffectiveDate (XMLGregorianCalendar value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWorkerContactInformationData (ContactInformationDataType value)

Sets the value of the workerContactInformationData property.

Parameters
value Allowed object is ContactInformationDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType