public class

NationalIDType

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

Class Overview

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>
 

Summary

Fields
protected NationalIDDataType nationalIDData
protected UniqueIdentifierObjectType nationalIDReference
Public Constructors
NationalIDType()
Public Methods
NationalIDDataType getNationalIDData()
Gets the value of the nationalIDData property.
UniqueIdentifierObjectType getNationalIDReference()
Gets the value of the nationalIDReference property.
void setNationalIDData(NationalIDDataType value)
Sets the value of the nationalIDData property.
void setNationalIDReference(UniqueIdentifierObjectType value)
Sets the value of the nationalIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected NationalIDDataType nationalIDData

protected UniqueIdentifierObjectType nationalIDReference

Public Constructors

public NationalIDType ()

Public Methods

public NationalIDDataType getNationalIDData ()

Gets the value of the nationalIDData property.

Returns

public UniqueIdentifierObjectType getNationalIDReference ()

Gets the value of the nationalIDReference property.

Returns

public void setNationalIDData (NationalIDDataType value)

Sets the value of the nationalIDData property.

Parameters
value Allowed object is NationalIDDataType

public void setNationalIDReference (UniqueIdentifierObjectType value)

Sets the value of the nationalIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType