public class

PayrollPayeeFICADataType

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

Class Overview

Payroll Payee FICA Medicare and OASDI Data

Java class for Payroll_Payee_FICA_DataType complex type.

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

 <complexType name="Payroll_Payee_FICA_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
         <element name="All_Positions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Effective_As_Of" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="Medicare_Exempt_Data" type="{urn:com.workday/bsvc}Medicare_Exempt_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OASDI_Exempt_Data" type="{urn:com.workday/bsvc}OASDI_Exempt_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean allPositions
protected XMLGregorianCalendar effectiveAsOf
protected List<MedicareExemptDataType> medicareExemptData
protected List<OASDIExemptDataType> oasdiExemptData
protected PositionElementObjectType positionReference
protected WorkerObjectType workerReference
Public Constructors
PayrollPayeeFICADataType()
Public Methods
Boolean getAllPositions()
Gets the value of the allPositions property.
XMLGregorianCalendar getEffectiveAsOf()
Gets the value of the effectiveAsOf property.
List<MedicareExemptDataType> getMedicareExemptData()
Gets the value of the medicareExemptData property.
List<OASDIExemptDataType> getOASDIExemptData()
Gets the value of the oasdiExemptData property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
WorkerObjectType getWorkerReference()
Gets the value of the workerReference property.
void setAllPositions(Boolean value)
Sets the value of the allPositions property.
void setEffectiveAsOf(XMLGregorianCalendar value)
Sets the value of the effectiveAsOf property.
void setMedicareExemptData(List<MedicareExemptDataType> medicareExemptData)
Sets the value of the medicareExemptData property.
void setOASDIExemptData(List<OASDIExemptDataType> oasdiExemptData)
Sets the value of the oasdiExemptData property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setWorkerReference(WorkerObjectType value)
Sets the value of the workerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean allPositions

protected XMLGregorianCalendar effectiveAsOf

protected List<MedicareExemptDataType> medicareExemptData

protected List<OASDIExemptDataType> oasdiExemptData

protected PositionElementObjectType positionReference

protected WorkerObjectType workerReference

Public Constructors

public PayrollPayeeFICADataType ()

Public Methods

public Boolean getAllPositions ()

Gets the value of the allPositions property. This getter has been renamed from isAllPositions() to getAllPositions() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getEffectiveAsOf ()

Gets the value of the effectiveAsOf property.

Returns
  • possible object is XMLGregorianCalendar

public List<MedicareExemptDataType> getMedicareExemptData ()

Gets the value of the medicareExemptData 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 medicareExemptData property.

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

    getMedicareExemptData().add(newItem);
 

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

public List<OASDIExemptDataType> getOASDIExemptData ()

Gets the value of the oasdiExemptData 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 oasdiExemptData property.

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

    getOASDIExemptData().add(newItem);
 

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

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public WorkerObjectType getWorkerReference ()

Gets the value of the workerReference property.

Returns

public void setAllPositions (Boolean value)

Sets the value of the allPositions property.

Parameters
value Allowed object is Boolean

public void setEffectiveAsOf (XMLGregorianCalendar value)

Sets the value of the effectiveAsOf property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMedicareExemptData (List<MedicareExemptDataType> medicareExemptData)

Sets the value of the medicareExemptData property.

Parameters
medicareExemptData Allowed object is MedicareExemptDataType

public void setOASDIExemptData (List<OASDIExemptDataType> oasdiExemptData)

Sets the value of the oasdiExemptData property.

Parameters
oasdiExemptData Allowed object is OASDIExemptDataType

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setWorkerReference (WorkerObjectType value)

Sets the value of the workerReference property.

Parameters
value Allowed object is WorkerObjectType