public class

PayrollRemittancePayslipMessageDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.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

Constants
long serialVersionUID
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

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