| java.lang.Object | |
| ↳ | com.workday.compensation.PayrollOneTimePaymentWorktagDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessUnitWorktagReference | |||||||||||
| costCenterWorktagReference | |||||||||||
| customOrganizationWorktagReference | |||||||||||
| fundWorktagReference | |||||||||||
| giftWorktagReference | |||||||||||
| grantWorktagReference | |||||||||||
| programWorktagReference | |||||||||||
| regionWorktagReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessUnitWorktagReference property.
| |||||||||||
Gets the value of the costCenterWorktagReference property.
| |||||||||||
Gets the value of the customOrganizationWorktagReference property.
| |||||||||||
Gets the value of the fundWorktagReference property.
| |||||||||||
Gets the value of the giftWorktagReference property.
| |||||||||||
Gets the value of the grantWorktagReference property.
| |||||||||||
Gets the value of the programWorktagReference property.
| |||||||||||
Gets the value of the regionWorktagReference property.
| |||||||||||
Sets the value of the businessUnitWorktagReference property.
| |||||||||||
Sets the value of the costCenterWorktagReference property.
| |||||||||||
Sets the value of the customOrganizationWorktagReference property.
| |||||||||||
Sets the value of the fundWorktagReference property.
| |||||||||||
Sets the value of the giftWorktagReference property.
| |||||||||||
Sets the value of the grantWorktagReference property.
| |||||||||||
Sets the value of the programWorktagReference property.
| |||||||||||
Sets the value of the regionWorktagReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
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
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
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
Sets the value of the businessUnitWorktagReference property.
| businessUnitWorktagReference | Allowed object is
BusinessUnitObjectType
|
|---|
Sets the value of the costCenterWorktagReference property.
| costCenterWorktagReference | Allowed object is
CostCenterObjectType
|
|---|
Sets the value of the customOrganizationWorktagReference property.
| customOrganizationWorktagReference | Allowed object is
CustomOrganizationObjectType
|
|---|
Sets the value of the fundWorktagReference property.
| fundWorktagReference | Allowed object is
FundObjectType
|
|---|
Sets the value of the giftWorktagReference property.
| giftWorktagReference | Allowed object is
GiftObjectType
|
|---|
Sets the value of the grantWorktagReference property.
| grantWorktagReference | Allowed object is
GrantObjectType
|
|---|
Sets the value of the programWorktagReference property.
| programWorktagReference | Allowed object is
ProgramObjectType
|
|---|
Sets the value of the regionWorktagReference property.
| regionWorktagReference | Allowed object is
RegionObjectType
|
|---|