public class

PayrollMaritalStatusReferenceType

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

Class Overview

Payroll Marital Status Reference

Java class for Payroll_Marital_Status_ReferenceType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected String payrollMaritalStatusReference
Public Constructors
PayrollMaritalStatusReferenceType()
Public Methods
String getPayrollMaritalStatusReference()
Gets the value of the payrollMaritalStatusReference property.
void setPayrollMaritalStatusReference(String value)
Sets the value of the payrollMaritalStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String payrollMaritalStatusReference

Public Constructors

public PayrollMaritalStatusReferenceType ()

Public Methods

public String getPayrollMaritalStatusReference ()

Gets the value of the payrollMaritalStatusReference property.

Returns
  • possible object is String

public void setPayrollMaritalStatusReference (String value)

Sets the value of the payrollMaritalStatusReference property.

Parameters
value Allowed object is String