| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollSupportOrderLumpSumDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| custodialPartyName | |||||||||||
| dependantsReference | |||||||||||
| payrollLocalCountyAuthorityFIPSCode | |||||||||||
| payrollLocalCountyAuthorityReference | |||||||||||
| processInRegularPeriod | |||||||||||
| remittanceIDOverride | |||||||||||
| supportOrderDetailReference | |||||||||||
| supportsSecondFamily | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the custodialPartyName property.
| |||||||||||
Gets the value of the dependantsReference property.
| |||||||||||
Gets the value of the payrollLocalCountyAuthorityFIPSCode property.
| |||||||||||
Gets the value of the payrollLocalCountyAuthorityReference property.
| |||||||||||
Gets the value of the processInRegularPeriod property.
| |||||||||||
Gets the value of the remittanceIDOverride property.
| |||||||||||
Gets the value of the supportOrderDetailReference property.
| |||||||||||
Gets the value of the supportsSecondFamily property.
| |||||||||||
Sets the value of the custodialPartyName property.
| |||||||||||
Sets the value of the dependantsReference property.
| |||||||||||
Sets the value of the payrollLocalCountyAuthorityFIPSCode property.
| |||||||||||
Sets the value of the payrollLocalCountyAuthorityReference property.
| |||||||||||
Sets the value of the processInRegularPeriod property.
| |||||||||||
Sets the value of the remittanceIDOverride property.
| |||||||||||
Sets the value of the supportOrderDetailReference property.
| |||||||||||
Sets the value of the supportsSecondFamily property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the custodialPartyName property.
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
Gets the value of the payrollLocalCountyAuthorityFIPSCode property.
Gets the value of the payrollLocalCountyAuthorityReference property.
PayrollLocalCountyAuthorityObjectType
Gets the value of the processInRegularPeriod property. This getter has been renamed from isProcessInRegularPeriod() to getProcessInRegularPeriod() by cxf-xjc-boolean plugin.
Gets the value of the remittanceIDOverride property.
Gets the value of the supportOrderDetailReference property.
PayrollSupportOrderDetailDataType
Gets the value of the supportsSecondFamily property. This getter has been renamed from isSupportsSecondFamily() to getSupportsSecondFamily() by cxf-xjc-boolean plugin.
Sets the value of the custodialPartyName property.
| value | Allowed object is String |
|---|
Sets the value of the dependantsReference property.
| dependantsReference | Allowed object is
SupportOrderDependentDataType
|
|---|
Sets the value of the payrollLocalCountyAuthorityFIPSCode property.
| value | Allowed object is String |
|---|
Sets the value of the payrollLocalCountyAuthorityReference property.
| value | Allowed object is
PayrollLocalCountyAuthorityObjectType
|
|---|
Sets the value of the processInRegularPeriod property.
| value | Allowed object is Boolean |
|---|
Sets the value of the remittanceIDOverride property.
| value | Allowed object is String |
|---|
Sets the value of the supportOrderDetailReference property.
| value | Allowed object is
PayrollSupportOrderDetailDataType
|
|---|
Sets the value of the supportsSecondFamily property.
| value | Allowed object is Boolean |
|---|