public class

AbsenceInputType

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

Class Overview

Absence Input

Java class for Absence_InputType complex type.

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

 <complexType name="Absence_InputType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Absence_Input_Reference" type="{urn:com.workday/bsvc}Absence_InputObjectType" minOccurs="0"/>
         <element name="Absence_Input_Data" type="{urn:com.workday/bsvc}Absence_Input_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected AbsenceInputDataType absenceInputData
protected AbsenceInputObjectType absenceInputReference
Public Constructors
AbsenceInputType()
Public Methods
AbsenceInputDataType getAbsenceInputData()
Gets the value of the absenceInputData property.
AbsenceInputObjectType getAbsenceInputReference()
Gets the value of the absenceInputReference property.
void setAbsenceInputData(AbsenceInputDataType value)
Sets the value of the absenceInputData property.
void setAbsenceInputReference(AbsenceInputObjectType value)
Sets the value of the absenceInputReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected AbsenceInputDataType absenceInputData

protected AbsenceInputObjectType absenceInputReference

Public Constructors

public AbsenceInputType ()

Public Methods

public AbsenceInputDataType getAbsenceInputData ()

Gets the value of the absenceInputData property.

Returns

public AbsenceInputObjectType getAbsenceInputReference ()

Gets the value of the absenceInputReference property.

Returns

public void setAbsenceInputData (AbsenceInputDataType value)

Sets the value of the absenceInputData property.

Parameters
value Allowed object is AbsenceInputDataType

public void setAbsenceInputReference (AbsenceInputObjectType value)

Sets the value of the absenceInputReference property.

Parameters
value Allowed object is AbsenceInputObjectType