public class

AdjustTimeOffEntryDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.absence.AdjustTimeOffEntryDataType

Class Overview

Contains data for adjusting time off

Java class for Adjust_Time_Off_Entry_DataType complex type.

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

 <complexType name="Adjust_Time_Off_Entry_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Time_Off_Entry_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Time_Off_Entry_Reference" type="{urn:com.workday/bsvc}Time_Off_EntryObjectType"/>
         <element name="Adjustment_to_Requested">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="9"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal adjustmentToRequested
protected String comment
protected String timeOffEntryID
protected TimeOffEntryObjectType timeOffEntryReference
Public Constructors
AdjustTimeOffEntryDataType()
Public Methods
BigDecimal getAdjustmentToRequested()
Gets the value of the adjustmentToRequested property.
String getComment()
Gets the value of the comment property.
String getTimeOffEntryID()
Gets the value of the timeOffEntryID property.
TimeOffEntryObjectType getTimeOffEntryReference()
Gets the value of the timeOffEntryReference property.
void setAdjustmentToRequested(BigDecimal value)
Sets the value of the adjustmentToRequested property.
void setComment(String value)
Sets the value of the comment property.
void setTimeOffEntryID(String value)
Sets the value of the timeOffEntryID property.
void setTimeOffEntryReference(TimeOffEntryObjectType value)
Sets the value of the timeOffEntryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal adjustmentToRequested

protected String comment

protected String timeOffEntryID

protected TimeOffEntryObjectType timeOffEntryReference

Public Constructors

public AdjustTimeOffEntryDataType ()

Public Methods

public BigDecimal getAdjustmentToRequested ()

Gets the value of the adjustmentToRequested property.

Returns
  • possible object is BigDecimal

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public String getTimeOffEntryID ()

Gets the value of the timeOffEntryID property.

Returns
  • possible object is String

public TimeOffEntryObjectType getTimeOffEntryReference ()

Gets the value of the timeOffEntryReference property.

Returns

public void setAdjustmentToRequested (BigDecimal value)

Sets the value of the adjustmentToRequested property.

Parameters
value Allowed object is BigDecimal

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setTimeOffEntryID (String value)

Sets the value of the timeOffEntryID property.

Parameters
value Allowed object is String

public void setTimeOffEntryReference (TimeOffEntryObjectType value)

Sets the value of the timeOffEntryReference property.

Parameters
value Allowed object is TimeOffEntryObjectType