public class

ResponsibilityQualificationProfileReplacementDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.ResponsibilityQualificationProfileReplacementDataType

Class Overview

Replacement Element containing Responsibility Qualifications for the Job Profile. When updating a Job Profile, all Responsibilities for the Job Profile will be replaced by the data in being submitted. If no data is submitted, then the existing Responsibilities are not changed.

Java class for Responsibility_Qualification_Profile_Replacement_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Responsibility_Qualification_Profile_Replacement_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Responsibility_Description" type="{urn:com.workday/bsvc}RichText"/>
         <element name="Required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean required
protected String responsibilityDescription
Public Constructors
ResponsibilityQualificationProfileReplacementDataType()
Public Methods
Boolean getRequired()
Gets the value of the required property.
String getResponsibilityDescription()
Gets the value of the responsibilityDescription property.
void setRequired(Boolean value)
Sets the value of the required property.
void setResponsibilityDescription(String value)
Sets the value of the responsibilityDescription property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean required

protected String responsibilityDescription

Public Constructors

public ResponsibilityQualificationProfileReplacementDataType ()

Public Methods

public Boolean getRequired ()

Gets the value of the required property. This getter has been renamed from isRequired() to getRequired() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public String getResponsibilityDescription ()

Gets the value of the responsibilityDescription property.

Returns
  • possible object is String

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean

public void setResponsibilityDescription (String value)

Sets the value of the responsibilityDescription property.

Parameters
value Allowed object is String