| java.lang.Object | |
| ↳ | com.workday.hr.ChangeGovernmentIDsBusinessProcessDataType |
Wrapper element for the Government Identifier data.
Java class for Change_Government_IDs_Business_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Change_Government_IDs_Business_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Government_Identification_data" type="{urn:com.workday/bsvc}Government_Identification_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| governmentIdentificationData | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the governmentIdentificationData property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the governmentIdentificationData property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the governmentIdentificationData property.
GovernmentIdentificationDataType
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the governmentIdentificationData property.
| value | Allowed object is
GovernmentIdentificationDataType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

