| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollPayeeFICADataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allPositions | |||||||||||
| effectiveAsOf | |||||||||||
| medicareExemptData | |||||||||||
| oasdiExemptData | |||||||||||
| positionReference | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveAsOf property.
| |||||||||||
Gets the value of the medicareExemptData property.
| |||||||||||
Gets the value of the oasdiExemptData property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Gets the value of the allPositions property.
| |||||||||||
Sets the value of the allPositions property.
| |||||||||||
Sets the value of the effectiveAsOf property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the effectiveAsOf property.
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
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
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the workerReference property.
WorkerObjectType
Gets the value of the allPositions property.
Sets the value of the allPositions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the effectiveAsOf property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|

