| java.lang.Object | |
| ↳ | workday.com.bsvc.NationalIDType |
Wrapper element for all National Identifier Data.
Java class for National_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="National_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="National_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="National_ID_Data" type="{urn:com.workday/bsvc}National_ID_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| nationalIDData | |||||||||||
| nationalIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the nationalIDData property.
| |||||||||||
Gets the value of the nationalIDReference property.
| |||||||||||
Sets the value of the nationalIDData property.
| |||||||||||
Sets the value of the nationalIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the nationalIDData property.
NationalIDDataType
Gets the value of the nationalIDReference property.
UniqueIdentifierObjectType
Sets the value of the nationalIDData property.
| value | Allowed object is
NationalIDDataType
|
|---|
Sets the value of the nationalIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|

