public class

GiveFeedbackBusinessProcessDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.talent.GiveFeedbackBusinessProcessDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType badgeReference
protected String comment
protected Boolean confidential
protected WorkerObjectType fromWorkerReference
protected Boolean showName
protected WorkerObjectType toWorkerReference
Public Constructors
GiveFeedbackBusinessProcessDataType()
Public Methods
UniqueIdentifierObjectType getBadgeReference()
Gets the value of the badgeReference property.
String getComment()
Gets the value of the comment property.
Boolean getConfidential()
Gets the value of the confidential property.
WorkerObjectType getFromWorkerReference()
Gets the value of the fromWorkerReference property.
Boolean getShowName()
Gets the value of the showName property.
WorkerObjectType getToWorkerReference()
Gets the value of the toWorkerReference property.
void setBadgeReference(UniqueIdentifierObjectType value)
Sets the value of the badgeReference property.
void setComment(String value)
Sets the value of the comment property.
void setConfidential(Boolean value)
Sets the value of the confidential property.
void setFromWorkerReference(WorkerObjectType value)
Sets the value of the fromWorkerReference property.
void setShowName(Boolean value)
Sets the value of the showName property.
void setToWorkerReference(WorkerObjectType value)
Sets the value of the toWorkerReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType badgeReference

protected String comment

protected Boolean confidential

protected WorkerObjectType fromWorkerReference

protected Boolean showName

protected WorkerObjectType toWorkerReference

Public Constructors

public GiveFeedbackBusinessProcessDataType ()

Public Methods

public UniqueIdentifierObjectType getBadgeReference ()

Gets the value of the badgeReference property.

Returns

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public Boolean getConfidential ()

Gets the value of the confidential property. This getter has been renamed from isConfidential() to getConfidential() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getFromWorkerReference ()

Gets the value of the fromWorkerReference property.

Returns

public Boolean getShowName ()

Gets the value of the showName property. This getter has been renamed from isShowName() to getShowName() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public WorkerObjectType getToWorkerReference ()

Gets the value of the toWorkerReference property.

Returns

public void setBadgeReference (UniqueIdentifierObjectType value)

Sets the value of the badgeReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setConfidential (Boolean value)

Sets the value of the confidential property.

Parameters
value Allowed object is Boolean

public void setFromWorkerReference (WorkerObjectType value)

Sets the value of the fromWorkerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setShowName (Boolean value)

Sets the value of the showName property.

Parameters
value Allowed object is Boolean

public void setToWorkerReference (WorkerObjectType value)

Sets the value of the toWorkerReference property.

Parameters
value Allowed object is WorkerObjectType