| java.lang.Object | |
| ↳ | com.workday.talent.CertificationType |
Encapsulating element for Certification Reference and Data.
Java class for CertificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Certification_Reference" type="{urn:com.workday/bsvc}CertificationObjectType" minOccurs="0"/>
<element name="Certification_Data" type="{urn:com.workday/bsvc}Certification_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificationData | |||||||||||
| certificationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificationData property.
| |||||||||||
Gets the value of the certificationReference property.
| |||||||||||
Sets the value of the certificationData property.
| |||||||||||
Sets the value of the certificationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the certificationData property.
CertificationDataType
Gets the value of the certificationReference property.
CertificationObjectType
Sets the value of the certificationData property.
| value | Allowed object is
CertificationDataType
|
|---|
Sets the value of the certificationReference property.
| value | Allowed object is
CertificationObjectType
|
|---|