public class

VisaIdentifierDataType

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

Class Overview

Encapsulating element for all Visa Identifier data.

Java class for Visa_Identifier_DataType complex type.

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

 <complexType name="Visa_Identifier_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Visa_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Visa_Type_Reference" type="{urn:com.workday/bsvc}Visa_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 XMLGregorianCalendar verificationDate
protected String visaID
protected VisaTypeReferenceType visaTypeReference
Public Constructors
VisaIdentifierDataType()
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.
XMLGregorianCalendar getVerificationDate()
Gets the value of the verificationDate property.
String getVisaID()
Gets the value of the visaID property.
VisaTypeReferenceType getVisaTypeReference()
Gets the value of the visaTypeReference 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 setVerificationDate(XMLGregorianCalendar value)
Sets the value of the verificationDate property.
void setVisaID(String value)
Sets the value of the visaID property.
void setVisaTypeReference(VisaTypeReferenceType value)
Sets the value of the visaTypeReference 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 XMLGregorianCalendar verificationDate

protected String visaID

protected VisaTypeReferenceType visaTypeReference

Public Constructors

public VisaIdentifierDataType ()

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

Gets the value of the verificationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getVisaID ()

Gets the value of the visaID property.

Returns
  • possible object is String

public VisaTypeReferenceType getVisaTypeReference ()

Gets the value of the visaTypeReference property.

Returns

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

Sets the value of the verificationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setVisaID (String value)

Sets the value of the visaID property.

Parameters
value Allowed object is String

public void setVisaTypeReference (VisaTypeReferenceType value)

Sets the value of the visaTypeReference property.

Parameters
value Allowed object is VisaTypeReferenceType