public class

PayrollInputWorktagsDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayrollInputWorktagsDataType

Class Overview

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>
 

Summary

Fields
protected PayrollLocalCityAuthorityObjectType cityAuthorityReference
protected CostCenterObjectType costCenterReference
protected PayrollLocalCountyAuthorityObjectType countyAuthorityReference
protected CustomWorktag1ObjectType customWorktag1Reference
protected CustomWorktag2ObjectType customWorktag2Reference
protected CustomWorktag3ObjectType customWorktag3Reference
protected CustomWorktag4ObjectType customWorktag4Reference
protected CustomWorktag5ObjectType customWorktag5Reference
protected JobProfileObjectType jobProfileReference
protected LocationObjectType locationReference
protected ProjectObjectType projectReference
protected RegionObjectType regionReference
protected PayrollLocalSchoolDistrictAuthorityObjectType schoolDistrictAuthorityReference
protected PayrollStateAuthorityObjectType stateAuthorityReference
protected WithholdingOrderCaseObjectType withholdingOrderCaseReference
Public Constructors
PayrollInputWorktagsDataType()
Public Methods
PayrollLocalCityAuthorityObjectType getCityAuthorityReference()
Gets the value of the cityAuthorityReference property.
CostCenterObjectType getCostCenterReference()
Gets the value of the costCenterReference property.
PayrollLocalCountyAuthorityObjectType getCountyAuthorityReference()
Gets the value of the countyAuthorityReference property.
CustomWorktag1ObjectType getCustomWorktag1Reference()
Gets the value of the customWorktag1Reference property.
CustomWorktag2ObjectType getCustomWorktag2Reference()
Gets the value of the customWorktag2Reference property.
CustomWorktag3ObjectType getCustomWorktag3Reference()
Gets the value of the customWorktag3Reference property.
CustomWorktag4ObjectType getCustomWorktag4Reference()
Gets the value of the customWorktag4Reference property.
CustomWorktag5ObjectType getCustomWorktag5Reference()
Gets the value of the customWorktag5Reference property.
JobProfileObjectType getJobProfileReference()
Gets the value of the jobProfileReference property.
LocationObjectType getLocationReference()
Gets the value of the locationReference property.
ProjectObjectType getProjectReference()
Gets the value of the projectReference property.
RegionObjectType getRegionReference()
Gets the value of the regionReference property.
PayrollLocalSchoolDistrictAuthorityObjectType getSchoolDistrictAuthorityReference()
Gets the value of the schoolDistrictAuthorityReference property.
PayrollStateAuthorityObjectType getStateAuthorityReference()
Gets the value of the stateAuthorityReference property.
WithholdingOrderCaseObjectType getWithholdingOrderCaseReference()
Gets the value of the withholdingOrderCaseReference property.
void setCityAuthorityReference(PayrollLocalCityAuthorityObjectType value)
Sets the value of the cityAuthorityReference property.
void setCostCenterReference(CostCenterObjectType value)
Sets the value of the costCenterReference property.
void setCountyAuthorityReference(PayrollLocalCountyAuthorityObjectType value)
Sets the value of the countyAuthorityReference property.
void setCustomWorktag1Reference(CustomWorktag1ObjectType value)
Sets the value of the customWorktag1Reference property.
void setCustomWorktag2Reference(CustomWorktag2ObjectType value)
Sets the value of the customWorktag2Reference property.
void setCustomWorktag3Reference(CustomWorktag3ObjectType value)
Sets the value of the customWorktag3Reference property.
void setCustomWorktag4Reference(CustomWorktag4ObjectType value)
Sets the value of the customWorktag4Reference property.
void setCustomWorktag5Reference(CustomWorktag5ObjectType value)
Sets the value of the customWorktag5Reference property.
void setJobProfileReference(JobProfileObjectType value)
Sets the value of the jobProfileReference property.
void setLocationReference(LocationObjectType value)
Sets the value of the locationReference property.
void setProjectReference(ProjectObjectType value)
Sets the value of the projectReference property.
void setRegionReference(RegionObjectType value)
Sets the value of the regionReference property.
void setSchoolDistrictAuthorityReference(PayrollLocalSchoolDistrictAuthorityObjectType value)
Sets the value of the schoolDistrictAuthorityReference property.
void setStateAuthorityReference(PayrollStateAuthorityObjectType value)
Sets the value of the stateAuthorityReference property.
void setWithholdingOrderCaseReference(WithholdingOrderCaseObjectType value)
Sets the value of the withholdingOrderCaseReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PayrollLocalCityAuthorityObjectType cityAuthorityReference

protected CostCenterObjectType costCenterReference

protected PayrollLocalCountyAuthorityObjectType countyAuthorityReference

protected CustomWorktag1ObjectType customWorktag1Reference

protected CustomWorktag2ObjectType customWorktag2Reference

protected CustomWorktag3ObjectType customWorktag3Reference

protected CustomWorktag4ObjectType customWorktag4Reference

protected CustomWorktag5ObjectType customWorktag5Reference

protected JobProfileObjectType jobProfileReference

protected LocationObjectType locationReference

protected ProjectObjectType projectReference

protected RegionObjectType regionReference

protected PayrollLocalSchoolDistrictAuthorityObjectType schoolDistrictAuthorityReference

protected PayrollStateAuthorityObjectType stateAuthorityReference

protected WithholdingOrderCaseObjectType withholdingOrderCaseReference

Public Constructors

public PayrollInputWorktagsDataType ()

Public Methods

public PayrollLocalCityAuthorityObjectType getCityAuthorityReference ()

Gets the value of the cityAuthorityReference property.

Returns

public CostCenterObjectType getCostCenterReference ()

Gets the value of the costCenterReference property.

Returns

public PayrollLocalCountyAuthorityObjectType getCountyAuthorityReference ()

Gets the value of the countyAuthorityReference property.

Returns

public CustomWorktag1ObjectType getCustomWorktag1Reference ()

Gets the value of the customWorktag1Reference property.

Returns

public CustomWorktag2ObjectType getCustomWorktag2Reference ()

Gets the value of the customWorktag2Reference property.

Returns

public CustomWorktag3ObjectType getCustomWorktag3Reference ()

Gets the value of the customWorktag3Reference property.

Returns

public CustomWorktag4ObjectType getCustomWorktag4Reference ()

Gets the value of the customWorktag4Reference property.

Returns

public CustomWorktag5ObjectType getCustomWorktag5Reference ()

Gets the value of the customWorktag5Reference property.

Returns

public JobProfileObjectType getJobProfileReference ()

Gets the value of the jobProfileReference property.

Returns

public LocationObjectType getLocationReference ()

Gets the value of the locationReference property.

Returns

public ProjectObjectType getProjectReference ()

Gets the value of the projectReference property.

Returns

public RegionObjectType getRegionReference ()

Gets the value of the regionReference property.

Returns

public PayrollLocalSchoolDistrictAuthorityObjectType getSchoolDistrictAuthorityReference ()

Gets the value of the schoolDistrictAuthorityReference property.

public PayrollStateAuthorityObjectType getStateAuthorityReference ()

Gets the value of the stateAuthorityReference property.

Returns

public WithholdingOrderCaseObjectType getWithholdingOrderCaseReference ()

Gets the value of the withholdingOrderCaseReference property.

Returns

public void setCityAuthorityReference (PayrollLocalCityAuthorityObjectType value)

Sets the value of the cityAuthorityReference property.

Parameters
value Allowed object is PayrollLocalCityAuthorityObjectType

public void setCostCenterReference (CostCenterObjectType value)

Sets the value of the costCenterReference property.

Parameters
value Allowed object is CostCenterObjectType

public void setCountyAuthorityReference (PayrollLocalCountyAuthorityObjectType value)

Sets the value of the countyAuthorityReference property.

Parameters
value Allowed object is PayrollLocalCountyAuthorityObjectType

public void setCustomWorktag1Reference (CustomWorktag1ObjectType value)

Sets the value of the customWorktag1Reference property.

Parameters
value Allowed object is CustomWorktag1ObjectType

public void setCustomWorktag2Reference (CustomWorktag2ObjectType value)

Sets the value of the customWorktag2Reference property.

Parameters
value Allowed object is CustomWorktag2ObjectType

public void setCustomWorktag3Reference (CustomWorktag3ObjectType value)

Sets the value of the customWorktag3Reference property.

Parameters
value Allowed object is CustomWorktag3ObjectType

public void setCustomWorktag4Reference (CustomWorktag4ObjectType value)

Sets the value of the customWorktag4Reference property.

Parameters
value Allowed object is CustomWorktag4ObjectType

public void setCustomWorktag5Reference (CustomWorktag5ObjectType value)

Sets the value of the customWorktag5Reference property.

Parameters
value Allowed object is CustomWorktag5ObjectType

public void setJobProfileReference (JobProfileObjectType value)

Sets the value of the jobProfileReference property.

Parameters
value Allowed object is JobProfileObjectType

public void setLocationReference (LocationObjectType value)

Sets the value of the locationReference property.

Parameters
value Allowed object is LocationObjectType

public void setProjectReference (ProjectObjectType value)

Sets the value of the projectReference property.

Parameters
value Allowed object is ProjectObjectType

public void setRegionReference (RegionObjectType value)

Sets the value of the regionReference property.

Parameters
value Allowed object is RegionObjectType

public void setSchoolDistrictAuthorityReference (PayrollLocalSchoolDistrictAuthorityObjectType value)

Sets the value of the schoolDistrictAuthorityReference property.

Parameters
value Allowed object is PayrollLocalSchoolDistrictAuthorityObjectType

public void setStateAuthorityReference (PayrollStateAuthorityObjectType value)

Sets the value of the stateAuthorityReference property.

Parameters
value Allowed object is PayrollStateAuthorityObjectType

public void setWithholdingOrderCaseReference (WithholdingOrderCaseObjectType value)

Sets the value of the withholdingOrderCaseReference property.

Parameters
value Allowed object is WithholdingOrderCaseObjectType