public class

PayrollRemittanceWorkerDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.PayrollRemittanceWorkerDataType

Class Overview

Payroll Remittance Data

Java class for Payroll_Remittance_Worker_DataType complex type.

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

 <complexType name="Payroll_Remittance_Worker_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Employee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Employee_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Preferred_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Legal_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Legal_First_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Legal_Last_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Legal_Middle_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Date_of_Birth" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="SSN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
         <element name="Department_Name_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" minOccurs="0"/>
         <element name="Supervisory_Organization_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Region_Reference" type="{urn:com.workday/bsvc}RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Region_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Cost_Center_Reference" type="{urn:com.workday/bsvc}Cost_CenterObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Cost_Center_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Manager_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Home_Address_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String company
protected String costCenterID
protected List<CostCenterObjectType> costCenterReference
protected XMLGregorianCalendar dateOfBirth
protected SupervisoryOrganizationObjectType departmentNameReference
protected String employeeID
protected String employeeName
protected List<AddressInformationDataType> homeAddressData
protected String legalFirstName
protected String legalLastName
protected String legalMiddleName
protected String legalName
protected LocationObjectType locationReference
protected WorkerObjectType managerReference
protected String phone
protected String preferredName
protected String regionID
protected List<RegionObjectType> regionReference
protected String ssn
protected String supervisoryOrganizationID
Public Constructors
PayrollRemittanceWorkerDataType()
Public Methods
String getCompany()
Gets the value of the company property.
String getCostCenterID()
Gets the value of the costCenterID property.
List<CostCenterObjectType> getCostCenterReference()
Gets the value of the costCenterReference property.
XMLGregorianCalendar getDateOfBirth()
Gets the value of the dateOfBirth property.
SupervisoryOrganizationObjectType getDepartmentNameReference()
Gets the value of the departmentNameReference property.
String getEmployeeID()
Gets the value of the employeeID property.
String getEmployeeName()
Gets the value of the employeeName property.
List<AddressInformationDataType> getHomeAddressData()
Gets the value of the homeAddressData property.
String getLegalFirstName()
Gets the value of the legalFirstName property.
String getLegalLastName()
Gets the value of the legalLastName property.
String getLegalMiddleName()
Gets the value of the legalMiddleName property.
String getLegalName()
Gets the value of the legalName property.
LocationObjectType getLocationReference()
Gets the value of the locationReference property.
WorkerObjectType getManagerReference()
Gets the value of the managerReference property.
String getPhone()
Gets the value of the phone property.
String getPreferredName()
Gets the value of the preferredName property.
String getRegionID()
Gets the value of the regionID property.
List<RegionObjectType> getRegionReference()
Gets the value of the regionReference property.
String getSSN()
Gets the value of the ssn property.
String getSupervisoryOrganizationID()
Gets the value of the supervisoryOrganizationID property.
void setCompany(String value)
Sets the value of the company property.
void setCostCenterID(String value)
Sets the value of the costCenterID property.
void setCostCenterReference(List<CostCenterObjectType> costCenterReference)
Sets the value of the costCenterReference property.
void setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
void setDepartmentNameReference(SupervisoryOrganizationObjectType value)
Sets the value of the departmentNameReference property.
void setEmployeeID(String value)
Sets the value of the employeeID property.
void setEmployeeName(String value)
Sets the value of the employeeName property.
void setHomeAddressData(List<AddressInformationDataType> homeAddressData)
Sets the value of the homeAddressData property.
void setLegalFirstName(String value)
Sets the value of the legalFirstName property.
void setLegalLastName(String value)
Sets the value of the legalLastName property.
void setLegalMiddleName(String value)
Sets the value of the legalMiddleName property.
void setLegalName(String value)
Sets the value of the legalName property.
void setLocationReference(LocationObjectType value)
Sets the value of the locationReference property.
void setManagerReference(WorkerObjectType value)
Sets the value of the managerReference property.
void setPhone(String value)
Sets the value of the phone property.
void setPreferredName(String value)
Sets the value of the preferredName property.
void setRegionID(String value)
Sets the value of the regionID property.
void setRegionReference(List<RegionObjectType> regionReference)
Sets the value of the regionReference property.
void setSSN(String value)
Sets the value of the ssn property.
void setSupervisoryOrganizationID(String value)
Sets the value of the supervisoryOrganizationID property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String company

protected String costCenterID

protected List<CostCenterObjectType> costCenterReference

protected XMLGregorianCalendar dateOfBirth

protected SupervisoryOrganizationObjectType departmentNameReference

protected String employeeID

protected String employeeName

protected List<AddressInformationDataType> homeAddressData

protected String legalFirstName

protected String legalLastName

protected String legalMiddleName

protected String legalName

protected LocationObjectType locationReference

protected WorkerObjectType managerReference

protected String phone

protected String preferredName

protected String regionID

protected List<RegionObjectType> regionReference

protected String ssn

protected String supervisoryOrganizationID

Public Constructors

public PayrollRemittanceWorkerDataType ()

Public Methods

public String getCompany ()

Gets the value of the company property.

Returns
  • possible object is String

public String getCostCenterID ()

Gets the value of the costCenterID property.

Returns
  • possible object is String

public List<CostCenterObjectType> getCostCenterReference ()

Gets the value of the costCenterReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the costCenterReference property.

For example, to add a new item, do as follows:

    getCostCenterReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CostCenterObjectType

public XMLGregorianCalendar getDateOfBirth ()

Gets the value of the dateOfBirth property.

Returns
  • possible object is XMLGregorianCalendar

public SupervisoryOrganizationObjectType getDepartmentNameReference ()

Gets the value of the departmentNameReference property.

Returns

public String getEmployeeID ()

Gets the value of the employeeID property.

Returns
  • possible object is String

public String getEmployeeName ()

Gets the value of the employeeName property.

Returns
  • possible object is String

public List<AddressInformationDataType> getHomeAddressData ()

Gets the value of the homeAddressData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the homeAddressData property.

For example, to add a new item, do as follows:

    getHomeAddressData().add(newItem);
 

Objects of the following type(s) are allowed in the list AddressInformationDataType

public String getLegalFirstName ()

Gets the value of the legalFirstName property.

Returns
  • possible object is String

public String getLegalLastName ()

Gets the value of the legalLastName property.

Returns
  • possible object is String

public String getLegalMiddleName ()

Gets the value of the legalMiddleName property.

Returns
  • possible object is String

public String getLegalName ()

Gets the value of the legalName property.

Returns
  • possible object is String

public LocationObjectType getLocationReference ()

Gets the value of the locationReference property.

Returns

public WorkerObjectType getManagerReference ()

Gets the value of the managerReference property.

Returns

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getPreferredName ()

Gets the value of the preferredName property.

Returns
  • possible object is String

public String getRegionID ()

Gets the value of the regionID property.

Returns
  • possible object is String

public List<RegionObjectType> getRegionReference ()

Gets the value of the regionReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the regionReference property.

For example, to add a new item, do as follows:

    getRegionReference().add(newItem);
 

Objects of the following type(s) are allowed in the list RegionObjectType

public String getSSN ()

Gets the value of the ssn property.

Returns
  • possible object is String

public String getSupervisoryOrganizationID ()

Gets the value of the supervisoryOrganizationID property.

Returns
  • possible object is String

public void setCompany (String value)

Sets the value of the company property.

Parameters
value Allowed object is String

public void setCostCenterID (String value)

Sets the value of the costCenterID property.

Parameters
value Allowed object is String

public void setCostCenterReference (List<CostCenterObjectType> costCenterReference)

Sets the value of the costCenterReference property.

Parameters
costCenterReference Allowed object is CostCenterObjectType

public void setDateOfBirth (XMLGregorianCalendar value)

Sets the value of the dateOfBirth property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDepartmentNameReference (SupervisoryOrganizationObjectType value)

Sets the value of the departmentNameReference property.

Parameters
value Allowed object is SupervisoryOrganizationObjectType

public void setEmployeeID (String value)

Sets the value of the employeeID property.

Parameters
value Allowed object is String

public void setEmployeeName (String value)

Sets the value of the employeeName property.

Parameters
value Allowed object is String

public void setHomeAddressData (List<AddressInformationDataType> homeAddressData)

Sets the value of the homeAddressData property.

Parameters
homeAddressData Allowed object is AddressInformationDataType

public void setLegalFirstName (String value)

Sets the value of the legalFirstName property.

Parameters
value Allowed object is String

public void setLegalLastName (String value)

Sets the value of the legalLastName property.

Parameters
value Allowed object is String

public void setLegalMiddleName (String value)

Sets the value of the legalMiddleName property.

Parameters
value Allowed object is String

public void setLegalName (String value)

Sets the value of the legalName property.

Parameters
value Allowed object is String

public void setLocationReference (LocationObjectType value)

Sets the value of the locationReference property.

Parameters
value Allowed object is LocationObjectType

public void setManagerReference (WorkerObjectType value)

Sets the value of the managerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setPreferredName (String value)

Sets the value of the preferredName property.

Parameters
value Allowed object is String

public void setRegionID (String value)

Sets the value of the regionID property.

Parameters
value Allowed object is String

public void setRegionReference (List<RegionObjectType> regionReference)

Sets the value of the regionReference property.

Parameters
regionReference Allowed object is RegionObjectType

public void setSSN (String value)

Sets the value of the ssn property.

Parameters
value Allowed object is String

public void setSupervisoryOrganizationID (String value)

Sets the value of the supervisoryOrganizationID property.

Parameters
value Allowed object is String