public class

SubmitPaymentElectionEnrollmentRequestType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.SubmitPaymentElectionEnrollmentRequestType

Class Overview

Submit Payment Election Enrollment Request

Java class for Submit_Payment_Election_Enrollment_RequestType complex type.

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

 <complexType name="Submit_Payment_Election_Enrollment_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Process_Parameters" type="{urn:com.workday/bsvc}Financials_Business_Process_ParametersType" minOccurs="0"/>
         <element name="Payment_Election_Enrollment_Data" type="{urn:com.workday/bsvc}Payment_Election_Enrollment_for_Worker_DataType" minOccurs="0"/>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FinancialsBusinessProcessParametersType businessProcessParameters
protected PaymentElectionEnrollmentForWorkerDataType paymentElectionEnrollmentData
protected String version
Public Constructors
SubmitPaymentElectionEnrollmentRequestType()
Public Methods
FinancialsBusinessProcessParametersType getBusinessProcessParameters()
Gets the value of the businessProcessParameters property.
PaymentElectionEnrollmentForWorkerDataType getPaymentElectionEnrollmentData()
Gets the value of the paymentElectionEnrollmentData property.
String getVersion()
Gets the value of the version property.
void setBusinessProcessParameters(FinancialsBusinessProcessParametersType value)
Sets the value of the businessProcessParameters property.
void setPaymentElectionEnrollmentData(PaymentElectionEnrollmentForWorkerDataType value)
Sets the value of the paymentElectionEnrollmentData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FinancialsBusinessProcessParametersType businessProcessParameters

protected PaymentElectionEnrollmentForWorkerDataType paymentElectionEnrollmentData

protected String version

Public Constructors

public SubmitPaymentElectionEnrollmentRequestType ()

Public Methods

public FinancialsBusinessProcessParametersType getBusinessProcessParameters ()

Gets the value of the businessProcessParameters property.

Returns

public PaymentElectionEnrollmentForWorkerDataType getPaymentElectionEnrollmentData ()

Gets the value of the paymentElectionEnrollmentData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setBusinessProcessParameters (FinancialsBusinessProcessParametersType value)

Sets the value of the businessProcessParameters property.

Parameters
value Allowed object is FinancialsBusinessProcessParametersType

public void setPaymentElectionEnrollmentData (PaymentElectionEnrollmentForWorkerDataType value)

Sets the value of the paymentElectionEnrollmentData property.

Parameters
value Allowed object is PaymentElectionEnrollmentForWorkerDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String