| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PutExternalPayGroupDataType |
Put External Pay Group Request element
Java class for Put_External_Pay_Group_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_External_Pay_Group_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType"/>
<element name="Last_Extract_Created_Data" type="{urn:com.workday/bsvc}Last_Extract_Created_DataType" minOccurs="0"/>
<element name="Period_Status_Data" type="{urn:com.workday/bsvc}Period_Status_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayGroupReference | |||||||||||
| lastExtractCreatedData | |||||||||||
| periodStatusData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayGroupReference property.
| |||||||||||
Gets the value of the lastExtractCreatedData property.
| |||||||||||
Gets the value of the periodStatusData property.
| |||||||||||
Sets the value of the externalPayGroupReference property.
| |||||||||||
Sets the value of the lastExtractCreatedData property.
| |||||||||||
Sets the value of the periodStatusData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayGroupReference property.
PayGroupObjectType
Gets the value of the lastExtractCreatedData property.
LastExtractCreatedDataType
Gets the value of the periodStatusData property.
PeriodStatusDataType
Sets the value of the externalPayGroupReference property.
| value | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the lastExtractCreatedData property.
| value | Allowed object is
LastExtractCreatedDataType
|
|---|
Sets the value of the periodStatusData property.
| value | Allowed object is
PeriodStatusDataType
|
|---|