public class

MedicareExemptDataType

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

Class Overview

Medicare Exempt Data

Java class for Medicare_Exempt_DataType complex type.

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

 <complexType name="Medicare_Exempt_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Exempt_from_Medicare" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Medicare_Reason_for_Exemption_Reference" type="{urn:com.workday/bsvc}Payroll_Payee_FICA_Exempt_ReasonObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean exemptFromMedicare
protected List<PayrollPayeeFICAExemptReasonObjectType> medicareReasonForExemptionReference
Public Constructors
MedicareExemptDataType()
Public Methods
List<PayrollPayeeFICAExemptReasonObjectType> getMedicareReasonForExemptionReference()
Gets the value of the medicareReasonForExemptionReference property.
Boolean isExemptFromMedicare()
Gets the value of the exemptFromMedicare property.
void setExemptFromMedicare(Boolean value)
Sets the value of the exemptFromMedicare property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean exemptFromMedicare

protected List<PayrollPayeeFICAExemptReasonObjectType> medicareReasonForExemptionReference

Public Constructors

public MedicareExemptDataType ()

Public Methods

public List<PayrollPayeeFICAExemptReasonObjectType> getMedicareReasonForExemptionReference ()

Gets the value of the medicareReasonForExemptionReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the medicareReasonForExemptionReference property.

For example, to add a new item, do as follows:

    getMedicareReasonForExemptionReference().add(newItem);
 

Objects of the following type(s) are allowed in the list PayrollPayeeFICAExemptReasonObjectType

public Boolean isExemptFromMedicare ()

Gets the value of the exemptFromMedicare property.

Returns
  • possible object is Boolean

public void setExemptFromMedicare (Boolean value)

Sets the value of the exemptFromMedicare property.

Parameters
value Allowed object is Boolean