| java.lang.Object | |
| ↳ | com.workday.hr.AwardAchievementDataType |
Wrapper element for Award information.
Java class for Award_Achievement_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Award_Achievement_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Award_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Remove_Award" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Award" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Awarding_Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Date_Received" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| award | |||||||||||
| awardID | |||||||||||
| awardingBody | |||||||||||
| dateReceived | |||||||||||
| description | |||||||||||
| removeAward | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the award property.
| |||||||||||
Gets the value of the awardID property.
| |||||||||||
Gets the value of the awardingBody property.
| |||||||||||
Gets the value of the dateReceived property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the removeAward property.
| |||||||||||
Sets the value of the award property.
| |||||||||||
Sets the value of the awardID property.
| |||||||||||
Sets the value of the awardingBody property.
| |||||||||||
Sets the value of the dateReceived property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the removeAward property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the award property.
Gets the value of the awardID property.
Gets the value of the awardingBody property.
Gets the value of the dateReceived property.
Gets the value of the description property.
Gets the value of the removeAward property. This getter has been renamed from isRemoveAward() to getRemoveAward() by cxf-xjc-boolean plugin.
Sets the value of the award property.
| value | Allowed object is String |
|---|
Sets the value of the awardID property.
| value | Allowed object is String |
|---|
Sets the value of the awardingBody property.
| value | Allowed object is String |
|---|
Sets the value of the dateReceived property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the removeAward property.
| value | Allowed object is Boolean |
|---|