public class

WorkerByNationalIDRequestCriteriaType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.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"/>
         <choice>
           <element name="National_ID_Type_Reference" type="{urn:com.workday/bsvc}National_ID_TypeObjectType"/>
           <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected String identifierID
protected NationalIDTypeObjectType nationalIDTypeReference
Public Constructors
WorkerByNationalIDRequestCriteriaType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
String getIdentifierID()
Gets the value of the identifierID property.
NationalIDTypeObjectType getNationalIDTypeReference()
Gets the value of the nationalIDTypeReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected String identifierID

protected NationalIDTypeObjectType nationalIDTypeReference

Public Constructors

public WorkerByNationalIDRequestCriteriaType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

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 setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

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