| java.lang.Object | |
| ↳ | com.workday.payroll.LimitInterfaceDataType |
Limit Interface for the Payroll Limit Override
Java class for Limit_Interface_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Limit_Interface_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType"/>
<element name="Related_Calculation__All__Reference" type="{urn:com.workday/bsvc}Related_Calculation__All_ObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| payComponentReference | |||||||||||
| relatedCalculationAllReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the payComponentReference property.
| |||||||||||
Gets the value of the relatedCalculationAllReference property.
| |||||||||||
Sets the value of the payComponentReference property.
| |||||||||||
Sets the value of the relatedCalculationAllReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payComponentReference property.
PayComponentObjectType
Gets the value of the relatedCalculationAllReference property.
RelatedCalculationAllObjectType
Sets the value of the payComponentReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|
Sets the value of the relatedCalculationAllReference property.
| value | Allowed object is
RelatedCalculationAllObjectType
|
|---|