public class

NationalIDDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.NationalIDDataType

Class Overview

Wrapper for National Identifier Data.

Java class for National_ID_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="National_ID_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ID_Type_Reference" type="{urn:com.workday/bsvc}National_ID_TypeObjectType" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Issued_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Expiration_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Verification_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Series" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Issuing_Agency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Verified_By_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected XMLGregorianCalendar expirationDate
protected String id
protected NationalIDTypeObjectType idTypeReference
protected XMLGregorianCalendar issuedDate
protected String issuingAgency
protected String series
protected XMLGregorianCalendar verificationDate
protected WorkerObjectType verifiedByReference
Public Constructors
NationalIDDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getID()
Gets the value of the id property.
NationalIDTypeObjectType getIDTypeReference()
Gets the value of the idTypeReference property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
String getIssuingAgency()
Gets the value of the issuingAgency property.
String getSeries()
Gets the value of the series property.
XMLGregorianCalendar getVerificationDate()
Gets the value of the verificationDate property.
WorkerObjectType getVerifiedByReference()
Gets the value of the verifiedByReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setID(String value)
Sets the value of the id property.
void setIDTypeReference(NationalIDTypeObjectType value)
Sets the value of the idTypeReference property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setIssuingAgency(String value)
Sets the value of the issuingAgency property.
void setSeries(String value)
Sets the value of the series property.
void setVerificationDate(XMLGregorianCalendar value)
Sets the value of the verificationDate property.
void setVerifiedByReference(WorkerObjectType value)
Sets the value of the verifiedByReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected XMLGregorianCalendar expirationDate

protected String id

protected NationalIDTypeObjectType idTypeReference

protected XMLGregorianCalendar issuedDate

protected String issuingAgency

protected String series

protected XMLGregorianCalendar verificationDate

protected WorkerObjectType verifiedByReference

Public Constructors

public NationalIDDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public NationalIDTypeObjectType getIDTypeReference ()

Gets the value of the idTypeReference property.

Returns

public XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getIssuingAgency ()

Gets the value of the issuingAgency property.

Returns
  • possible object is String

public String getSeries ()

Gets the value of the series property.

Returns
  • possible object is String

public XMLGregorianCalendar getVerificationDate ()

Gets the value of the verificationDate property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getVerifiedByReference ()

Gets the value of the verifiedByReference property.

Returns

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setIDTypeReference (NationalIDTypeObjectType value)

Sets the value of the idTypeReference property.

Parameters
value Allowed object is NationalIDTypeObjectType

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIssuingAgency (String value)

Sets the value of the issuingAgency property.

Parameters
value Allowed object is String

public void setSeries (String value)

Sets the value of the series property.

Parameters
value Allowed object is String

public void setVerificationDate (XMLGregorianCalendar value)

Sets the value of the verificationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setVerifiedByReference (WorkerObjectType value)

Sets the value of the verifiedByReference property.

Parameters
value Allowed object is WorkerObjectType