public class

MedicareExemptDataType

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

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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean exemptFromMedicare

protected List<PayrollPayeeFICAExemptReasonObjectType> medicareReasonForExemptionReference

Public Constructors

public MedicareExemptDataType ()

Public Methods

public Boolean getExemptFromMedicare ()

Gets the value of the exemptFromMedicare property. This getter has been renamed from isExemptFromMedicare() to getExemptFromMedicare() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 void setExemptFromMedicare (Boolean value)

Sets the value of the exemptFromMedicare property.

Parameters
value Allowed object is Boolean

public void setMedicareReasonForExemptionReference (List<PayrollPayeeFICAExemptReasonObjectType> medicareReasonForExemptionReference)

Sets the value of the medicareReasonForExemptionReference property.

Parameters
medicareReasonForExemptionReference Allowed object is PayrollPayeeFICAExemptReasonObjectType