public class

WorkerByNationalIDRequestCriteriaType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.WorkerByNationalIDRequestCriteriaType

Class Overview

National Id request criteria.

Java class for Worker_by_National_ID_Request_CriteriaType complex type.

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

 <complexType name="Worker_by_National_ID_Request_CriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Identifier_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="National_ID_Type_Reference" type="{urn:com.workday/bsvc}National_ID_TypeObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String identifierID
protected NationalIDTypeObjectType nationalIDTypeReference
Public Constructors
WorkerByNationalIDRequestCriteriaType()
Public Methods
String getIdentifierID()
Gets the value of the identifierID property.
NationalIDTypeObjectType getNationalIDTypeReference()
Gets the value of the nationalIDTypeReference property.
void setIdentifierID(String value)
Sets the value of the identifierID property.
void setNationalIDTypeReference(NationalIDTypeObjectType value)
Sets the value of the nationalIDTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String identifierID

protected NationalIDTypeObjectType nationalIDTypeReference

Public Constructors

public WorkerByNationalIDRequestCriteriaType ()

Public Methods

public String getIdentifierID ()

Gets the value of the identifierID property.

Returns
  • possible object is String

public NationalIDTypeObjectType getNationalIDTypeReference ()

Gets the value of the nationalIDTypeReference property.

Returns

public void setIdentifierID (String value)

Sets the value of the identifierID property.

Parameters
value Allowed object is String

public void setNationalIDTypeReference (NationalIDTypeObjectType value)

Sets the value of the nationalIDTypeReference property.

Parameters
value Allowed object is NationalIDTypeObjectType