public class

CertificationQualificationProfileDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CertificationQualificationProfileDataType

Class Overview

Encapsulating element containing all Certification Qualfication Profile data.

Java class for Certification_Qualification_Profile_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Certification_Qualification_Profile_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="Certification_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Certification_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

Fields
protected String certificationIssuer
protected String certificationName
protected CertificationObjectType certificationReference
protected CountryObjectType countryReference
protected Boolean required
Public Constructors
CertificationQualificationProfileDataType()
Public Methods
String getCertificationIssuer()
Gets the value of the certificationIssuer property.
String getCertificationName()
Gets the value of the certificationName property.
CertificationObjectType getCertificationReference()
Gets the value of the certificationReference property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
Boolean isRequired()
Gets the value of the required property.
void setCertificationIssuer(String value)
Sets the value of the certificationIssuer property.
void setCertificationName(String value)
Sets the value of the certificationName property.
void setCertificationReference(CertificationObjectType value)
Sets the value of the certificationReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String certificationIssuer

protected String certificationName

protected CertificationObjectType certificationReference

protected CountryObjectType countryReference

protected Boolean required

Public Constructors

public CertificationQualificationProfileDataType ()

Public Methods

public String getCertificationIssuer ()

Gets the value of the certificationIssuer property.

Returns
  • possible object is String

public String getCertificationName ()

Gets the value of the certificationName property.

Returns
  • possible object is String

public CertificationObjectType getCertificationReference ()

Gets the value of the certificationReference property.

Returns

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setCertificationIssuer (String value)

Sets the value of the certificationIssuer property.

Parameters
value Allowed object is String

public void setCertificationName (String value)

Sets the value of the certificationName property.

Parameters
value Allowed object is String

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 setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean