| java.lang.Object | |
| ↳ | com.workday.payroll.PayrollLimitOverrideDataType |
Element to hold all information about the Payroll Limit Override Data for Put or Get.
Java class for Payroll_Limit_Override_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Limit_Override_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Limit_Interface_Data" type="{urn:com.workday/bsvc}Limit_Interface_DataType" maxOccurs="unbounded"/>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Use_Limit_Override_Value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Limit_Override_Value" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| limitInterfaceData | |||||||||||
| limitOverrideValue | |||||||||||
| periodEndDate | |||||||||||
| periodStartDate | |||||||||||
| positionReference | |||||||||||
| useLimitOverrideValue | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the limitInterfaceData property.
| |||||||||||
Gets the value of the limitOverrideValue property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the useLimitOverrideValue property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the limitInterfaceData property.
| |||||||||||
Sets the value of the limitOverrideValue property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the useLimitOverrideValue property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the limitInterfaceData 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 limitInterfaceData property.
For example, to add a new item, do as follows:
getLimitInterfaceData().add(newItem);
Objects of the following type(s) are allowed in the list
LimitInterfaceDataType
Gets the value of the limitOverrideValue property.
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the useLimitOverrideValue property. This getter has been renamed from isUseLimitOverrideValue() to getUseLimitOverrideValue() by cxf-xjc-boolean plugin.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the limitInterfaceData property.
| limitInterfaceData | Allowed object is
LimitInterfaceDataType
|
|---|
Sets the value of the limitOverrideValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the useLimitOverrideValue property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|