public class

ChangePassportsAndVisasBusinessProcessDataType

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

Class Overview

Wrapper element for the Passport and Visa Identifier data.

Java class for Change_Passports_and_Visas_Business_Process_DataType complex type.

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

 <complexType name="Change_Passports_and_Visas_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="Passports_and_Visas_Identification_Data" type="{urn:com.workday/bsvc}Passports_and_Visas_Identification_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected PassportsAndVisasIdentificationDataType passportsAndVisasIdentificationData
protected WorkerObjectType workerReference
Public Constructors
ChangePassportsAndVisasBusinessProcessDataType()
Public Methods
PassportsAndVisasIdentificationDataType getPassportsAndVisasIdentificationData()
Gets the value of the passportsAndVisasIdentificationData property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setPassportsAndVisasIdentificationData(PassportsAndVisasIdentificationDataType value)
Sets the value of the passportsAndVisasIdentificationData 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 PassportsAndVisasIdentificationDataType passportsAndVisasIdentificationData

protected WorkerObjectType workerReference

Public Constructors

public ChangePassportsAndVisasBusinessProcessDataType ()

Public Methods

public PassportsAndVisasIdentificationDataType getPassportsAndVisasIdentificationData ()

Gets the value of the passportsAndVisasIdentificationData property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setPassportsAndVisasIdentificationData (PassportsAndVisasIdentificationDataType value)

Sets the value of the passportsAndVisasIdentificationData property.

Parameters
value Allowed object is PassportsAndVisasIdentificationDataType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType