| java.lang.Object | |
| ↳ | com.workday.hr.ChangePersonalInformationResponseType |
Responds with the Event ID for the Personal Information Change Event.
Java class for Change_Personal_Information_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Personal_Information_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Personal_Information_Change_Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Personal_Information_Data" type="{urn:com.workday/bsvc}Change_Personal_Information_DataType" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| personalInformationChangeEventReference | |||||||||||
| personalInformationData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the personalInformationChangeEventReference property.
| |||||||||||
Gets the value of the personalInformationData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the personalInformationChangeEventReference property.
| |||||||||||
Sets the value of the personalInformationData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the personalInformationChangeEventReference property.
UniqueIdentifierObjectType
Gets the value of the personalInformationData property.
ChangePersonalInformationDataType
Gets the value of the version property.
Sets the value of the personalInformationChangeEventReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the personalInformationData property.
| value | Allowed object is
ChangePersonalInformationDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

