public class

CertificationIssuerType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.CertificationIssuerType

Class Overview

Encapsulating element for Certification Issuer Reference and Data

Java class for Certification_IssuerType complex type.

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

 <complexType name="Certification_IssuerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Certification_Issuer_Reference" type="{urn:com.workday/bsvc}Certification_IssuerObjectType" minOccurs="0"/>
         <element name="Certification_Issuer_Data" type="{urn:com.workday/bsvc}Certification_Issuer_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CertificationIssuerDataType certificationIssuerData
protected CertificationIssuerObjectType certificationIssuerReference
Public Constructors
CertificationIssuerType()
Public Methods
CertificationIssuerDataType getCertificationIssuerData()
Gets the value of the certificationIssuerData property.
CertificationIssuerObjectType getCertificationIssuerReference()
Gets the value of the certificationIssuerReference property.
void setCertificationIssuerData(CertificationIssuerDataType value)
Sets the value of the certificationIssuerData property.
void setCertificationIssuerReference(CertificationIssuerObjectType value)
Sets the value of the certificationIssuerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CertificationIssuerDataType certificationIssuerData

protected CertificationIssuerObjectType certificationIssuerReference

Public Constructors

public CertificationIssuerType ()

Public Methods

public CertificationIssuerDataType getCertificationIssuerData ()

Gets the value of the certificationIssuerData property.

Returns

public CertificationIssuerObjectType getCertificationIssuerReference ()

Gets the value of the certificationIssuerReference property.

Returns

public void setCertificationIssuerData (CertificationIssuerDataType value)

Sets the value of the certificationIssuerData property.

Parameters
value Allowed object is CertificationIssuerDataType

public void setCertificationIssuerReference (CertificationIssuerObjectType value)

Sets the value of the certificationIssuerReference property.

Parameters
value Allowed object is CertificationIssuerObjectType