| java.lang.Object | |
| ↳ | workday.com.bsvc.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="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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificationID | |||||||||||
| certificationName | |||||||||||
| certificationReference | |||||||||||
| countryReference | |||||||||||
| examinationDate | |||||||||||
| examinationScore | |||||||||||
| expirationDate | |||||||||||
| issuedDate | |||||||||||
| issuer | |||||||||||
| removeCertification | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificationID property.
| |||||||||||
Gets the value of the certificationName 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.
| |||||||||||
Sets the value of the certificationID property.
| |||||||||||
Sets the value of the certificationName 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.
| |||||||||||
|
[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 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.
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 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 |
|---|