public class

JobRequisitionOrganizationsDataForBusinessProcessType

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

Class Overview

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

Java class for Job_Requisition_Organizations_Data_for_Business_ProcessType complex type.

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

 <complexType name="Job_Requisition_Organizations_Data_for_Business_ProcessType">
   <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"/>
       </sequence>
       <attribute name="Replace_All" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected List<OrganizationAssignmentsDataType> organizationAssignmentsData
protected Boolean replaceAll
Public Constructors
JobRequisitionOrganizationsDataForBusinessProcessType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
List<OrganizationAssignmentsDataType> getOrganizationAssignmentsData()
Gets the value of the organizationAssignmentsData property.
Boolean getReplaceAll()
Gets the value of the replaceAll property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setOrganizationAssignmentsData(List<OrganizationAssignmentsDataType> organizationAssignmentsData)
Sets the value of the organizationAssignmentsData property.
void setReplaceAll(Boolean value)
Sets the value of the replaceAll property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected List<OrganizationAssignmentsDataType> organizationAssignmentsData

protected Boolean replaceAll

Public Constructors

public JobRequisitionOrganizationsDataForBusinessProcessType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 Boolean getReplaceAll ()

Gets the value of the replaceAll property. This getter has been renamed from isReplaceAll() to getReplaceAll() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setOrganizationAssignmentsData (List<OrganizationAssignmentsDataType> organizationAssignmentsData)

Sets the value of the organizationAssignmentsData property.

Parameters
organizationAssignmentsData Allowed object is OrganizationAssignmentsDataType

public void setReplaceAll (Boolean value)

Sets the value of the replaceAll property.

Parameters
value Allowed object is Boolean