public class

CertificationQualificationProfileReplacementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.CertificationQualificationProfileReplacementDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CertificationObjectType certificationReference
protected CountryObjectType countryReference
protected String issuer
protected String name
protected Boolean required
Public Constructors
CertificationQualificationProfileReplacementDataType()
Public Methods
CertificationObjectType getCertificationReference()
Gets the value of the certificationReference property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
String getIssuer()
Gets the value of the issuer property.
String getName()
Gets the value of the name property.
Boolean getRequired()
Gets the value of the required property.
void setCertificationReference(CertificationObjectType value)
Sets the value of the certificationReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setIssuer(String value)
Sets the value of the issuer property.
void setName(String value)
Sets the value of the name property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CertificationObjectType certificationReference

protected CountryObjectType countryReference

protected String issuer

protected String name

protected Boolean required

Public Constructors

public CertificationQualificationProfileReplacementDataType ()

Public Methods

public CertificationObjectType getCertificationReference ()

Gets the value of the certificationReference property.

Returns

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public String getIssuer ()

Gets the value of the issuer property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setCertificationReference (CertificationObjectType value)

Sets the value of the certificationReference property.

Parameters
value Allowed object is CertificationObjectType

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setIssuer (String value)

Sets the value of the issuer property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean