public class

AwardType

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

Class Overview

Wrapper element for Award information.

Java class for AwardType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<AwardAchievementDataType> awardData
protected AwardObjectType awardReference
Public Constructors
AwardType()
Public Methods
List<AwardAchievementDataType> getAwardData()
Gets the value of the awardData property.
AwardObjectType getAwardReference()
Gets the value of the awardReference property.
void setAwardData(List<AwardAchievementDataType> awardData)
Sets the value of the awardData property.
void setAwardReference(AwardObjectType value)
Sets the value of the awardReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AwardAchievementDataType> awardData

protected AwardObjectType awardReference

Public Constructors

public AwardType ()

Public Methods

public List<AwardAchievementDataType> getAwardData ()

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

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

    getAwardData().add(newItem);
 

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

public AwardObjectType getAwardReference ()

Gets the value of the awardReference property.

Returns

public void setAwardData (List<AwardAchievementDataType> awardData)

Sets the value of the awardData property.

Parameters
awardData Allowed object is AwardAchievementDataType

public void setAwardReference (AwardObjectType value)

Sets the value of the awardReference property.

Parameters
value Allowed object is AwardObjectType