public class

AccomplishmentAchievementDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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}PositionObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String accomplishment
protected String accomplishmentID
protected XMLGregorianCalendar endDate
protected PositionObjectType 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.
PositionObjectType getPositionReference()
Gets the value of the positionReference property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
Boolean isRemoveAccomplishment()
Gets the value of the removeAccomplishment 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(PositionObjectType 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

Fields

protected String accomplishment

protected String accomplishmentID

protected XMLGregorianCalendar endDate

protected PositionObjectType 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 PositionObjectType getPositionReference ()

Gets the value of the positionReference property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isRemoveAccomplishment ()

Gets the value of the removeAccomplishment property.

Returns
  • possible object is Boolean

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 (PositionObjectType value)

Sets the value of the positionReference property.

Parameters
value Allowed object is PositionObjectType

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