public class

GovernmentIdentifierDataType

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

Class Overview

Encapsulating element for all Government Identifier data.

Java class for Government_Identifier_DataType complex type.

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

 <complexType name="Government_Identifier_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Government_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Government_ID_Type_Reference" type="{urn:com.workday/bsvc}Government_ID_Type_ReferenceType"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CountryReferenceType countryReference
protected XMLGregorianCalendar expirationDate
protected String governmentID
protected GovernmentIDTypeReferenceType governmentIDTypeReference
protected XMLGregorianCalendar issuedDate
protected XMLGregorianCalendar verificationDate
Public Constructors
GovernmentIdentifierDataType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getGovernmentID()
Gets the value of the governmentID property.
GovernmentIDTypeReferenceType getGovernmentIDTypeReference()
Gets the value of the governmentIDTypeReference property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
XMLGregorianCalendar getVerificationDate()
Gets the value of the verificationDate property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setGovernmentID(String value)
Sets the value of the governmentID property.
void setGovernmentIDTypeReference(GovernmentIDTypeReferenceType value)
Sets the value of the governmentIDTypeReference property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setVerificationDate(XMLGregorianCalendar value)
Sets the value of the verificationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryReferenceType countryReference

protected XMLGregorianCalendar expirationDate

protected String governmentID

protected GovernmentIDTypeReferenceType governmentIDTypeReference

protected XMLGregorianCalendar issuedDate

protected XMLGregorianCalendar verificationDate

Public Constructors

public GovernmentIdentifierDataType ()

Public Methods

public CountryReferenceType 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 getGovernmentID ()

Gets the value of the governmentID property.

Returns
  • possible object is String

public GovernmentIDTypeReferenceType getGovernmentIDTypeReference ()

Gets the value of the governmentIDTypeReference property.

Returns

public XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getVerificationDate ()

Gets the value of the verificationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setGovernmentID (String value)

Sets the value of the governmentID property.

Parameters
value Allowed object is String

public void setGovernmentIDTypeReference (GovernmentIDTypeReferenceType value)

Sets the value of the governmentIDTypeReference property.

Parameters
value Allowed object is GovernmentIDTypeReferenceType

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setVerificationDate (XMLGregorianCalendar value)

Sets the value of the verificationDate property.

Parameters
value Allowed object is XMLGregorianCalendar