public class

AwardAchievementDataType

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

Class Overview

Wrapper element for Award information.

Java class for Award_Achievement_DataType complex type.

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

 <complexType name="Award_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Award_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Award" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Award" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Awarding_Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Date_Received" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String award
protected String awardID
protected String awardingBody
protected XMLGregorianCalendar dateReceived
protected String description
protected Boolean removeAward
Public Constructors
AwardAchievementDataType()
Public Methods
String getAward()
Gets the value of the award property.
String getAwardID()
Gets the value of the awardID property.
String getAwardingBody()
Gets the value of the awardingBody property.
XMLGregorianCalendar getDateReceived()
Gets the value of the dateReceived property.
String getDescription()
Gets the value of the description property.
Boolean getRemoveAward()
Gets the value of the removeAward property.
void setAward(String value)
Sets the value of the award property.
void setAwardID(String value)
Sets the value of the awardID property.
void setAwardingBody(String value)
Sets the value of the awardingBody property.
void setDateReceived(XMLGregorianCalendar value)
Sets the value of the dateReceived property.
void setDescription(String value)
Sets the value of the description property.
void setRemoveAward(Boolean value)
Sets the value of the removeAward property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String award

protected String awardID

protected String awardingBody

protected XMLGregorianCalendar dateReceived

protected String description

protected Boolean removeAward

Public Constructors

public AwardAchievementDataType ()

Public Methods

public String getAward ()

Gets the value of the award property.

Returns
  • possible object is String

public String getAwardID ()

Gets the value of the awardID property.

Returns
  • possible object is String

public String getAwardingBody ()

Gets the value of the awardingBody property.

Returns
  • possible object is String

public XMLGregorianCalendar getDateReceived ()

Gets the value of the dateReceived property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Boolean getRemoveAward ()

Gets the value of the removeAward property. This getter has been renamed from isRemoveAward() to getRemoveAward() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setAward (String value)

Sets the value of the award property.

Parameters
value Allowed object is String

public void setAwardID (String value)

Sets the value of the awardID property.

Parameters
value Allowed object is String

public void setAwardingBody (String value)

Sets the value of the awardingBody property.

Parameters
value Allowed object is String

public void setDateReceived (XMLGregorianCalendar value)

Sets the value of the dateReceived property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setRemoveAward (Boolean value)

Sets the value of the removeAward property.

Parameters
value Allowed object is Boolean