| java.lang.Object | |
| ↳ | com.workday.recruiting.AssignPositionOrganizationEventDataType |
Wrapper element for Assign Position Organization business process.
Java class for Assign_Position_Organization_Event_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Assign_Position_Organization_Event_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_Assignments_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Cost_Center_Assignments_Reference" type="{urn:com.workday/bsvc}Cost_CenterObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Region_Assignments_Reference" type="{urn:com.workday/bsvc}RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_Organization_Assignments_Reference" type="{urn:com.workday/bsvc}Custom_OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Fund_Assignments_Reference" type="{urn:com.workday/bsvc}FundObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Grant_Assignments_Reference" type="{urn:com.workday/bsvc}GrantObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Program_Assignments_Reference" type="{urn:com.workday/bsvc}ProgramObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Business_Unit_Assignments_Reference" type="{urn:com.workday/bsvc}Business_UnitObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Gift_Assignments_Reference" type="{urn:com.workday/bsvc}GiftObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessUnitAssignmentsReference | |||||||||||
| companyAssignmentsReference | |||||||||||
| costCenterAssignmentsReference | |||||||||||
| customOrganizationAssignmentsReference | |||||||||||
| fundAssignmentsReference | |||||||||||
| giftAssignmentsReference | |||||||||||
| grantAssignmentsReference | |||||||||||
| programAssignmentsReference | |||||||||||
| regionAssignmentsReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessUnitAssignmentsReference property.
| |||||||||||
Gets the value of the companyAssignmentsReference property.
| |||||||||||
Gets the value of the costCenterAssignmentsReference property.
| |||||||||||
Gets the value of the customOrganizationAssignmentsReference property.
| |||||||||||
Gets the value of the fundAssignmentsReference property.
| |||||||||||
Gets the value of the giftAssignmentsReference property.
| |||||||||||
Gets the value of the grantAssignmentsReference property.
| |||||||||||
Gets the value of the programAssignmentsReference property.
| |||||||||||
Gets the value of the regionAssignmentsReference property.
| |||||||||||
Sets the value of the businessUnitAssignmentsReference property.
| |||||||||||
Sets the value of the companyAssignmentsReference property.
| |||||||||||
Sets the value of the costCenterAssignmentsReference property.
| |||||||||||
Sets the value of the customOrganizationAssignmentsReference property.
| |||||||||||
Sets the value of the fundAssignmentsReference property.
| |||||||||||
Sets the value of the giftAssignmentsReference property.
| |||||||||||
Sets the value of the grantAssignmentsReference property.
| |||||||||||
Sets the value of the programAssignmentsReference property.
| |||||||||||
Sets the value of the regionAssignmentsReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessUnitAssignmentsReference 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 businessUnitAssignmentsReference property.
For example, to add a new item, do as follows:
getBusinessUnitAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
BusinessUnitObjectType
Gets the value of the companyAssignmentsReference 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 companyAssignmentsReference property.
For example, to add a new item, do as follows:
getCompanyAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
CompanyObjectType
Gets the value of the costCenterAssignmentsReference 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 costCenterAssignmentsReference property.
For example, to add a new item, do as follows:
getCostCenterAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenterObjectType
Gets the value of the customOrganizationAssignmentsReference 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 customOrganizationAssignmentsReference property.
For example, to add a new item, do as follows:
getCustomOrganizationAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
CustomOrganizationObjectType
Gets the value of the fundAssignmentsReference 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 fundAssignmentsReference property.
For example, to add a new item, do as follows:
getFundAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
FundObjectType
Gets the value of the giftAssignmentsReference 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 giftAssignmentsReference property.
For example, to add a new item, do as follows:
getGiftAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
GiftObjectType
Gets the value of the grantAssignmentsReference 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 grantAssignmentsReference property.
For example, to add a new item, do as follows:
getGrantAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
GrantObjectType
Gets the value of the programAssignmentsReference 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 programAssignmentsReference property.
For example, to add a new item, do as follows:
getProgramAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
ProgramObjectType
Gets the value of the regionAssignmentsReference 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 regionAssignmentsReference property.
For example, to add a new item, do as follows:
getRegionAssignmentsReference().add(newItem);
Objects of the following type(s) are allowed in the list
RegionObjectType
Sets the value of the businessUnitAssignmentsReference property.
| businessUnitAssignmentsReference | Allowed object is
BusinessUnitObjectType
|
|---|
Sets the value of the companyAssignmentsReference property.
| companyAssignmentsReference | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the costCenterAssignmentsReference property.
| costCenterAssignmentsReference | Allowed object is
CostCenterObjectType
|
|---|
Sets the value of the customOrganizationAssignmentsReference property.
| customOrganizationAssignmentsReference | Allowed object is
CustomOrganizationObjectType
|
|---|
Sets the value of the fundAssignmentsReference property.
| fundAssignmentsReference | Allowed object is
FundObjectType
|
|---|
Sets the value of the giftAssignmentsReference property.
| giftAssignmentsReference | Allowed object is
GiftObjectType
|
|---|
Sets the value of the grantAssignmentsReference property.
| grantAssignmentsReference | Allowed object is
GrantObjectType
|
|---|
Sets the value of the programAssignmentsReference property.
| programAssignmentsReference | Allowed object is
ProgramObjectType
|
|---|
Sets the value of the regionAssignmentsReference property.
| regionAssignmentsReference | Allowed object is
RegionObjectType
|
|---|