| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayGroupType |
Encapsulating element representing an External Pay Group and its associated data.
Java class for External_Pay_GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Pay_GroupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" minOccurs="0"/>
<element name="External_Pay_Group_Data" type="{urn:com.workday/bsvc}External_Pay_Group_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Frequency_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Last_Completed_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
<element name="Current_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
<element name="Next_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
<element name="Period_Content_Data" type="{urn:com.workday/bsvc}Period_Content_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="External_Pay_Component" type="{urn:com.workday/bsvc}External_Pay_ComponentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Benefits_Data" type="{urn:com.workday/bsvc}External_Pay_Group_Benefit_Plan_Year_DataType" minOccurs="0"/>
<element name="Last_Extract_Created_Data" type="{urn:com.workday/bsvc}Last_PI_Extract_Created_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| benefitsData | |||||||||||
| currentPeriodReference | |||||||||||
| externalPayComponent | |||||||||||
| externalPayGroupData | |||||||||||
| externalPayGroupReference | |||||||||||
| frequencyFactor | |||||||||||
| frequencyReference | |||||||||||
| lastCompletedPeriodReference | |||||||||||
| lastExtractCreatedData | |||||||||||
| nextPeriodReference | |||||||||||
| periodContentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the benefitsData property.
| |||||||||||
Gets the value of the currentPeriodReference property.
| |||||||||||
Gets the value of the externalPayComponent property.
| |||||||||||
Gets the value of the externalPayGroupData property.
| |||||||||||
Gets the value of the externalPayGroupReference property.
| |||||||||||
Gets the value of the frequencyFactor property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Gets the value of the lastCompletedPeriodReference property.
| |||||||||||
Gets the value of the lastExtractCreatedData property.
| |||||||||||
Gets the value of the nextPeriodReference property.
| |||||||||||
Gets the value of the periodContentData property.
| |||||||||||
Sets the value of the benefitsData property.
| |||||||||||
Sets the value of the currentPeriodReference property.
| |||||||||||
Sets the value of the externalPayComponent property.
| |||||||||||
Sets the value of the externalPayGroupData property.
| |||||||||||
Sets the value of the externalPayGroupReference property.
| |||||||||||
Sets the value of the frequencyFactor property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
Sets the value of the lastCompletedPeriodReference property.
| |||||||||||
Sets the value of the lastExtractCreatedData property.
| |||||||||||
Sets the value of the nextPeriodReference property.
| |||||||||||
Sets the value of the periodContentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the benefitsData property.
ExternalPayGroupBenefitPlanYearDataType
Gets the value of the currentPeriodReference property.
PeriodObjectType
Gets the value of the externalPayComponent 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 externalPayComponent property.
For example, to add a new item, do as follows:
getExternalPayComponent().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayComponentType
Gets the value of the externalPayGroupData 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 externalPayGroupData property.
For example, to add a new item, do as follows:
getExternalPayGroupData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayGroupDataType
Gets the value of the externalPayGroupReference property.
PayGroupObjectType
Gets the value of the frequencyFactor property.
Gets the value of the frequencyReference property.
FrequencyObjectType
Gets the value of the lastCompletedPeriodReference property.
PeriodObjectType
Gets the value of the lastExtractCreatedData 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 lastExtractCreatedData property.
For example, to add a new item, do as follows:
getLastExtractCreatedData().add(newItem);
Objects of the following type(s) are allowed in the list
LastPIExtractCreatedDataType
Gets the value of the nextPeriodReference property.
PeriodObjectType
Gets the value of the periodContentData 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 periodContentData property.
For example, to add a new item, do as follows:
getPeriodContentData().add(newItem);
Objects of the following type(s) are allowed in the list
PeriodContentDataType
Sets the value of the benefitsData property.
| value | Allowed object is
ExternalPayGroupBenefitPlanYearDataType
|
|---|
Sets the value of the currentPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the externalPayComponent property.
| externalPayComponent | Allowed object is
ExternalPayComponentType
|
|---|
Sets the value of the externalPayGroupData property.
| externalPayGroupData | Allowed object is
ExternalPayGroupDataType
|
|---|
Sets the value of the externalPayGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the frequencyFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the lastCompletedPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the lastExtractCreatedData property.
| lastExtractCreatedData | Allowed object is
LastPIExtractCreatedDataType
|
|---|
Sets the value of the nextPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodContentData property.
| periodContentData | Allowed object is
PeriodContentDataType
|
|---|