public class

PayrollRemittancePayslipMessageDataType

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

Class Overview

Payroll Remittance Payslip Message

Java class for Payroll_Remittance_Payslip_Message_DataType complex type.

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

 <complexType name="Payroll_Remittance_Payslip_Message_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payslip_Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String payslipMessage
Public Constructors
PayrollRemittancePayslipMessageDataType()
Public Methods
String getPayslipMessage()
Gets the value of the payslipMessage property.
void setPayslipMessage(String value)
Sets the value of the payslipMessage property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String payslipMessage

Public Constructors

public PayrollRemittancePayslipMessageDataType ()

Public Methods

public String getPayslipMessage ()

Gets the value of the payslipMessage property.

Returns
  • possible object is String

public void setPayslipMessage (String value)

Sets the value of the payslipMessage property.

Parameters
value Allowed object is String