| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.employees_2012_1.EmployeeAccruedTime |
Java class for EmployeeAccruedTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmployeeAccruedTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="payrollItem" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="accruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="accrualRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="monetaryRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="resetAccruedHoursAtYearEnd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="accrualMethod" type="{urn:types.employees_2012_1.lists.webservices.netsuite.com}EmployeeAccruedTimeAccrualMethod" minOccurs="0"/>
<element name="maximumAccruedHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accrualMethod | |||||||||||
| accrualRate | |||||||||||
| accruedHours | |||||||||||
| inactive | |||||||||||
| maximumAccruedHours | |||||||||||
| monetaryRate | |||||||||||
| payrollItem | |||||||||||
| resetAccruedHoursAtYearEnd | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accrualMethod property.
| |||||||||||
Gets the value of the accrualRate property.
| |||||||||||
Gets the value of the accruedHours property.
| |||||||||||
Gets the value of the maximumAccruedHours property.
| |||||||||||
Gets the value of the monetaryRate property.
| |||||||||||
Gets the value of the payrollItem property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the resetAccruedHoursAtYearEnd property.
| |||||||||||
Sets the value of the accrualMethod property.
| |||||||||||
Sets the value of the accrualRate property.
| |||||||||||
Sets the value of the accruedHours property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the maximumAccruedHours property.
| |||||||||||
Sets the value of the monetaryRate property.
| |||||||||||
Sets the value of the payrollItem property.
| |||||||||||
Sets the value of the resetAccruedHoursAtYearEnd property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accrualMethod property.
EmployeeAccruedTimeAccrualMethod
Gets the value of the accrualRate property.
Gets the value of the accruedHours property.
Gets the value of the maximumAccruedHours property.
Gets the value of the monetaryRate property.
Gets the value of the payrollItem property.
RecordRef
Gets the value of the inactive property.
Gets the value of the resetAccruedHoursAtYearEnd property.
Sets the value of the accrualMethod property.
| value | Allowed object is
EmployeeAccruedTimeAccrualMethod
|
|---|
Sets the value of the accrualRate property.
| value | Allowed object is Double |
|---|
Sets the value of the accruedHours property.
| value | Allowed object is Double |
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the maximumAccruedHours property.
| value | Allowed object is Double |
|---|
Sets the value of the monetaryRate property.
| value | Allowed object is Double |
|---|
Sets the value of the payrollItem property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the resetAccruedHoursAtYearEnd property.
| value | Allowed object is Boolean |
|---|