| java.lang.Object | |
| ↳ | com.workday.payroll.PayslipRunCategoryDataType |
Run Category Data
Java class for Payslip_Run_Category_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payslip_Run_Category_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Run_Category_Reference" type="{urn:com.workday/bsvc}Run_CategoryObjectType" minOccurs="0"/>
<element name="Regular_Run_Category" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| regularRunCategory | |||||||||||
| runCategoryReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the regularRunCategory property.
| |||||||||||
Gets the value of the runCategoryReference property.
| |||||||||||
Sets the value of the regularRunCategory property.
| |||||||||||
Sets the value of the runCategoryReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the regularRunCategory property. This getter has been renamed from isRegularRunCategory() to getRegularRunCategory() by cxf-xjc-boolean plugin.
Gets the value of the runCategoryReference property.
RunCategoryObjectType
Sets the value of the regularRunCategory property.
| value | Allowed object is Boolean |
|---|
Sets the value of the runCategoryReference property.
| value | Allowed object is
RunCategoryObjectType
|
|---|