| java.lang.Object | |
| ↳ | com.workday.recruiting.LicenseIdentifierDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorityReference | |||||||||||
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| expirationDate | |||||||||||
| issuedDate | |||||||||||
| licenseClass | |||||||||||
| licenseID | |||||||||||
| licenseTypeReference | |||||||||||
| verificationDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the authorityReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the licenseClass property.
| |||||||||||
Gets the value of the licenseID property.
| |||||||||||
Gets the value of the licenseTypeReference property.
| |||||||||||
Gets the value of the verificationDate property.
| |||||||||||
Sets the value of the authorityReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countryRegionReference property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the licenseClass property.
| |||||||||||
Sets the value of the licenseID property.
| |||||||||||
Sets the value of the licenseTypeReference property.
| |||||||||||
Sets the value of the verificationDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authorityReference property.
AuthorityReferenceType
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the countryRegionReference property.
CountryRegionReferenceType
Gets the value of the expirationDate property.
Gets the value of the issuedDate property.
Gets the value of the licenseClass property.
Gets the value of the licenseID property.
Gets the value of the licenseTypeReference property.
LicenseTypeReferenceType
Gets the value of the verificationDate property.
Sets the value of the authorityReference property.
| value | Allowed object is
AuthorityReferenceType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
Sets the value of the countryRegionReference property.
| value | Allowed object is
CountryRegionReferenceType
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the issuedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the licenseClass property.
| value | Allowed object is String |
|---|
Sets the value of the licenseID property.
| value | Allowed object is String |
|---|
Sets the value of the licenseTypeReference property.
| value | Allowed object is
LicenseTypeReferenceType
|
|---|
Sets the value of the verificationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|