| java.lang.Object | |
| ↳ | com.workday.absence.AbsenceInputType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| absenceInputData | |||||||||||
| absenceInputReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the absenceInputData property.
| |||||||||||
Gets the value of the absenceInputReference property.
| |||||||||||
Sets the value of the absenceInputData property.
| |||||||||||
Sets the value of the absenceInputReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the absenceInputData property.
AbsenceInputDataType
Gets the value of the absenceInputReference property.
AbsenceInputObjectType
Sets the value of the absenceInputData property.
| value | Allowed object is
AbsenceInputDataType
|
|---|
Sets the value of the absenceInputReference property.
| value | Allowed object is
AbsenceInputObjectType
|
|---|