public class

PassportIdentifierDataType

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

Class Overview

Encapsulating element for all Passport Identifier data.

Java class for Passport_Identifier_DataType complex type.

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

 <complexType name="Passport_Identifier_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Passport_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Passport_Type_Reference" type="{urn:com.workday/bsvc}Passport_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

Constants
long serialVersionUID
Fields
protected CountryReferenceType countryReference
protected XMLGregorianCalendar expirationDate
protected XMLGregorianCalendar issuedDate
protected String passportNumber
protected PassportTypeReferenceType passportTypeReference
protected XMLGregorianCalendar verificationDate
Public Constructors
PassportIdentifierDataType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
String getPassportNumber()
Gets the value of the passportNumber property.
PassportTypeReferenceType getPassportTypeReference()
Gets the value of the passportTypeReference 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 setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setPassportNumber(String value)
Sets the value of the passportNumber property.
void setPassportTypeReference(PassportTypeReferenceType value)
Sets the value of the passportTypeReference property.
void setVerificationDate(XMLGregorianCalendar value)
Sets the value of the verificationDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryReferenceType countryReference

protected XMLGregorianCalendar expirationDate

protected XMLGregorianCalendar issuedDate

protected String passportNumber

protected PassportTypeReferenceType passportTypeReference

protected XMLGregorianCalendar verificationDate

Public Constructors

public PassportIdentifierDataType ()

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 XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getPassportNumber ()

Gets the value of the passportNumber property.

Returns
  • possible object is String

public PassportTypeReferenceType getPassportTypeReference ()

Gets the value of the passportTypeReference property.

Returns

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 setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPassportNumber (String value)

Sets the value of the passportNumber property.

Parameters
value Allowed object is String

public void setPassportTypeReference (PassportTypeReferenceType value)

Sets the value of the passportTypeReference property.

Parameters
value Allowed object is PassportTypeReferenceType

public void setVerificationDate (XMLGregorianCalendar value)

Sets the value of the verificationDate property.

Parameters
value Allowed object is XMLGregorianCalendar