| java.lang.Object | |
| ↳ | com.workday.staffing.WorkerByNationalIDRequestCriteriaType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| identifierID | |||||||||||
| nationalIDTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the identifierID property.
| |||||||||||
Gets the value of the nationalIDTypeReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the identifierID property.
| |||||||||||
Sets the value of the nationalIDTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the identifierID property.
Gets the value of the nationalIDTypeReference property.
NationalIDTypeObjectType
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the identifierID property.
| value | Allowed object is String |
|---|
Sets the value of the nationalIDTypeReference property.
| value | Allowed object is
NationalIDTypeObjectType
|
|---|

