| java.lang.Object | |
| ↳ | workday.com.bsvc.PayrollInputWorktagsDataType |
Payroll Worktags
Java class for Payroll_Input_Worktags_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payroll_Input_Worktags_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Region_Reference" type="{urn:com.workday/bsvc}RegionObjectType" minOccurs="0"/>
<element name="Job_Profile_Reference" type="{urn:com.workday/bsvc}Job_ProfileObjectType" minOccurs="0"/>
<element name="Cost_Center_Reference" type="{urn:com.workday/bsvc}Cost_CenterObjectType" minOccurs="0"/>
<element name="Project_Reference" type="{urn:com.workday/bsvc}ProjectObjectType" minOccurs="0"/>
<element name="Withholding_Order_Case_Reference" type="{urn:com.workday/bsvc}Withholding_Order_CaseObjectType" minOccurs="0"/>
<element name="State_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_State_AuthorityObjectType" minOccurs="0"/>
<element name="County_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_County_AuthorityObjectType" minOccurs="0"/>
<element name="City_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_City_AuthorityObjectType" minOccurs="0"/>
<element name="School_District_Authority_Reference" type="{urn:com.workday/bsvc}Payroll_Local_School_District_AuthorityObjectType" minOccurs="0"/>
<element name="Custom_Worktag_1_Reference" type="{urn:com.workday/bsvc}Custom_Worktag_1ObjectType" minOccurs="0"/>
<element name="Custom_Worktag_2_Reference" type="{urn:com.workday/bsvc}Custom_Worktag_2ObjectType" minOccurs="0"/>
<element name="Custom_Worktag_3_Reference" type="{urn:com.workday/bsvc}Custom_Worktag_3ObjectType" minOccurs="0"/>
<element name="Custom_Worktag_4_Reference" type="{urn:com.workday/bsvc}Custom_Worktag_4ObjectType" minOccurs="0"/>
<element name="Custom_Worktag_5_Reference" type="{urn:com.workday/bsvc}Custom_Worktag_5ObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cityAuthorityReference | |||||||||||
| costCenterReference | |||||||||||
| countyAuthorityReference | |||||||||||
| customWorktag1Reference | |||||||||||
| customWorktag2Reference | |||||||||||
| customWorktag3Reference | |||||||||||
| customWorktag4Reference | |||||||||||
| customWorktag5Reference | |||||||||||
| jobProfileReference | |||||||||||
| locationReference | |||||||||||
| projectReference | |||||||||||
| regionReference | |||||||||||
| schoolDistrictAuthorityReference | |||||||||||
| stateAuthorityReference | |||||||||||
| withholdingOrderCaseReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cityAuthorityReference property.
| |||||||||||
Gets the value of the costCenterReference property.
| |||||||||||
Gets the value of the countyAuthorityReference property.
| |||||||||||
Gets the value of the customWorktag1Reference property.
| |||||||||||
Gets the value of the customWorktag2Reference property.
| |||||||||||
Gets the value of the customWorktag3Reference property.
| |||||||||||
Gets the value of the customWorktag4Reference property.
| |||||||||||
Gets the value of the customWorktag5Reference property.
| |||||||||||
Gets the value of the jobProfileReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the projectReference property.
| |||||||||||
Gets the value of the regionReference property.
| |||||||||||
Gets the value of the schoolDistrictAuthorityReference property.
| |||||||||||
Gets the value of the stateAuthorityReference property.
| |||||||||||
Gets the value of the withholdingOrderCaseReference property.
| |||||||||||
Sets the value of the cityAuthorityReference property.
| |||||||||||
Sets the value of the costCenterReference property.
| |||||||||||
Sets the value of the countyAuthorityReference property.
| |||||||||||
Sets the value of the customWorktag1Reference property.
| |||||||||||
Sets the value of the customWorktag2Reference property.
| |||||||||||
Sets the value of the customWorktag3Reference property.
| |||||||||||
Sets the value of the customWorktag4Reference property.
| |||||||||||
Sets the value of the customWorktag5Reference property.
| |||||||||||
Sets the value of the jobProfileReference property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the projectReference property.
| |||||||||||
Sets the value of the regionReference property.
| |||||||||||
Sets the value of the schoolDistrictAuthorityReference property.
| |||||||||||
Sets the value of the stateAuthorityReference property.
| |||||||||||
Sets the value of the withholdingOrderCaseReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cityAuthorityReference property.
PayrollLocalCityAuthorityObjectType
Gets the value of the costCenterReference property.
CostCenterObjectType
Gets the value of the countyAuthorityReference property.
PayrollLocalCountyAuthorityObjectType
Gets the value of the customWorktag1Reference property.
CustomWorktag1ObjectType
Gets the value of the customWorktag2Reference property.
CustomWorktag2ObjectType
Gets the value of the customWorktag3Reference property.
CustomWorktag3ObjectType
Gets the value of the customWorktag4Reference property.
CustomWorktag4ObjectType
Gets the value of the customWorktag5Reference property.
CustomWorktag5ObjectType
Gets the value of the jobProfileReference property.
JobProfileObjectType
Gets the value of the locationReference property.
LocationObjectType
Gets the value of the projectReference property.
ProjectObjectType
Gets the value of the regionReference property.
RegionObjectType
Gets the value of the schoolDistrictAuthorityReference property.
PayrollLocalSchoolDistrictAuthorityObjectType
Gets the value of the stateAuthorityReference property.
PayrollStateAuthorityObjectType
Gets the value of the withholdingOrderCaseReference property.
WithholdingOrderCaseObjectType
Sets the value of the cityAuthorityReference property.
| value | Allowed object is
PayrollLocalCityAuthorityObjectType
|
|---|
Sets the value of the costCenterReference property.
| value | Allowed object is
CostCenterObjectType
|
|---|
Sets the value of the countyAuthorityReference property.
| value | Allowed object is
PayrollLocalCountyAuthorityObjectType
|
|---|
Sets the value of the customWorktag1Reference property.
| value | Allowed object is
CustomWorktag1ObjectType
|
|---|
Sets the value of the customWorktag2Reference property.
| value | Allowed object is
CustomWorktag2ObjectType
|
|---|
Sets the value of the customWorktag3Reference property.
| value | Allowed object is
CustomWorktag3ObjectType
|
|---|
Sets the value of the customWorktag4Reference property.
| value | Allowed object is
CustomWorktag4ObjectType
|
|---|
Sets the value of the customWorktag5Reference property.
| value | Allowed object is
CustomWorktag5ObjectType
|
|---|
Sets the value of the jobProfileReference property.
| value | Allowed object is
JobProfileObjectType
|
|---|
Sets the value of the locationReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the projectReference property.
| value | Allowed object is
ProjectObjectType
|
|---|
Sets the value of the regionReference property.
| value | Allowed object is
RegionObjectType
|
|---|
Sets the value of the schoolDistrictAuthorityReference property.
| value | Allowed object is
PayrollLocalSchoolDistrictAuthorityObjectType
|
|---|
Sets the value of the stateAuthorityReference property.
| value | Allowed object is
PayrollStateAuthorityObjectType
|
|---|
Sets the value of the withholdingOrderCaseReference property.
| value | Allowed object is
WithholdingOrderCaseObjectType
|
|---|