| java.lang.Object | |
| ↳ | com.workday.payrollinterface.LicenseIDDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| authorityReference | |||||||||||
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| expirationDate | |||||||||||
| id | |||||||||||
| idTypeReference | |||||||||||
| issuedDate | |||||||||||
| licenseClass | |||||||||||
| verificationDate | |||||||||||
| verifiedByReference | |||||||||||
| 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 id property.
| |||||||||||
Gets the value of the idTypeReference property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the licenseClass property.
| |||||||||||
Gets the value of the verificationDate property.
| |||||||||||
Gets the value of the verifiedByReference 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 id property.
| |||||||||||
Sets the value of the idTypeReference property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the licenseClass property.
| |||||||||||
Sets the value of the verificationDate property.
| |||||||||||
Sets the value of the verifiedByReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the authorityReference property.
AuthorityObjectType
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the countryRegionReference property.
CountryRegionObjectType
Gets the value of the expirationDate property.
Gets the value of the id property.
Gets the value of the idTypeReference property.
LicenseIDTypeAllObjectType
Gets the value of the issuedDate property.
Gets the value of the licenseClass property.
Gets the value of the verificationDate property.
Gets the value of the verifiedByReference property.
WorkerObjectType
Sets the value of the authorityReference property.
| value | Allowed object is
AuthorityObjectType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countryRegionReference property.
| value | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the idTypeReference property.
| value | Allowed object is
LicenseIDTypeAllObjectType
|
|---|
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 verificationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the verifiedByReference property.
| value | Allowed object is
WorkerObjectType
|
|---|