public class

NationalIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.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"/>
         <element name="National_ID_Shared_Reference" type="{urn:com.workday/bsvc}National_Identifier_ReferenceObjectType" minOccurs="0"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected NationalIDDataType nationalIDData
protected UniqueIdentifierObjectType nationalIDReference
protected NationalIdentifierReferenceObjectType nationalIDSharedReference
Public Constructors
NationalIDType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
NationalIDDataType getNationalIDData()
Gets the value of the nationalIDData property.
UniqueIdentifierObjectType getNationalIDReference()
Gets the value of the nationalIDReference property.
NationalIdentifierReferenceObjectType getNationalIDSharedReference()
Gets the value of the nationalIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setNationalIDData(NationalIDDataType value)
Sets the value of the nationalIDData property.
void setNationalIDReference(UniqueIdentifierObjectType value)
Sets the value of the nationalIDReference property.
void setNationalIDSharedReference(NationalIdentifierReferenceObjectType value)
Sets the value of the nationalIDSharedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected NationalIDDataType nationalIDData

protected UniqueIdentifierObjectType nationalIDReference

protected NationalIdentifierReferenceObjectType nationalIDSharedReference

Public Constructors

public NationalIDType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public NationalIDDataType getNationalIDData ()

Gets the value of the nationalIDData property.

Returns

public UniqueIdentifierObjectType getNationalIDReference ()

Gets the value of the nationalIDReference property.

Returns

public NationalIdentifierReferenceObjectType getNationalIDSharedReference ()

Gets the value of the nationalIDSharedReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

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

public void setNationalIDSharedReference (NationalIdentifierReferenceObjectType value)

Sets the value of the nationalIDSharedReference property.

Parameters
value Allowed object is NationalIdentifierReferenceObjectType