| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeeBenefitCoverageTypeDataType |
Information on any credits (earnings).
Java class for Payee_Benefit_Coverage_Type_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payee_Benefit_Coverage_Type_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Frequency_Annual_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="2"/>
</restriction>
</simpleType>
</element>
<element name="Flex_Credit_Details_Data" type="{urn:com.workday/bsvc}Flex_Credit_Details_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| flexCreditDetailsData | |||||||||||
| frequencyAnnualFactor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the flexCreditDetailsData property.
| |||||||||||
Gets the value of the frequencyAnnualFactor property.
| |||||||||||
Sets the value of the flexCreditDetailsData property.
| |||||||||||
Sets the value of the frequencyAnnualFactor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the flexCreditDetailsData 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 flexCreditDetailsData property.
For example, to add a new item, do as follows:
getFlexCreditDetailsData().add(newItem);
Objects of the following type(s) are allowed in the list
FlexCreditDetailsDataType
Gets the value of the frequencyAnnualFactor property.
Sets the value of the flexCreditDetailsData property.
| flexCreditDetailsData | Allowed object is
FlexCreditDetailsDataType
|
|---|
Sets the value of the frequencyAnnualFactor property.
| value | Allowed object is BigDecimal |
|---|