public class

LicenseIdentifierDataType

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

Class Overview

Encapsulating element for all License Identifier data.

Java class for License_Identifier_DataType complex type.

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

 <complexType name="License_Identifier_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="License_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="License_Type_Reference" type="{urn:com.workday/bsvc}License_Type_ReferenceType"/>
         <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"/>
         <choice>
           <element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType" minOccurs="0"/>
           <element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_Region_ReferenceType" minOccurs="0"/>
           <element name="Authority_Reference" type="{urn:com.workday/bsvc}Authority_ReferenceType" minOccurs="0"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AuthorityReferenceType authorityReference
protected CountryReferenceType countryReference
protected CountryRegionReferenceType countryRegionReference
protected XMLGregorianCalendar expirationDate
protected XMLGregorianCalendar issuedDate
protected String licenseClass
protected String licenseID
protected LicenseTypeReferenceType licenseTypeReference
protected XMLGregorianCalendar verificationDate
Public Constructors
LicenseIdentifierDataType()
Public Methods
AuthorityReferenceType getAuthorityReference()
Gets the value of the authorityReference property.
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
CountryRegionReferenceType getCountryRegionReference()
Gets the value of the countryRegionReference property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
String getLicenseClass()
Gets the value of the licenseClass property.
String getLicenseID()
Gets the value of the licenseID property.
LicenseTypeReferenceType getLicenseTypeReference()
Gets the value of the licenseTypeReference property.
XMLGregorianCalendar getVerificationDate()
Gets the value of the verificationDate property.
void setAuthorityReference(AuthorityReferenceType value)
Sets the value of the authorityReference property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setCountryRegionReference(CountryRegionReferenceType value)
Sets the value of the countryRegionReference property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setLicenseClass(String value)
Sets the value of the licenseClass property.
void setLicenseID(String value)
Sets the value of the licenseID property.
void setLicenseTypeReference(LicenseTypeReferenceType value)
Sets the value of the licenseTypeReference 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 AuthorityReferenceType authorityReference

protected CountryReferenceType countryReference

protected CountryRegionReferenceType countryRegionReference

protected XMLGregorianCalendar expirationDate

protected XMLGregorianCalendar issuedDate

protected String licenseClass

protected String licenseID

protected LicenseTypeReferenceType licenseTypeReference

protected XMLGregorianCalendar verificationDate

Public Constructors

public LicenseIdentifierDataType ()

Public Methods

public AuthorityReferenceType getAuthorityReference ()

Gets the value of the authorityReference property.

Returns

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CountryRegionReferenceType 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 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 String getLicenseID ()

Gets the value of the licenseID property.

Returns
  • possible object is String

public LicenseTypeReferenceType getLicenseTypeReference ()

Gets the value of the licenseTypeReference property.

Returns

public XMLGregorianCalendar getVerificationDate ()

Gets the value of the verificationDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAuthorityReference (AuthorityReferenceType value)

Sets the value of the authorityReference property.

Parameters
value Allowed object is AuthorityReferenceType

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setCountryRegionReference (CountryRegionReferenceType value)

Sets the value of the countryRegionReference property.

Parameters
value Allowed object is CountryRegionReferenceType

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 setLicenseClass (String value)

Sets the value of the licenseClass property.

Parameters
value Allowed object is String

public void setLicenseID (String value)

Sets the value of the licenseID property.

Parameters
value Allowed object is String

public void setLicenseTypeReference (LicenseTypeReferenceType value)

Sets the value of the licenseTypeReference property.

Parameters
value Allowed object is LicenseTypeReferenceType

public void setVerificationDate (XMLGregorianCalendar value)

Sets the value of the verificationDate property.

Parameters
value Allowed object is XMLGregorianCalendar