| java.lang.Object | |
| ↳ | com.workday.hr.ContactInformationForPersonEventDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| workerContactInformationData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the workerContactInformationData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the workerContactInformationData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the effectiveDate property.
Gets the value of the workerContactInformationData property.
ContactInformationDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the workerContactInformationData property.
| value | Allowed object is
ContactInformationDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

