public class

WageAssignmentSpecificDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WageAssignmentSpecificDataType

Class Overview

Wage Assignment Specific Data

Java class for Wage_Assignment_Specific_DataType complex type.

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

 <complexType name="Wage_Assignment_Specific_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Head_of_Household" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Married" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean headOfHousehold
protected Boolean married
Public Constructors
WageAssignmentSpecificDataType()
Public Methods
Boolean isHeadOfHousehold()
Gets the value of the headOfHousehold property.
Boolean isMarried()
Gets the value of the married property.
void setHeadOfHousehold(Boolean value)
Sets the value of the headOfHousehold property.
void setMarried(Boolean value)
Sets the value of the married property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean headOfHousehold

protected Boolean married

Public Constructors

public WageAssignmentSpecificDataType ()

Public Methods

public Boolean isHeadOfHousehold ()

Gets the value of the headOfHousehold property.

Returns
  • possible object is Boolean

public Boolean isMarried ()

Gets the value of the married property.

Returns
  • possible object is Boolean

public void setHeadOfHousehold (Boolean value)

Sets the value of the headOfHousehold property.

Parameters
value Allowed object is Boolean

public void setMarried (Boolean value)

Sets the value of the married property.

Parameters
value Allowed object is Boolean