| java.lang.Object | |
| ↳ | workday.com.bsvc.AccomplishmentAchievementDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accomplishment | |||||||||||
| accomplishmentID | |||||||||||
| endDate | |||||||||||
| positionReference | |||||||||||
| removeAccomplishment | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accomplishment property.
| |||||||||||
Gets the value of the accomplishmentID property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the removeAccomplishment property.
| |||||||||||
Sets the value of the accomplishment property.
| |||||||||||
Sets the value of the accomplishmentID property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the removeAccomplishment property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the accomplishment property.
Gets the value of the accomplishmentID property.
Gets the value of the endDate property.
Gets the value of the positionReference property.
PositionObjectType
Gets the value of the startDate property.
Gets the value of the removeAccomplishment property.
Sets the value of the accomplishment property.
| value | Allowed object is String |
|---|
Sets the value of the accomplishmentID property.
| value | Allowed object is String |
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionObjectType
|
|---|
Sets the value of the removeAccomplishment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|

