public class

PayrollSupportOrderDataType

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

Class Overview

Payroll Support Order Data

Java class for Payroll_Support_Order_DataType complex type.

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

 <complexType name="Payroll_Support_Order_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="Original_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Amended_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           <element name="Termination_Order" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         </choice>
         <element name="Custodial_Party_Name" 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="Remittance_ID_Override" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Support_Order_Dependant_Reference" type="{urn:com.workday/bsvc}Support_Order_Dependent_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Support_Order_Details_Reference" type="{urn:com.workday/bsvc}Payroll_Support_Order_Detail_DataType" maxOccurs="unbounded" 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 Boolean amendedOrder
protected String custodialPartyName
protected Boolean originalOrder
protected String payrollLocalCountyAuthorityFIPSCode
protected String remittanceIDOverride
protected List<SupportOrderDependentDataType> supportOrderDependantReference
protected List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference
protected Boolean supportsSecondFamily
protected Boolean terminationOrder
Public Constructors
PayrollSupportOrderDataType()
Public Methods
Boolean getAmendedOrder()
Gets the value of the amendedOrder property.
String getCustodialPartyName()
Gets the value of the custodialPartyName property.
Boolean getOriginalOrder()
Gets the value of the originalOrder property.
String getPayrollLocalCountyAuthorityFIPSCode()
Gets the value of the payrollLocalCountyAuthorityFIPSCode property.
String getRemittanceIDOverride()
Gets the value of the remittanceIDOverride property.
List<SupportOrderDependentDataType> getSupportOrderDependantReference()
Gets the value of the supportOrderDependantReference property.
List<PayrollSupportOrderDetailDataType> getSupportOrderDetailsReference()
Gets the value of the supportOrderDetailsReference property.
Boolean getSupportsSecondFamily()
Gets the value of the supportsSecondFamily property.
Boolean getTerminationOrder()
Gets the value of the terminationOrder property.
void setAmendedOrder(Boolean value)
Sets the value of the amendedOrder property.
void setCustodialPartyName(String value)
Sets the value of the custodialPartyName property.
void setOriginalOrder(Boolean value)
Sets the value of the originalOrder property.
void setPayrollLocalCountyAuthorityFIPSCode(String value)
Sets the value of the payrollLocalCountyAuthorityFIPSCode property.
void setRemittanceIDOverride(String value)
Sets the value of the remittanceIDOverride property.
void setSupportOrderDependantReference(List<SupportOrderDependentDataType> supportOrderDependantReference)
Sets the value of the supportOrderDependantReference property.
void setSupportOrderDetailsReference(List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference)
Sets the value of the supportOrderDetailsReference property.
void setSupportsSecondFamily(Boolean value)
Sets the value of the supportsSecondFamily property.
void setTerminationOrder(Boolean value)
Sets the value of the terminationOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean amendedOrder

protected String custodialPartyName

protected Boolean originalOrder

protected String payrollLocalCountyAuthorityFIPSCode

protected String remittanceIDOverride

protected List<SupportOrderDependentDataType> supportOrderDependantReference

protected List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference

protected Boolean supportsSecondFamily

protected Boolean terminationOrder

Public Constructors

public PayrollSupportOrderDataType ()

Public Methods

public Boolean getAmendedOrder ()

Gets the value of the amendedOrder property. This getter has been renamed from isAmendedOrder() to getAmendedOrder() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getCustodialPartyName ()

Gets the value of the custodialPartyName property.

Returns
  • possible object is String

public Boolean getOriginalOrder ()

Gets the value of the originalOrder property. This getter has been renamed from isOriginalOrder() to getOriginalOrder() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getPayrollLocalCountyAuthorityFIPSCode ()

Gets the value of the payrollLocalCountyAuthorityFIPSCode property.

Returns
  • possible object is String

public String getRemittanceIDOverride ()

Gets the value of the remittanceIDOverride property.

Returns
  • possible object is String

public List<SupportOrderDependentDataType> getSupportOrderDependantReference ()

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

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

    getSupportOrderDependantReference().add(newItem);
 

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

public List<PayrollSupportOrderDetailDataType> getSupportOrderDetailsReference ()

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

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

    getSupportOrderDetailsReference().add(newItem);
 

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

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

Gets the value of the terminationOrder property. This getter has been renamed from isTerminationOrder() to getTerminationOrder() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAmendedOrder (Boolean value)

Sets the value of the amendedOrder property.

Parameters
value Allowed object is Boolean

public void setCustodialPartyName (String value)

Sets the value of the custodialPartyName property.

Parameters
value Allowed object is String

public void setOriginalOrder (Boolean value)

Sets the value of the originalOrder property.

Parameters
value Allowed object is Boolean

public void setPayrollLocalCountyAuthorityFIPSCode (String value)

Sets the value of the payrollLocalCountyAuthorityFIPSCode property.

Parameters
value Allowed object is String

public void setRemittanceIDOverride (String value)

Sets the value of the remittanceIDOverride property.

Parameters
value Allowed object is String

public void setSupportOrderDependantReference (List<SupportOrderDependentDataType> supportOrderDependantReference)

Sets the value of the supportOrderDependantReference property.

Parameters
supportOrderDependantReference Allowed object is SupportOrderDependentDataType

public void setSupportOrderDetailsReference (List<PayrollSupportOrderDetailDataType> supportOrderDetailsReference)

Sets the value of the supportOrderDetailsReference property.

Parameters
supportOrderDetailsReference Allowed object is PayrollSupportOrderDetailDataType

public void setSupportsSecondFamily (Boolean value)

Sets the value of the supportsSecondFamily property.

Parameters
value Allowed object is Boolean

public void setTerminationOrder (Boolean value)

Sets the value of the terminationOrder property.

Parameters
value Allowed object is Boolean