public class

PayrollSupportOrderLumpSumDataType

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

Class Overview

Payroll Support Order Lump Sum Data

Java class for Payroll_Support_Order_Lump_Sum_DataType complex type.

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

 <complexType name="Payroll_Support_Order_Lump_Sum_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Process_in_Regular_Period" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Custodial_Party_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remittance_ID_Override" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Supports_Second_Family" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Payroll_Local_County_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_County_AuthorityObjectType" minOccurs="0"/>
         <element name="Dependants_Reference" type="{urn:com.workday/bsvc}Support_Order_Dependent_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Support_Order_Detail_Reference" type="{urn:com.workday/bsvc}Payroll_Support_Order_Detail_DataType" minOccurs="0"/>
         <element name="Payroll_Local_County_Authority_FIPS_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String custodialPartyName
protected List<SupportOrderDependentDataType> dependantsReference
protected String payrollLocalCountyAuthorityFIPSCode
protected PayrollLocalCountyAuthorityObjectType payrollLocalCountyAuthorityReference
protected Boolean processInRegularPeriod
protected String remittanceIDOverride
protected PayrollSupportOrderDetailDataType supportOrderDetailReference
protected Boolean supportsSecondFamily
Public Constructors
PayrollSupportOrderLumpSumDataType()
Public Methods
String getCustodialPartyName()
Gets the value of the custodialPartyName property.
List<SupportOrderDependentDataType> getDependantsReference()
Gets the value of the dependantsReference property.
String getPayrollLocalCountyAuthorityFIPSCode()
Gets the value of the payrollLocalCountyAuthorityFIPSCode property.
PayrollLocalCountyAuthorityObjectType getPayrollLocalCountyAuthorityReference()
Gets the value of the payrollLocalCountyAuthorityReference property.
Boolean getProcessInRegularPeriod()
Gets the value of the processInRegularPeriod property.
String getRemittanceIDOverride()
Gets the value of the remittanceIDOverride property.
PayrollSupportOrderDetailDataType getSupportOrderDetailReference()
Gets the value of the supportOrderDetailReference property.
Boolean getSupportsSecondFamily()
Gets the value of the supportsSecondFamily property.
void setCustodialPartyName(String value)
Sets the value of the custodialPartyName property.
void setDependantsReference(List<SupportOrderDependentDataType> dependantsReference)
Sets the value of the dependantsReference property.
void setPayrollLocalCountyAuthorityFIPSCode(String value)
Sets the value of the payrollLocalCountyAuthorityFIPSCode property.
void setPayrollLocalCountyAuthorityReference(PayrollLocalCountyAuthorityObjectType value)
Sets the value of the payrollLocalCountyAuthorityReference property.
void setProcessInRegularPeriod(Boolean value)
Sets the value of the processInRegularPeriod property.
void setRemittanceIDOverride(String value)
Sets the value of the remittanceIDOverride property.
void setSupportOrderDetailReference(PayrollSupportOrderDetailDataType value)
Sets the value of the supportOrderDetailReference property.
void setSupportsSecondFamily(Boolean value)
Sets the value of the supportsSecondFamily property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String custodialPartyName

protected List<SupportOrderDependentDataType> dependantsReference

protected String payrollLocalCountyAuthorityFIPSCode

protected PayrollLocalCountyAuthorityObjectType payrollLocalCountyAuthorityReference

protected Boolean processInRegularPeriod

protected String remittanceIDOverride

protected PayrollSupportOrderDetailDataType supportOrderDetailReference

protected Boolean supportsSecondFamily

Public Constructors

public PayrollSupportOrderLumpSumDataType ()

Public Methods

public String getCustodialPartyName ()

Gets the value of the custodialPartyName property.

Returns
  • possible object is String

public List<SupportOrderDependentDataType> getDependantsReference ()

Gets the value of the dependantsReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dependantsReference property.

For example, to add a new item, do as follows:

    getDependantsReference().add(newItem);
 

Objects of the following type(s) are allowed in the list SupportOrderDependentDataType

public String getPayrollLocalCountyAuthorityFIPSCode ()

Gets the value of the payrollLocalCountyAuthorityFIPSCode property.

Returns
  • possible object is String

public PayrollLocalCountyAuthorityObjectType getPayrollLocalCountyAuthorityReference ()

Gets the value of the payrollLocalCountyAuthorityReference property.

Returns

public Boolean getProcessInRegularPeriod ()

Gets the value of the processInRegularPeriod property. This getter has been renamed from isProcessInRegularPeriod() to getProcessInRegularPeriod() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getRemittanceIDOverride ()

Gets the value of the remittanceIDOverride property.

Returns
  • possible object is String

public PayrollSupportOrderDetailDataType getSupportOrderDetailReference ()

Gets the value of the supportOrderDetailReference property.

Returns

public Boolean getSupportsSecondFamily ()

Gets the value of the supportsSecondFamily property. This getter has been renamed from isSupportsSecondFamily() to getSupportsSecondFamily() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCustodialPartyName (String value)

Sets the value of the custodialPartyName property.

Parameters
value Allowed object is String

public void setDependantsReference (List<SupportOrderDependentDataType> dependantsReference)

Sets the value of the dependantsReference property.

Parameters
dependantsReference Allowed object is SupportOrderDependentDataType

public void setPayrollLocalCountyAuthorityFIPSCode (String value)

Sets the value of the payrollLocalCountyAuthorityFIPSCode property.

Parameters
value Allowed object is String

public void setPayrollLocalCountyAuthorityReference (PayrollLocalCountyAuthorityObjectType value)

Sets the value of the payrollLocalCountyAuthorityReference property.

Parameters
value Allowed object is PayrollLocalCountyAuthorityObjectType

public void setProcessInRegularPeriod (Boolean value)

Sets the value of the processInRegularPeriod property.

Parameters
value Allowed object is Boolean

public void setRemittanceIDOverride (String value)

Sets the value of the remittanceIDOverride property.

Parameters
value Allowed object is String

public void setSupportOrderDetailReference (PayrollSupportOrderDetailDataType value)

Sets the value of the supportOrderDetailReference property.

Parameters
value Allowed object is PayrollSupportOrderDetailDataType

public void setSupportsSecondFamily (Boolean value)

Sets the value of the supportsSecondFamily property.

Parameters
value Allowed object is Boolean