public class

PutPayrollOffCyclePaymentResponseType

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

Class Overview

Payroll Off-cycle Payment Response

Java class for Put_Payroll_Off-cycle_Payment_ResponseType complex type.

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

 <complexType name="Put_Payroll_Off-cycle_Payment_ResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payroll_Off-cycle_Payment_Reference" type="{urn:com.workday/bsvc}Payroll_Off-cycle_Result_OverrideObjectType" minOccurs="0"/>
         <element name="Batch_ID" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String batchID
protected PayrollOffCycleResultOverrideObjectType payrollOffCyclePaymentReference
protected String version
Public Constructors
PutPayrollOffCyclePaymentResponseType()
Public Methods
String getBatchID()
Gets the value of the batchID property.
PayrollOffCycleResultOverrideObjectType getPayrollOffCyclePaymentReference()
Gets the value of the payrollOffCyclePaymentReference property.
String getVersion()
Gets the value of the version property.
void setBatchID(String value)
Sets the value of the batchID property.
void setPayrollOffCyclePaymentReference(PayrollOffCycleResultOverrideObjectType value)
Sets the value of the payrollOffCyclePaymentReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String batchID

protected PayrollOffCycleResultOverrideObjectType payrollOffCyclePaymentReference

protected String version

Public Constructors

public PutPayrollOffCyclePaymentResponseType ()

Public Methods

public String getBatchID ()

Gets the value of the batchID property.

Returns
  • possible object is String

public PayrollOffCycleResultOverrideObjectType getPayrollOffCyclePaymentReference ()

Gets the value of the payrollOffCyclePaymentReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setBatchID (String value)

Sets the value of the batchID property.

Parameters
value Allowed object is String

public void setPayrollOffCyclePaymentReference (PayrollOffCycleResultOverrideObjectType value)

Sets the value of the payrollOffCyclePaymentReference property.

Parameters
value Allowed object is PayrollOffCycleResultOverrideObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String