public class

CompetencyResponseDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.CompetencyResponseDataType

Class Overview

Contains the Competency response data.

Java class for Competency_Response_DataType complex type.

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

 <complexType name="Competency_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Competency" type="{urn:com.workday/bsvc}CompetencyType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CompetencyType> competency
Public Constructors
CompetencyResponseDataType()
Public Methods
List<CompetencyType> getCompetency()
Gets the value of the competency property.
void setCompetency(List<CompetencyType> competency)
Sets the value of the competency property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CompetencyType> competency

Public Constructors

public CompetencyResponseDataType ()

Public Methods

public List<CompetencyType> getCompetency ()

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

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

    getCompetency().add(newItem);
 

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

public void setCompetency (List<CompetencyType> competency)

Sets the value of the competency property.

Parameters
competency Allowed object is CompetencyType