public class

AssignPositionOrganizationEventDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.AssignPositionOrganizationEventDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected List<BusinessUnitObjectType> businessUnitAssignmentsReference
protected List<CompanyObjectType> companyAssignmentsReference
protected List<CostCenterObjectType> costCenterAssignmentsReference
protected List<CustomOrganizationObjectType> customOrganizationAssignmentsReference
protected List<FundObjectType> fundAssignmentsReference
protected List<GiftObjectType> giftAssignmentsReference
protected List<GrantObjectType> grantAssignmentsReference
protected List<ProgramObjectType> programAssignmentsReference
protected List<RegionObjectType> regionAssignmentsReference
Public Constructors
AssignPositionOrganizationEventDataType()
Public Methods
List<BusinessUnitObjectType> getBusinessUnitAssignmentsReference()
Gets the value of the businessUnitAssignmentsReference property.
List<CompanyObjectType> getCompanyAssignmentsReference()
Gets the value of the companyAssignmentsReference property.
List<CostCenterObjectType> getCostCenterAssignmentsReference()
Gets the value of the costCenterAssignmentsReference property.
List<CustomOrganizationObjectType> getCustomOrganizationAssignmentsReference()
Gets the value of the customOrganizationAssignmentsReference property.
List<FundObjectType> getFundAssignmentsReference()
Gets the value of the fundAssignmentsReference property.
List<GiftObjectType> getGiftAssignmentsReference()
Gets the value of the giftAssignmentsReference property.
List<GrantObjectType> getGrantAssignmentsReference()
Gets the value of the grantAssignmentsReference property.
List<ProgramObjectType> getProgramAssignmentsReference()
Gets the value of the programAssignmentsReference property.
List<RegionObjectType> getRegionAssignmentsReference()
Gets the value of the regionAssignmentsReference property.
void setBusinessUnitAssignmentsReference(List<BusinessUnitObjectType> businessUnitAssignmentsReference)
Sets the value of the businessUnitAssignmentsReference property.
void setCompanyAssignmentsReference(List<CompanyObjectType> companyAssignmentsReference)
Sets the value of the companyAssignmentsReference property.
void setCostCenterAssignmentsReference(List<CostCenterObjectType> costCenterAssignmentsReference)
Sets the value of the costCenterAssignmentsReference property.
void setCustomOrganizationAssignmentsReference(List<CustomOrganizationObjectType> customOrganizationAssignmentsReference)
Sets the value of the customOrganizationAssignmentsReference property.
void setFundAssignmentsReference(List<FundObjectType> fundAssignmentsReference)
Sets the value of the fundAssignmentsReference property.
void setGiftAssignmentsReference(List<GiftObjectType> giftAssignmentsReference)
Sets the value of the giftAssignmentsReference property.
void setGrantAssignmentsReference(List<GrantObjectType> grantAssignmentsReference)
Sets the value of the grantAssignmentsReference property.
void setProgramAssignmentsReference(List<ProgramObjectType> programAssignmentsReference)
Sets the value of the programAssignmentsReference property.
void setRegionAssignmentsReference(List<RegionObjectType> regionAssignmentsReference)
Sets the value of the regionAssignmentsReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<BusinessUnitObjectType> businessUnitAssignmentsReference

protected List<CompanyObjectType> companyAssignmentsReference

protected List<CostCenterObjectType> costCenterAssignmentsReference

protected List<CustomOrganizationObjectType> customOrganizationAssignmentsReference

protected List<FundObjectType> fundAssignmentsReference

protected List<GiftObjectType> giftAssignmentsReference

protected List<GrantObjectType> grantAssignmentsReference

protected List<ProgramObjectType> programAssignmentsReference

protected List<RegionObjectType> regionAssignmentsReference

Public Constructors

public AssignPositionOrganizationEventDataType ()

Public Methods

public List<BusinessUnitObjectType> getBusinessUnitAssignmentsReference ()

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

public List<CompanyObjectType> getCompanyAssignmentsReference ()

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

public List<CostCenterObjectType> getCostCenterAssignmentsReference ()

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

public List<CustomOrganizationObjectType> getCustomOrganizationAssignmentsReference ()

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

public List<FundObjectType> getFundAssignmentsReference ()

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

public List<GiftObjectType> getGiftAssignmentsReference ()

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

public List<GrantObjectType> getGrantAssignmentsReference ()

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

public List<ProgramObjectType> getProgramAssignmentsReference ()

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

public List<RegionObjectType> getRegionAssignmentsReference ()

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

public void setBusinessUnitAssignmentsReference (List<BusinessUnitObjectType> businessUnitAssignmentsReference)

Sets the value of the businessUnitAssignmentsReference property.

Parameters
businessUnitAssignmentsReference Allowed object is BusinessUnitObjectType

public void setCompanyAssignmentsReference (List<CompanyObjectType> companyAssignmentsReference)

Sets the value of the companyAssignmentsReference property.

Parameters
companyAssignmentsReference Allowed object is CompanyObjectType

public void setCostCenterAssignmentsReference (List<CostCenterObjectType> costCenterAssignmentsReference)

Sets the value of the costCenterAssignmentsReference property.

Parameters
costCenterAssignmentsReference Allowed object is CostCenterObjectType

public void setCustomOrganizationAssignmentsReference (List<CustomOrganizationObjectType> customOrganizationAssignmentsReference)

Sets the value of the customOrganizationAssignmentsReference property.

Parameters
customOrganizationAssignmentsReference Allowed object is CustomOrganizationObjectType

public void setFundAssignmentsReference (List<FundObjectType> fundAssignmentsReference)

Sets the value of the fundAssignmentsReference property.

Parameters
fundAssignmentsReference Allowed object is FundObjectType

public void setGiftAssignmentsReference (List<GiftObjectType> giftAssignmentsReference)

Sets the value of the giftAssignmentsReference property.

Parameters
giftAssignmentsReference Allowed object is GiftObjectType

public void setGrantAssignmentsReference (List<GrantObjectType> grantAssignmentsReference)

Sets the value of the grantAssignmentsReference property.

Parameters
grantAssignmentsReference Allowed object is GrantObjectType

public void setProgramAssignmentsReference (List<ProgramObjectType> programAssignmentsReference)

Sets the value of the programAssignmentsReference property.

Parameters
programAssignmentsReference Allowed object is ProgramObjectType

public void setRegionAssignmentsReference (List<RegionObjectType> regionAssignmentsReference)

Sets the value of the regionAssignmentsReference property.

Parameters
regionAssignmentsReference Allowed object is RegionObjectType