| java.lang.Object | |
| ↳ | com.workday.absence.PutAbsenceInputRequestType |
Absence Input Request
Java class for Put_Absence_Input_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Absence_Input_RequestType">
<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"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| absenceInputData | |||||||||||
| absenceInputReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the absenceInputData property.
| |||||||||||
Gets the value of the absenceInputReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the absenceInputData property.
| |||||||||||
Sets the value of the absenceInputReference property.
| |||||||||||
Sets the value of the version 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
Gets the value of the version property.
Sets the value of the absenceInputData property.
| value | Allowed object is
AbsenceInputDataType
|
|---|
Sets the value of the absenceInputReference property.
| value | Allowed object is
AbsenceInputObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|