| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PaymentElectionDataType |
Container element for each Payment Election
Java class for Payment_Election_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Election_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Order">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Payment_Election_Rule_Reference" type="{urn:com.workday/bsvc}Payment_Election_RuleObjectType"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType"/>
<element name="Worker_Bank_Account_Data" type="{urn:com.workday/bsvc}Worker_Bank_Account_WWS_DataType" minOccurs="0"/>
<choice>
<element name="Distribution_Amount">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Distribution_Percentage">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Distribution_Balance" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| currencyReference | |||||||||||
| distributionAmount | |||||||||||
| distributionBalance | |||||||||||
| distributionPercentage | |||||||||||
| order | |||||||||||
| paymentElectionRuleReference | |||||||||||
| paymentTypeReference | |||||||||||
| workerBankAccountData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the distributionAmount property.
| |||||||||||
Gets the value of the distributionBalance property.
| |||||||||||
Gets the value of the distributionPercentage property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Gets the value of the paymentElectionRuleReference property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Gets the value of the workerBankAccountData property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the distributionAmount property.
| |||||||||||
Sets the value of the distributionBalance property.
| |||||||||||
Sets the value of the distributionPercentage property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
Sets the value of the paymentElectionRuleReference property.
| |||||||||||
Sets the value of the paymentTypeReference property.
| |||||||||||
Sets the value of the workerBankAccountData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the distributionAmount property.
Gets the value of the distributionBalance property. This getter has been renamed from isDistributionBalance() to getDistributionBalance() by cxf-xjc-boolean plugin.
Gets the value of the distributionPercentage property.
Gets the value of the order property.
Gets the value of the paymentElectionRuleReference property.
PaymentElectionRuleObjectType
Gets the value of the paymentTypeReference property.
PaymentTypeObjectType
Gets the value of the workerBankAccountData property.
WorkerBankAccountWWSDataType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the distributionAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the distributionBalance property.
| value | Allowed object is Boolean |
|---|
Sets the value of the distributionPercentage property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the order property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentElectionRuleReference property.
| value | Allowed object is
PaymentElectionRuleObjectType
|
|---|
Sets the value of the paymentTypeReference property.
| value | Allowed object is
PaymentTypeObjectType
|
|---|
Sets the value of the workerBankAccountData property.
| value | Allowed object is
WorkerBankAccountWWSDataType
|
|---|