public class

JobRequisitionOrganizationsDataType

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

Class Overview

Containing element for the cost center and custom organizations related to the job requisition.

Java class for Job_Requisition_Organizations_DataType complex type.

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

 <complexType name="Job_Requisition_Organizations_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Assignments_Data" type="{urn:com.workday/bsvc}Organization_Assignments_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<OrganizationAssignmentsDataType> organizationAssignmentsData
Public Constructors
JobRequisitionOrganizationsDataType()
Public Methods
List<OrganizationAssignmentsDataType> getOrganizationAssignmentsData()
Gets the value of the organizationAssignmentsData property.
void setOrganizationAssignmentsData(List<OrganizationAssignmentsDataType> organizationAssignmentsData)
Sets the value of the organizationAssignmentsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<OrganizationAssignmentsDataType> organizationAssignmentsData

Public Constructors

public JobRequisitionOrganizationsDataType ()

Public Methods

public List<OrganizationAssignmentsDataType> getOrganizationAssignmentsData ()

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

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

    getOrganizationAssignmentsData().add(newItem);
 

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

public void setOrganizationAssignmentsData (List<OrganizationAssignmentsDataType> organizationAssignmentsData)

Sets the value of the organizationAssignmentsData property.

Parameters
organizationAssignmentsData Allowed object is OrganizationAssignmentsDataType