public class

CredtitorGarnishmentSpecificDataType

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

Class Overview

Creditor Garnishment Specific Data

Java class for Credtitor_Garnishment_Specific_DataType complex type.

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

 <complexType name="Credtitor_Garnishment_Specific_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Creditor_Garnishment_Type_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
         <element name="Head_of_Household" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Number_of_Dependents" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="2"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Worker_is_Laborer_or_Mechanic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType creditorGarnishmentTypeReference
protected Boolean headOfHousehold
protected BigDecimal numberOfDependents
protected Boolean workerIsLaborerOrMechanic
Public Constructors
CredtitorGarnishmentSpecificDataType()
Public Methods
UniqueIdentifierObjectType getCreditorGarnishmentTypeReference()
Gets the value of the creditorGarnishmentTypeReference property.
Boolean getHeadOfHousehold()
Gets the value of the headOfHousehold property.
BigDecimal getNumberOfDependents()
Gets the value of the numberOfDependents property.
Boolean getWorkerIsLaborerOrMechanic()
Gets the value of the workerIsLaborerOrMechanic property.
void setCreditorGarnishmentTypeReference(UniqueIdentifierObjectType value)
Sets the value of the creditorGarnishmentTypeReference property.
void setHeadOfHousehold(Boolean value)
Sets the value of the headOfHousehold property.
void setNumberOfDependents(BigDecimal value)
Sets the value of the numberOfDependents property.
void setWorkerIsLaborerOrMechanic(Boolean value)
Sets the value of the workerIsLaborerOrMechanic property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType creditorGarnishmentTypeReference

protected Boolean headOfHousehold

protected BigDecimal numberOfDependents

protected Boolean workerIsLaborerOrMechanic

Public Constructors

public CredtitorGarnishmentSpecificDataType ()

Public Methods

public UniqueIdentifierObjectType getCreditorGarnishmentTypeReference ()

Gets the value of the creditorGarnishmentTypeReference property.

Returns

public Boolean getHeadOfHousehold ()

Gets the value of the headOfHousehold property. This getter has been renamed from isHeadOfHousehold() to getHeadOfHousehold() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getNumberOfDependents ()

Gets the value of the numberOfDependents property.

Returns
  • possible object is BigDecimal

public Boolean getWorkerIsLaborerOrMechanic ()

Gets the value of the workerIsLaborerOrMechanic property. This getter has been renamed from isWorkerIsLaborerOrMechanic() to getWorkerIsLaborerOrMechanic() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCreditorGarnishmentTypeReference (UniqueIdentifierObjectType value)

Sets the value of the creditorGarnishmentTypeReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setHeadOfHousehold (Boolean value)

Sets the value of the headOfHousehold property.

Parameters
value Allowed object is Boolean

public void setNumberOfDependents (BigDecimal value)

Sets the value of the numberOfDependents property.

Parameters
value Allowed object is BigDecimal

public void setWorkerIsLaborerOrMechanic (Boolean value)

Sets the value of the workerIsLaborerOrMechanic property.

Parameters
value Allowed object is Boolean