public class

ResponsibilityQualificationProfileDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ResponsibilityQualificationProfileDataType

Class Overview

Encapsulating element containing all Responsibility Qualification Profile data.

Java class for Responsibility_Qualification_Profile_DataType complex type.

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

 <complexType name="Responsibility_Qualification_Profile_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

Fields
protected Boolean required
protected String responsibilityDescription
Public Constructors
ResponsibilityQualificationProfileDataType()
Public Methods
String getResponsibilityDescription()
Gets the value of the responsibilityDescription property.
Boolean isRequired()
Gets the value of the required 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

Fields

protected Boolean required

protected String responsibilityDescription

Public Constructors

public ResponsibilityQualificationProfileDataType ()

Public Methods

public String getResponsibilityDescription ()

Gets the value of the responsibilityDescription property.

Returns
  • possible object is String

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

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