public class

NationalIDDataForGetPayrollResultsType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.NationalIDDataForGetPayrollResultsType

Class Overview

National ID Data for Get Payroll Results

Java class for National_ID_Data_for_Get_Payroll_ResultsType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<NationalIDDataType> nationalIDData
Public Constructors
NationalIDDataForGetPayrollResultsType()
Public Methods
List<NationalIDDataType> getNationalIDData()
Gets the value of the nationalIDData property.
void setNationalIDData(List<NationalIDDataType> nationalIDData)
Sets the value of the nationalIDData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<NationalIDDataType> nationalIDData

Public Constructors

public NationalIDDataForGetPayrollResultsType ()

Public Methods

public List<NationalIDDataType> getNationalIDData ()

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

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

    getNationalIDData().add(newItem);
 

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

public void setNationalIDData (List<NationalIDDataType> nationalIDData)

Sets the value of the nationalIDData property.

Parameters
nationalIDData Allowed object is NationalIDDataType