public class

PayrollSupportOrderLumpSumDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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="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" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String custodialPartyName
protected List<SupportOrderDependentDataType> dependantsReference
protected Boolean processInRegularPeriod
protected String remittanceIDOverride
protected List<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 getRemittanceIDOverride()
Gets the value of the remittanceIDOverride property.
List<PayrollSupportOrderDetailDataType> getSupportOrderDetailReference()
Gets the value of the supportOrderDetailReference property.
Boolean isProcessInRegularPeriod()
Gets the value of the processInRegularPeriod property.
Boolean isSupportsSecondFamily()
Gets the value of the supportsSecondFamily property.
void setCustodialPartyName(String value)
Sets the value of the custodialPartyName property.
void setProcessInRegularPeriod(Boolean value)
Sets the value of the processInRegularPeriod property.
void setRemittanceIDOverride(String value)
Sets the value of the remittanceIDOverride property.
void setSupportsSecondFamily(Boolean value)
Sets the value of the supportsSecondFamily property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String custodialPartyName

protected List<SupportOrderDependentDataType> dependantsReference

protected Boolean processInRegularPeriod

protected String remittanceIDOverride

protected List<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 getRemittanceIDOverride ()

Gets the value of the remittanceIDOverride property.

Returns
  • possible object is String

public List<PayrollSupportOrderDetailDataType> getSupportOrderDetailReference ()

Gets the value of the supportOrderDetailReference 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 supportOrderDetailReference property.

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

    getSupportOrderDetailReference().add(newItem);
 

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

public Boolean isProcessInRegularPeriod ()

Gets the value of the processInRegularPeriod property.

Returns
  • possible object is Boolean

public Boolean isSupportsSecondFamily ()

Gets the value of the supportsSecondFamily property.

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 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 setSupportsSecondFamily (Boolean value)

Sets the value of the supportsSecondFamily property.

Parameters
value Allowed object is Boolean