public class

WageAssignmentSpecificDataType

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

Constants
long serialVersionUID
Fields
protected Boolean headOfHousehold
protected Boolean married
Public Constructors
WageAssignmentSpecificDataType()
Public Methods
Boolean getHeadOfHousehold()
Gets the value of the headOfHousehold property.
Boolean getMarried()
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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean headOfHousehold

protected Boolean married

Public Constructors

public WageAssignmentSpecificDataType ()

Public Methods

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 Boolean getMarried ()

Gets the value of the married property. This getter has been renamed from isMarried() to getMarried() by cxf-xjc-boolean plugin.

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