| java.lang.Object | |
| ↳ | com.workday.staffing.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}Position_ElementObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| 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 removeAccomplishment property.
| |||||||||||
Gets the value of the startDate 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.
PositionElementObjectType
Gets the value of the removeAccomplishment property. This getter has been renamed from isRemoveAccomplishment() to getRemoveAccomplishment() by cxf-xjc-boolean plugin.
Gets the value of the startDate 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
PositionElementObjectType
|
|---|
Sets the value of the removeAccomplishment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|