public class

CertificationDataType

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

Class Overview

Encapsulating element for Certification data.

Java class for Certification_DataType complex type.

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

 <complexType name="Certification_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Issuer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Issuer_Reference" type="{urn:com.workday/bsvc}Certification_IssuerObjectType" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Restrict_to_Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Renewable_Required_" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Renewable_In__months_" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Track_Exam_Date_and_Score" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Usage_Count" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="20"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected String id
protected Boolean inactive
protected String issuer
protected CertificationIssuerObjectType issuerReference
protected String name
protected BigDecimal renewableInMonths
protected Boolean renewableRequired
protected List<CountryRegionObjectType> restrictToCountryRegionReference
protected Boolean trackExamDateAndScore
protected BigDecimal usageCount
Public Constructors
CertificationDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
String getID()
Gets the value of the id property.
Boolean getInactive()
Gets the value of the inactive property.
String getIssuer()
Gets the value of the issuer property.
CertificationIssuerObjectType getIssuerReference()
Gets the value of the issuerReference property.
String getName()
Gets the value of the name property.
BigDecimal getRenewableInMonths()
Gets the value of the renewableInMonths property.
Boolean getRenewableRequired()
Gets the value of the renewableRequired property.
List<CountryRegionObjectType> getRestrictToCountryRegionReference()
Gets the value of the restrictToCountryRegionReference property.
Boolean getTrackExamDateAndScore()
Gets the value of the trackExamDateAndScore property.
BigDecimal getUsageCount()
Gets the value of the usageCount property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setID(String value)
Sets the value of the id property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setIssuer(String value)
Sets the value of the issuer property.
void setIssuerReference(CertificationIssuerObjectType value)
Sets the value of the issuerReference property.
void setName(String value)
Sets the value of the name property.
void setRenewableInMonths(BigDecimal value)
Sets the value of the renewableInMonths property.
void setRenewableRequired(Boolean value)
Sets the value of the renewableRequired property.
void setRestrictToCountryRegionReference(List<CountryRegionObjectType> restrictToCountryRegionReference)
Sets the value of the restrictToCountryRegionReference property.
void setTrackExamDateAndScore(Boolean value)
Sets the value of the trackExamDateAndScore property.
void setUsageCount(BigDecimal value)
Sets the value of the usageCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected String id

protected Boolean inactive

protected String issuer

protected CertificationIssuerObjectType issuerReference

protected String name

protected BigDecimal renewableInMonths

protected Boolean renewableRequired

protected List<CountryRegionObjectType> restrictToCountryRegionReference

protected Boolean trackExamDateAndScore

protected BigDecimal usageCount

Public Constructors

public CertificationDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public String getID ()

Gets the value of the id property.

Returns
  • possible object is String

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getIssuer ()

Gets the value of the issuer property.

Returns
  • possible object is String

public CertificationIssuerObjectType getIssuerReference ()

Gets the value of the issuerReference property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public BigDecimal getRenewableInMonths ()

Gets the value of the renewableInMonths property.

Returns
  • possible object is BigDecimal

public Boolean getRenewableRequired ()

Gets the value of the renewableRequired property. This getter has been renamed from isRenewableRequired() to getRenewableRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<CountryRegionObjectType> getRestrictToCountryRegionReference ()

Gets the value of the restrictToCountryRegionReference 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 restrictToCountryRegionReference property.

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

    getRestrictToCountryRegionReference().add(newItem);
 

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

public Boolean getTrackExamDateAndScore ()

Gets the value of the trackExamDateAndScore property. This getter has been renamed from isTrackExamDateAndScore() to getTrackExamDateAndScore() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getUsageCount ()

Gets the value of the usageCount property.

Returns
  • possible object is BigDecimal

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setID (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setIssuer (String value)

Sets the value of the issuer property.

Parameters
value Allowed object is String

public void setIssuerReference (CertificationIssuerObjectType value)

Sets the value of the issuerReference property.

Parameters
value Allowed object is CertificationIssuerObjectType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRenewableInMonths (BigDecimal value)

Sets the value of the renewableInMonths property.

Parameters
value Allowed object is BigDecimal

public void setRenewableRequired (Boolean value)

Sets the value of the renewableRequired property.

Parameters
value Allowed object is Boolean

public void setRestrictToCountryRegionReference (List<CountryRegionObjectType> restrictToCountryRegionReference)

Sets the value of the restrictToCountryRegionReference property.

Parameters
restrictToCountryRegionReference Allowed object is CountryRegionObjectType

public void setTrackExamDateAndScore (Boolean value)

Sets the value of the trackExamDateAndScore property.

Parameters
value Allowed object is Boolean

public void setUsageCount (BigDecimal value)

Sets the value of the usageCount property.

Parameters
value Allowed object is BigDecimal