public class

PassportIDDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.PassportIDDataType

Class Overview

Wrapper for Passport Identifier data.

Java class for Passport_ID_DataType complex type.

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

 <complexType name="Passport_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}Passport_ID_Type__All_ObjectType" 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="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 PassportIDTypeAllObjectType idTypeReference
protected XMLGregorianCalendar issuedDate
protected XMLGregorianCalendar verificationDate
protected WorkerObjectType verifiedByReference
Public Constructors
PassportIDDataType()
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.
PassportIDTypeAllObjectType getIDTypeReference()
Gets the value of the idTypeReference property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate 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(PassportIDTypeAllObjectType value)
Sets the value of the idTypeReference property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate 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 PassportIDTypeAllObjectType idTypeReference

protected XMLGregorianCalendar issuedDate

protected XMLGregorianCalendar verificationDate

protected WorkerObjectType verifiedByReference

Public Constructors

public PassportIDDataType ()

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 PassportIDTypeAllObjectType 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 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 (PassportIDTypeAllObjectType value)

Sets the value of the idTypeReference property.

Parameters
value Allowed object is PassportIDTypeAllObjectType

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

public void setVerifiedByReference (WorkerObjectType value)

Sets the value of the verifiedByReference property.

Parameters
value Allowed object is WorkerObjectType