| java.lang.Object | |
| ↳ | com.workday.recruiting.AwardType |
Wrapper element for Award information.
Java class for AwardType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Award_Reference" type="{urn:com.workday/bsvc}AwardObjectType" minOccurs="0"/>
<element name="Award_Data" type="{urn:com.workday/bsvc}Award_Achievement_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| awardData | |||||||||||
| awardReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the awardData property.
| |||||||||||
Gets the value of the awardReference property.
| |||||||||||
Sets the value of the awardData property.
| |||||||||||
Sets the value of the awardReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the awardData 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 awardData property.
For example, to add a new item, do as follows:
getAwardData().add(newItem);
Objects of the following type(s) are allowed in the list
AwardAchievementDataType
Gets the value of the awardReference property.
AwardObjectType
Sets the value of the awardData property.
| awardData | Allowed object is
AwardAchievementDataType
|
|---|
Sets the value of the awardReference property.
| value | Allowed object is
AwardObjectType
|
|---|