public class

ProfileScorecardResultDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.compensation.ProfileScorecardResultDataType

Class Overview

Contains the set of goals and goal values for this result.

Java class for Profile_Scorecard_Result_DataType complex type.

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

 <complexType name="Profile_Scorecard_Result_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Goal_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType"/>
         <element name="Achievement" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal achievement
protected UniqueIdentifierObjectType goalReference
Public Constructors
ProfileScorecardResultDataType()
Public Methods
BigDecimal getAchievement()
Gets the value of the achievement property.
UniqueIdentifierObjectType getGoalReference()
Gets the value of the goalReference property.
void setAchievement(BigDecimal value)
Sets the value of the achievement property.
void setGoalReference(UniqueIdentifierObjectType value)
Sets the value of the goalReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal achievement

protected UniqueIdentifierObjectType goalReference

Public Constructors

public ProfileScorecardResultDataType ()

Public Methods

public BigDecimal getAchievement ()

Gets the value of the achievement property.

Returns
  • possible object is BigDecimal

public UniqueIdentifierObjectType getGoalReference ()

Gets the value of the goalReference property.

Returns

public void setAchievement (BigDecimal value)

Sets the value of the achievement property.

Parameters
value Allowed object is BigDecimal

public void setGoalReference (UniqueIdentifierObjectType value)

Sets the value of the goalReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType