| java.lang.Object | |
| ↳ | com.workday.recruiting.AccomplishmentType |
Wrapper element for the Accomplishment data.
Java class for AccomplishmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccomplishmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Accomplishment_Reference" type="{urn:com.workday/bsvc}AccomplishmentObjectType" minOccurs="0"/>
<element name="Accomplishment_Data" type="{urn:com.workday/bsvc}Accomplishment_Achievement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accomplishmentData | |||||||||||
| accomplishmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accomplishmentData property.
| |||||||||||
Gets the value of the accomplishmentReference property.
| |||||||||||
Sets the value of the accomplishmentData property.
| |||||||||||
Sets the value of the accomplishmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accomplishmentData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the accomplishmentData property.
For example, to add a new item, do as follows:
getAccomplishmentData().add(newItem);
Objects of the following type(s) are allowed in the list
AccomplishmentAchievementDataType
Gets the value of the accomplishmentReference property.
AccomplishmentObjectType
Sets the value of the accomplishmentData property.
| accomplishmentData | Allowed object is
AccomplishmentAchievementDataType
|
|---|
Sets the value of the accomplishmentReference property.
| value | Allowed object is
AccomplishmentObjectType
|
|---|