public class

AccomplishmentAchievementDataType

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

Class Overview

Wrapper element for the Accomplishment data.

Java class for Accomplishment_Achievement_DataType complex type.

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

 <complexType name="Accomplishment_Achievement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Accomplishment_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Remove_Accomplishment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Accomplishment" type="{urn:com.workday/bsvc}RichText" minOccurs="0"/>
         <element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String accomplishment
protected String accomplishmentID
protected XMLGregorianCalendar endDate
protected PositionElementObjectType positionReference
protected Boolean removeAccomplishment
protected XMLGregorianCalendar startDate
Public Constructors
AccomplishmentAchievementDataType()
Public Methods
String getAccomplishment()
Gets the value of the accomplishment property.
String getAccomplishmentID()
Gets the value of the accomplishmentID property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
PositionElementObjectType getPositionReference()
Gets the value of the positionReference property.
Boolean getRemoveAccomplishment()
Gets the value of the removeAccomplishment property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
void setAccomplishment(String value)
Sets the value of the accomplishment property.
void setAccomplishmentID(String value)
Sets the value of the accomplishmentID property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setPositionReference(PositionElementObjectType value)
Sets the value of the positionReference property.
void setRemoveAccomplishment(Boolean value)
Sets the value of the removeAccomplishment property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String accomplishment

protected String accomplishmentID

protected XMLGregorianCalendar endDate

protected PositionElementObjectType positionReference

protected Boolean removeAccomplishment

protected XMLGregorianCalendar startDate

Public Constructors

public AccomplishmentAchievementDataType ()

Public Methods

public String getAccomplishment ()

Gets the value of the accomplishment property.

Returns
  • possible object is String

public String getAccomplishmentID ()

Gets the value of the accomplishmentID property.

Returns
  • possible object is String

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public PositionElementObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public Boolean getRemoveAccomplishment ()

Gets the value of the removeAccomplishment property. This getter has been renamed from isRemoveAccomplishment() to getRemoveAccomplishment() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccomplishment (String value)

Sets the value of the accomplishment property.

Parameters
value Allowed object is String

public void setAccomplishmentID (String value)

Sets the value of the accomplishmentID property.

Parameters
value Allowed object is String

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPositionReference (PositionElementObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionElementObjectType

public void setRemoveAccomplishment (Boolean value)

Sets the value of the removeAccomplishment property.

Parameters
value Allowed object is Boolean

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar