| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayGroupDataType |
Encapsulating element representing an basic attributes of an External Pay Group.
Java class for External_Pay_Group_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Pay_Group_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType"/>
<element name="Period_Schedule_Reference" type="{urn:com.workday/bsvc}Period_ScheduleObjectType" minOccurs="0"/>
<element name="Override_First_Processing_Period_Reference" type="{urn:com.workday/bsvc}PeriodObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| overrideFirstProcessingPeriodReference | |||||||||||
| periodScheduleReference | |||||||||||
| runCategoryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the overrideFirstProcessingPeriodReference property.
| |||||||||||
Gets the value of the periodScheduleReference property.
| |||||||||||
Gets the value of the runCategoryReference property.
| |||||||||||
Sets the value of the overrideFirstProcessingPeriodReference property.
| |||||||||||
Sets the value of the periodScheduleReference property.
| |||||||||||
Sets the value of the runCategoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the overrideFirstProcessingPeriodReference property.
PeriodObjectType
Gets the value of the periodScheduleReference property.
PeriodScheduleObjectType
Gets the value of the runCategoryReference property.
RunCategoryObjectType
Sets the value of the overrideFirstProcessingPeriodReference property.
| value | Allowed object is
PeriodObjectType
|
|---|
Sets the value of the periodScheduleReference property.
| value | Allowed object is
PeriodScheduleObjectType
|
|---|
Sets the value of the runCategoryReference property.
| value | Allowed object is
RunCategoryObjectType
|
|---|