public class

VisaIDDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.VisaIDDataType

Class Overview

Wrapper element for Visa identifier data.

Java class for Visa_ID_DataType complex type.

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

 <complexType name="Visa_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}Visa_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="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 VisaIDTypeObjectType idTypeReference
protected XMLGregorianCalendar issuedDate
protected XMLGregorianCalendar verificationDate
protected WorkerObjectType verifiedByReference
Public Constructors
VisaIDDataType()
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.
VisaIDTypeObjectType 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(VisaIDTypeObjectType 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 VisaIDTypeObjectType idTypeReference

protected XMLGregorianCalendar issuedDate

protected XMLGregorianCalendar verificationDate

protected WorkerObjectType verifiedByReference

Public Constructors

public VisaIDDataType ()

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

Sets the value of the idTypeReference property.

Parameters
value Allowed object is VisaIDTypeObjectType

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