public class

UpdateIDInformationSubBusinessProcessType

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

Class Overview

The main element for the Change ID Business Process. This contains all the ID information and Business Processing processing parameters.

Java class for Update_ID_Information_Sub_Business_ProcessType complex type.

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

 <complexType name="Update_ID_Information_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="Person_Identification_Data" type="{urn:com.workday/bsvc}Person_Identification_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BusinessSubProcessParametersType businessSubProcessParameters
protected List<PersonIdentificationDataType> personIdentificationData
Public Constructors
UpdateIDInformationSubBusinessProcessType()
Public Methods
BusinessSubProcessParametersType getBusinessSubProcessParameters()
Gets the value of the businessSubProcessParameters property.
List<PersonIdentificationDataType> getPersonIdentificationData()
Gets the value of the personIdentificationData property.
void setBusinessSubProcessParameters(BusinessSubProcessParametersType value)
Sets the value of the businessSubProcessParameters property.
void setPersonIdentificationData(List<PersonIdentificationDataType> personIdentificationData)
Sets the value of the personIdentificationData 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<PersonIdentificationDataType> personIdentificationData

Public Constructors

public UpdateIDInformationSubBusinessProcessType ()

Public Methods

public BusinessSubProcessParametersType getBusinessSubProcessParameters ()

Gets the value of the businessSubProcessParameters property.

Returns

public List<PersonIdentificationDataType> getPersonIdentificationData ()

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

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

    getPersonIdentificationData().add(newItem);
 

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

public void setBusinessSubProcessParameters (BusinessSubProcessParametersType value)

Sets the value of the businessSubProcessParameters property.

Parameters
value Allowed object is BusinessSubProcessParametersType

public void setPersonIdentificationData (List<PersonIdentificationDataType> personIdentificationData)

Sets the value of the personIdentificationData property.

Parameters
personIdentificationData Allowed object is PersonIdentificationDataType