public class

EditCustomIDsSubBusinessProcessType

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

Class Overview

The main element for the Edit Other IDs Business Process. This contains all the Custom IDs and Business Processing processing parameters.

Java class for Edit_Custom_IDs_Sub_Business_ProcessType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected BusinessSubProcessParametersType businessSubProcessParameters
protected List<CustomIdentificationDataType> customIdentificationData
Public Constructors
EditCustomIDsSubBusinessProcessType()
Public Methods
BusinessSubProcessParametersType getBusinessSubProcessParameters()
Gets the value of the businessSubProcessParameters property.
List<CustomIdentificationDataType> getCustomIdentificationData()
Gets the value of the customIdentificationData property.
void setBusinessSubProcessParameters(BusinessSubProcessParametersType value)
Sets the value of the businessSubProcessParameters property.
void setCustomIdentificationData(List<CustomIdentificationDataType> customIdentificationData)
Sets the value of the customIdentificationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BusinessSubProcessParametersType businessSubProcessParameters

protected List<CustomIdentificationDataType> customIdentificationData

Public Constructors

public EditCustomIDsSubBusinessProcessType ()

Public Methods

public BusinessSubProcessParametersType getBusinessSubProcessParameters ()

Gets the value of the businessSubProcessParameters property.

Returns

public List<CustomIdentificationDataType> getCustomIdentificationData ()

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

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

    getCustomIdentificationData().add(newItem);
 

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

public void setBusinessSubProcessParameters (BusinessSubProcessParametersType value)

Sets the value of the businessSubProcessParameters property.

Parameters
value Allowed object is BusinessSubProcessParametersType

public void setCustomIdentificationData (List<CustomIdentificationDataType> customIdentificationData)

Sets the value of the customIdentificationData property.

Parameters
customIdentificationData Allowed object is CustomIdentificationDataType