| java.lang.Object | |
| ↳ | com.workday.talent.GiveFeedbackBusinessProcessDataType |
Wrapper element for the Give Feedback business process web service.
Java class for Give_Feedback_Business_Process_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Give_Feedback_Business_Process_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="To_Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType"/>
<element name="Badge_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Comment" type="{urn:com.workday/bsvc}RichText"/>
<element name="Show_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Confidential" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| badgeReference | |||||||||||
| comment | |||||||||||
| confidential | |||||||||||
| fromWorkerReference | |||||||||||
| showName | |||||||||||
| toWorkerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the badgeReference property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the confidential property.
| |||||||||||
Gets the value of the fromWorkerReference property.
| |||||||||||
Gets the value of the showName property.
| |||||||||||
Gets the value of the toWorkerReference property.
| |||||||||||
Sets the value of the badgeReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the confidential property.
| |||||||||||
Sets the value of the fromWorkerReference property.
| |||||||||||
Sets the value of the showName property.
| |||||||||||
Sets the value of the toWorkerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the badgeReference property.
UniqueIdentifierObjectType
Gets the value of the comment property.
Gets the value of the confidential property. This getter has been renamed from isConfidential() to getConfidential() by cxf-xjc-boolean plugin.
Gets the value of the fromWorkerReference property.
WorkerObjectType
Gets the value of the showName property. This getter has been renamed from isShowName() to getShowName() by cxf-xjc-boolean plugin.
Gets the value of the toWorkerReference property.
WorkerObjectType
Sets the value of the badgeReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the confidential property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fromWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|
Sets the value of the showName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the toWorkerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|