public class

CertificationAchievementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CertificationAchievementDataType

Class Overview

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="Certification_Number" 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"/>
         <element name="Worker_Document_Data" type="{urn:com.workday/bsvc}Certification_Attachment_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String certificationID
protected String certificationName
protected String certificationNumber
protected CertificationObjectType certificationReference
protected CountryObjectType countryReference
protected XMLGregorianCalendar examinationDate
protected String examinationScore
protected XMLGregorianCalendar expirationDate
protected XMLGregorianCalendar issuedDate
protected String issuer
protected Boolean removeCertification
protected List<CertificationAttachmentDataType> workerDocumentData
Public Constructors
CertificationAchievementDataType()
Public Methods
String getCertificationID()
Gets the value of the certificationID property.
String getCertificationName()
Gets the value of the certificationName property.
String getCertificationNumber()
Gets the value of the certificationNumber property.
CertificationObjectType getCertificationReference()
Gets the value of the certificationReference property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
XMLGregorianCalendar getExaminationDate()
Gets the value of the examinationDate property.
String getExaminationScore()
Gets the value of the examinationScore property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
XMLGregorianCalendar getIssuedDate()
Gets the value of the issuedDate property.
String getIssuer()
Gets the value of the issuer property.
Boolean getRemoveCertification()
Gets the value of the removeCertification property.
List<CertificationAttachmentDataType> getWorkerDocumentData()
Gets the value of the workerDocumentData property.
void setCertificationID(String value)
Sets the value of the certificationID property.
void setCertificationName(String value)
Sets the value of the certificationName property.
void setCertificationNumber(String value)
Sets the value of the certificationNumber property.
void setCertificationReference(CertificationObjectType value)
Sets the value of the certificationReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setExaminationDate(XMLGregorianCalendar value)
Sets the value of the examinationDate property.
void setExaminationScore(String value)
Sets the value of the examinationScore property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setIssuedDate(XMLGregorianCalendar value)
Sets the value of the issuedDate property.
void setIssuer(String value)
Sets the value of the issuer property.
void setRemoveCertification(Boolean value)
Sets the value of the removeCertification property.
void setWorkerDocumentData(List<CertificationAttachmentDataType> workerDocumentData)
Sets the value of the workerDocumentData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String certificationID

protected String certificationName

protected String certificationNumber

protected CertificationObjectType certificationReference

protected CountryObjectType countryReference

protected XMLGregorianCalendar examinationDate

protected String examinationScore

protected XMLGregorianCalendar expirationDate

protected XMLGregorianCalendar issuedDate

protected String issuer

protected Boolean removeCertification

protected List<CertificationAttachmentDataType> workerDocumentData

Public Constructors

public CertificationAchievementDataType ()

Public Methods

public String getCertificationID ()

Gets the value of the certificationID property.

Returns
  • possible object is String

public String getCertificationName ()

Gets the value of the certificationName property.

Returns
  • possible object is String

public String getCertificationNumber ()

Gets the value of the certificationNumber 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 XMLGregorianCalendar getExaminationDate ()

Gets the value of the examinationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExaminationScore ()

Gets the value of the examinationScore property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getIssuedDate ()

Gets the value of the issuedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getIssuer ()

Gets the value of the issuer property.

Returns
  • possible object is String

public Boolean getRemoveCertification ()

Gets the value of the removeCertification property. This getter has been renamed from isRemoveCertification() to getRemoveCertification() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<CertificationAttachmentDataType> getWorkerDocumentData ()

Gets the value of the workerDocumentData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workerDocumentData property.

For example, to add a new item, do as follows:

    getWorkerDocumentData().add(newItem);
 

Objects of the following type(s) are allowed in the list CertificationAttachmentDataType

public void setCertificationID (String value)

Sets the value of the certificationID 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 setCertificationNumber (String value)

Sets the value of the certificationNumber 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 setExaminationDate (XMLGregorianCalendar value)

Sets the value of the examinationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExaminationScore (String value)

Sets the value of the examinationScore property.

Parameters
value Allowed object is String

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIssuedDate (XMLGregorianCalendar value)

Sets the value of the issuedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIssuer (String value)

Sets the value of the issuer property.

Parameters
value Allowed object is String

public void setRemoveCertification (Boolean value)

Sets the value of the removeCertification property.

Parameters
value Allowed object is Boolean

public void setWorkerDocumentData (List<CertificationAttachmentDataType> workerDocumentData)

Sets the value of the workerDocumentData property.

Parameters
workerDocumentData Allowed object is CertificationAttachmentDataType