public class

PayrollMaritalStatusReferenceType

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

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

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