| java.lang.Object | |
| ↳ | workday.com.bsvc.CertificationQualificationProfileReplacementDataType |
Replacement element containing Certification Qualifications for the Job Profile When updating a Job Profile, all Certifications for the Job Profile will be replaced by the submitted data. If no data is submitted, then the existing Certifications are not changed.
Java class for Certification_Qualification_Profile_Replacement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Certification_Qualification_Profile_Replacement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<element name="Certification_Reference" type="{urn:com.workday/bsvc}CertificationObjectType" minOccurs="0"/>
<element name="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="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| certificationReference | |||||||||||
| countryReference | |||||||||||
| issuer | |||||||||||
| name | |||||||||||
| required | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the certificationReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the issuer property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the required property.
| |||||||||||
Sets the value of the certificationReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the issuer property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the required property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the certificationReference property.
CertificationObjectType
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the issuer property.
Gets the value of the name property.
Gets the value of the required property.
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 issuer property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the required property.
| value | Allowed object is Boolean |
|---|

