public class

CredtitorGarnishmentSpecificDataType

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

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.
BigDecimal getNumberOfDependents()
Gets the value of the numberOfDependents property.
Boolean isHeadOfHousehold()
Gets the value of the headOfHousehold property.
Boolean isWorkerIsLaborerOrMechanic()
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

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 BigDecimal getNumberOfDependents ()

Gets the value of the numberOfDependents property.

Returns
  • possible object is BigDecimal

public Boolean isHeadOfHousehold ()

Gets the value of the headOfHousehold property.

Returns
  • possible object is Boolean

public Boolean isWorkerIsLaborerOrMechanic ()

Gets the value of the workerIsLaborerOrMechanic property.

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