| java.lang.Object | |
| ↳ | com.workday.payroll.CredtitorGarnishmentSpecificDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditorGarnishmentTypeReference | |||||||||||
| headOfHousehold | |||||||||||
| numberOfDependents | |||||||||||
| workerIsLaborerOrMechanic | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditorGarnishmentTypeReference property.
| |||||||||||
Gets the value of the headOfHousehold property.
| |||||||||||
Gets the value of the numberOfDependents property.
| |||||||||||
Gets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
Sets the value of the creditorGarnishmentTypeReference property.
| |||||||||||
Sets the value of the headOfHousehold property.
| |||||||||||
Sets the value of the numberOfDependents property.
| |||||||||||
Sets the value of the workerIsLaborerOrMechanic property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditorGarnishmentTypeReference property.
UniqueIdentifierObjectType
Gets the value of the headOfHousehold property. This getter has been renamed from isHeadOfHousehold() to getHeadOfHousehold() by cxf-xjc-boolean plugin.
Gets the value of the numberOfDependents property.
Gets the value of the workerIsLaborerOrMechanic property. This getter has been renamed from isWorkerIsLaborerOrMechanic() to getWorkerIsLaborerOrMechanic() by cxf-xjc-boolean plugin.
Sets the value of the creditorGarnishmentTypeReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the headOfHousehold property.
| value | Allowed object is Boolean |
|---|
Sets the value of the numberOfDependents property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workerIsLaborerOrMechanic property.
| value | Allowed object is Boolean |
|---|