public class

DifficultyToFillType

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

Class Overview

Difficulty to Fill

Java class for Difficulty_to_FillType complex type.

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

 <complexType name="Difficulty_to_FillType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Difficulty_to_Fill_Reference" type="{urn:com.workday/bsvc}Difficulty_to_FillObjectType" minOccurs="0"/>
         <element name="Difficulty_to_Fill_Data" type="{urn:com.workday/bsvc}Difficulty_to_Fill_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DifficultyToFillDataType difficultyToFillData
protected DifficultyToFillObjectType difficultyToFillReference
Public Constructors
DifficultyToFillType()
Public Methods
DifficultyToFillDataType getDifficultyToFillData()
Gets the value of the difficultyToFillData property.
DifficultyToFillObjectType getDifficultyToFillReference()
Gets the value of the difficultyToFillReference property.
void setDifficultyToFillData(DifficultyToFillDataType value)
Sets the value of the difficultyToFillData property.
void setDifficultyToFillReference(DifficultyToFillObjectType value)
Sets the value of the difficultyToFillReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DifficultyToFillDataType difficultyToFillData

protected DifficultyToFillObjectType difficultyToFillReference

Public Constructors

public DifficultyToFillType ()

Public Methods

public DifficultyToFillDataType getDifficultyToFillData ()

Gets the value of the difficultyToFillData property.

Returns

public DifficultyToFillObjectType getDifficultyToFillReference ()

Gets the value of the difficultyToFillReference property.

Returns

public void setDifficultyToFillData (DifficultyToFillDataType value)

Sets the value of the difficultyToFillData property.

Parameters
value Allowed object is DifficultyToFillDataType

public void setDifficultyToFillReference (DifficultyToFillObjectType value)

Sets the value of the difficultyToFillReference property.

Parameters
value Allowed object is DifficultyToFillObjectType