public class

PayrollOneTimePaymentWorktagDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.PayrollOneTimePaymentWorktagDataType

Class Overview

Worktags for this request if any.

Java class for Payroll_One_Time_Payment_Worktag_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Payroll_One_Time_Payment_Worktag_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Unit_Worktag_Reference" type="{urn:com.workday/bsvc}Business_UnitObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Cost_Center_Worktag_Reference" type="{urn:com.workday/bsvc}Cost_CenterObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Fund_Worktag_Reference" type="{urn:com.workday/bsvc}FundObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Program_Worktag_Reference" type="{urn:com.workday/bsvc}ProgramObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Gift_Worktag_Reference" type="{urn:com.workday/bsvc}GiftObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Grant_Worktag_Reference" type="{urn:com.workday/bsvc}GrantObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Region_Worktag_Reference" type="{urn:com.workday/bsvc}RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Custom_Organization_Worktag_Reference" type="{urn:com.workday/bsvc}Custom_OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<BusinessUnitObjectType> businessUnitWorktagReference
protected List<CostCenterObjectType> costCenterWorktagReference
protected List<CustomOrganizationObjectType> customOrganizationWorktagReference
protected List<FundObjectType> fundWorktagReference
protected List<GiftObjectType> giftWorktagReference
protected List<GrantObjectType> grantWorktagReference
protected List<ProgramObjectType> programWorktagReference
protected List<RegionObjectType> regionWorktagReference
Public Constructors
PayrollOneTimePaymentWorktagDataType()
Public Methods
List<BusinessUnitObjectType> getBusinessUnitWorktagReference()
Gets the value of the businessUnitWorktagReference property.
List<CostCenterObjectType> getCostCenterWorktagReference()
Gets the value of the costCenterWorktagReference property.
List<CustomOrganizationObjectType> getCustomOrganizationWorktagReference()
Gets the value of the customOrganizationWorktagReference property.
List<FundObjectType> getFundWorktagReference()
Gets the value of the fundWorktagReference property.
List<GiftObjectType> getGiftWorktagReference()
Gets the value of the giftWorktagReference property.
List<GrantObjectType> getGrantWorktagReference()
Gets the value of the grantWorktagReference property.
List<ProgramObjectType> getProgramWorktagReference()
Gets the value of the programWorktagReference property.
List<RegionObjectType> getRegionWorktagReference()
Gets the value of the regionWorktagReference property.
void setBusinessUnitWorktagReference(List<BusinessUnitObjectType> businessUnitWorktagReference)
Sets the value of the businessUnitWorktagReference property.
void setCostCenterWorktagReference(List<CostCenterObjectType> costCenterWorktagReference)
Sets the value of the costCenterWorktagReference property.
void setCustomOrganizationWorktagReference(List<CustomOrganizationObjectType> customOrganizationWorktagReference)
Sets the value of the customOrganizationWorktagReference property.
void setFundWorktagReference(List<FundObjectType> fundWorktagReference)
Sets the value of the fundWorktagReference property.
void setGiftWorktagReference(List<GiftObjectType> giftWorktagReference)
Sets the value of the giftWorktagReference property.
void setGrantWorktagReference(List<GrantObjectType> grantWorktagReference)
Sets the value of the grantWorktagReference property.
void setProgramWorktagReference(List<ProgramObjectType> programWorktagReference)
Sets the value of the programWorktagReference property.
void setRegionWorktagReference(List<RegionObjectType> regionWorktagReference)
Sets the value of the regionWorktagReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<BusinessUnitObjectType> businessUnitWorktagReference

protected List<CostCenterObjectType> costCenterWorktagReference

protected List<CustomOrganizationObjectType> customOrganizationWorktagReference

protected List<FundObjectType> fundWorktagReference

protected List<GiftObjectType> giftWorktagReference

protected List<GrantObjectType> grantWorktagReference

protected List<ProgramObjectType> programWorktagReference

protected List<RegionObjectType> regionWorktagReference

Public Constructors

public PayrollOneTimePaymentWorktagDataType ()

Public Methods

public List<BusinessUnitObjectType> getBusinessUnitWorktagReference ()

Gets the value of the businessUnitWorktagReference 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 businessUnitWorktagReference property.

For example, to add a new item, do as follows:

    getBusinessUnitWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list BusinessUnitObjectType

public List<CostCenterObjectType> getCostCenterWorktagReference ()

Gets the value of the costCenterWorktagReference 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 costCenterWorktagReference property.

For example, to add a new item, do as follows:

    getCostCenterWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CostCenterObjectType

public List<CustomOrganizationObjectType> getCustomOrganizationWorktagReference ()

Gets the value of the customOrganizationWorktagReference 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 customOrganizationWorktagReference property.

For example, to add a new item, do as follows:

    getCustomOrganizationWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomOrganizationObjectType

public List<FundObjectType> getFundWorktagReference ()

Gets the value of the fundWorktagReference 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 fundWorktagReference property.

For example, to add a new item, do as follows:

    getFundWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list FundObjectType

public List<GiftObjectType> getGiftWorktagReference ()

Gets the value of the giftWorktagReference 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 giftWorktagReference property.

For example, to add a new item, do as follows:

    getGiftWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list GiftObjectType

public List<GrantObjectType> getGrantWorktagReference ()

Gets the value of the grantWorktagReference 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 grantWorktagReference property.

For example, to add a new item, do as follows:

    getGrantWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list GrantObjectType

public List<ProgramObjectType> getProgramWorktagReference ()

Gets the value of the programWorktagReference 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 programWorktagReference property.

For example, to add a new item, do as follows:

    getProgramWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list ProgramObjectType

public List<RegionObjectType> getRegionWorktagReference ()

Gets the value of the regionWorktagReference 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 regionWorktagReference property.

For example, to add a new item, do as follows:

    getRegionWorktagReference().add(newItem);
 

Objects of the following type(s) are allowed in the list RegionObjectType

public void setBusinessUnitWorktagReference (List<BusinessUnitObjectType> businessUnitWorktagReference)

Sets the value of the businessUnitWorktagReference property.

Parameters
businessUnitWorktagReference Allowed object is BusinessUnitObjectType

public void setCostCenterWorktagReference (List<CostCenterObjectType> costCenterWorktagReference)

Sets the value of the costCenterWorktagReference property.

Parameters
costCenterWorktagReference Allowed object is CostCenterObjectType

public void setCustomOrganizationWorktagReference (List<CustomOrganizationObjectType> customOrganizationWorktagReference)

Sets the value of the customOrganizationWorktagReference property.

Parameters
customOrganizationWorktagReference Allowed object is CustomOrganizationObjectType

public void setFundWorktagReference (List<FundObjectType> fundWorktagReference)

Sets the value of the fundWorktagReference property.

Parameters
fundWorktagReference Allowed object is FundObjectType

public void setGiftWorktagReference (List<GiftObjectType> giftWorktagReference)

Sets the value of the giftWorktagReference property.

Parameters
giftWorktagReference Allowed object is GiftObjectType

public void setGrantWorktagReference (List<GrantObjectType> grantWorktagReference)

Sets the value of the grantWorktagReference property.

Parameters
grantWorktagReference Allowed object is GrantObjectType

public void setProgramWorktagReference (List<ProgramObjectType> programWorktagReference)

Sets the value of the programWorktagReference property.

Parameters
programWorktagReference Allowed object is ProgramObjectType

public void setRegionWorktagReference (List<RegionObjectType> regionWorktagReference)

Sets the value of the regionWorktagReference property.

Parameters
regionWorktagReference Allowed object is RegionObjectType