public class

LicenseIDDataType

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

Class Overview

Wrapper for License Identifier Data.

Java class for License_ID_DataType complex type.

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

 <complexType name="License_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}License_ID_Type__All_ObjectType" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" minOccurs="0"/>
         <element name="Authority_Reference" type="{urn:com.workday/bsvc}AuthorityObjectType" minOccurs="0"/>
         <element name="License_Class" type="{http://www.w3.org/2001/XMLSchema}string" 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 AuthorityObjectType authorityReference
protected CountryObjectType countryReference
protected CountryRegionObjectType countryRegionReference
protected XMLGregorianCalendar expirationDate
protected String id
protected LicenseIDTypeAllObjectType idTypeReference
protected XMLGregorianCalendar issuedDate
protected String licenseClass
protected XMLGregorianCalendar verificationDate
protected WorkerObjectType verifiedByReference
Public Constructors
LicenseIDDataType()
Public Methods
AuthorityObjectType getAuthorityReference()
Gets the value of the authorityReference property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CountryRegionObjectType getCountryRegionReference()
Gets the value of the countryRegionReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getID()
Gets the value of the id property.
LicenseIDTypeAllObjectType getIDTypeReference()
Gets the value of the idTypeReference property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
String getLicenseClass()
Gets the value of the licenseClass property.
XMLGregorianCalendar getVerificationDate()
Gets the value of the verificationDate property.
WorkerObjectType getVerifiedByReference()
Gets the value of the verifiedByReference property.
void setAuthorityReference(AuthorityObjectType value)
Sets the value of the authorityReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCountryRegionReference(CountryRegionObjectType value)
Sets the value of the countryRegionReference 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(LicenseIDTypeAllObjectType value)
Sets the value of the idTypeReference property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setLicenseClass(String value)
Sets the value of the licenseClass 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 AuthorityObjectType authorityReference

protected CountryObjectType countryReference

protected CountryRegionObjectType countryRegionReference

protected XMLGregorianCalendar expirationDate

protected String id

protected LicenseIDTypeAllObjectType idTypeReference

protected XMLGregorianCalendar issuedDate

protected String licenseClass

protected XMLGregorianCalendar verificationDate

protected WorkerObjectType verifiedByReference

Public Constructors

public LicenseIDDataType ()

Public Methods

public AuthorityObjectType getAuthorityReference ()

Gets the value of the authorityReference property.

Returns

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CountryRegionObjectType getCountryRegionReference ()

Gets the value of the countryRegionReference 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 LicenseIDTypeAllObjectType 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 String getLicenseClass ()

Gets the value of the licenseClass property.

Returns
  • possible object is String

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 setAuthorityReference (AuthorityObjectType value)

Sets the value of the authorityReference property.

Parameters
value Allowed object is AuthorityObjectType

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCountryRegionReference (CountryRegionObjectType value)

Sets the value of the countryRegionReference property.

Parameters
value Allowed object is CountryRegionObjectType

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

Sets the value of the idTypeReference property.

Parameters
value Allowed object is LicenseIDTypeAllObjectType

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLicenseClass (String value)

Sets the value of the licenseClass property.

Parameters
value Allowed object is String

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