| java.lang.Object | |
| ↳ | com.workday.staffing.CertificationAchievementDataType |
Wrapper element for Certification information.
Java class for Certification_Achievement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certification_Achievement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certification_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Remove_Certification" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Certification_Reference" type="{urn:com.workday/bsvc}CertificationObjectType" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Certification_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Certification_Number" 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="Examination_Score" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Examination_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Certification_Attachment_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificationID | |||||||||||
| certificationName | |||||||||||
| certificationNumber | |||||||||||
| certificationReference | |||||||||||
| countryReference | |||||||||||
| examinationDate | |||||||||||
| examinationScore | |||||||||||
| expirationDate | |||||||||||
| issuedDate | |||||||||||
| issuer | |||||||||||
| removeCertification | |||||||||||
| workerDocumentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificationID property.
| |||||||||||
Gets the value of the certificationName property.
| |||||||||||
Gets the value of the certificationNumber property.
| |||||||||||
Gets the value of the certificationReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the examinationDate property.
| |||||||||||
Gets the value of the examinationScore property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the issuedDate property.
| |||||||||||
Gets the value of the issuer property.
| |||||||||||
Gets the value of the removeCertification property.
| |||||||||||
Gets the value of the workerDocumentData property.
| |||||||||||
Sets the value of the certificationID property.
| |||||||||||
Sets the value of the certificationName property.
| |||||||||||
Sets the value of the certificationNumber property.
| |||||||||||
Sets the value of the certificationReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the examinationDate property.
| |||||||||||
Sets the value of the examinationScore property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the issuedDate property.
| |||||||||||
Sets the value of the issuer property.
| |||||||||||
Sets the value of the removeCertification property.
| |||||||||||
Sets the value of the workerDocumentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the certificationID property.
Gets the value of the certificationName property.
Gets the value of the certificationNumber property.
Gets the value of the certificationReference property.
CertificationObjectType
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the examinationDate property.
Gets the value of the examinationScore property.
Gets the value of the expirationDate property.
Gets the value of the issuedDate property.
Gets the value of the issuer property.
Gets the value of the removeCertification property. This getter has been renamed from isRemoveCertification() to getRemoveCertification() by cxf-xjc-boolean plugin.
Gets the value of the workerDocumentData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the workerDocumentData property.
For example, to add a new item, do as follows:
getWorkerDocumentData().add(newItem);
Objects of the following type(s) are allowed in the list
CertificationAttachmentDataType
Sets the value of the certificationID property.
| value | Allowed object is String |
|---|
Sets the value of the certificationName property.
| value | Allowed object is String |
|---|
Sets the value of the certificationNumber property.
| value | Allowed object is String |
|---|
Sets the value of the certificationReference property.
| value | Allowed object is
CertificationObjectType
|
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the examinationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the examinationScore property.
| value | Allowed object is String |
|---|
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 issuer property.
| value | Allowed object is String |
|---|
Sets the value of the removeCertification property.
| value | Allowed object is Boolean |
|---|
Sets the value of the workerDocumentData property.
| workerDocumentData | Allowed object is
CertificationAttachmentDataType
|
|---|