| java.lang.Object | |
| ↳ | com.workday.absence.AbsenceInputDataType |
Absence Input Data
Java class for Absence_Input_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Absence_Input_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Absence_Input_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Batch_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Absence_Component_Reference" type="{urn:com.workday/bsvc}Absence_ComponentObjectType"/>
<element name="Start_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Reference_Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Hours" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Adjustment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| absenceComponentReference | |||||||||||
| absenceInputID | |||||||||||
| adjustment | |||||||||||
| batchID | |||||||||||
| comment | |||||||||||
| employeeReference | |||||||||||
| endDate | |||||||||||
| hours | |||||||||||
| positionReference | |||||||||||
| referenceDate | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the absenceComponentReference property.
| |||||||||||
Gets the value of the absenceInputID property.
| |||||||||||
Gets the value of the adjustment property.
| |||||||||||
Gets the value of the batchID property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the hours property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the referenceDate property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the absenceComponentReference property.
| |||||||||||
Sets the value of the absenceInputID property.
| |||||||||||
Sets the value of the adjustment property.
| |||||||||||
Sets the value of the batchID property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the hours property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the referenceDate property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the absenceComponentReference property.
AbsenceComponentObjectType
Gets the value of the absenceInputID property.
Gets the value of the adjustment property. This getter has been renamed from isAdjustment() to getAdjustment() by cxf-xjc-boolean plugin.
Gets the value of the batchID property.
Gets the value of the comment property.
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the endDate property.
Gets the value of the hours property.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the referenceDate property.
Gets the value of the startDate property.
Sets the value of the absenceComponentReference property.
| value | Allowed object is
AbsenceComponentObjectType
|
|---|
Sets the value of the absenceInputID property.
| value | Allowed object is String |
|---|
Sets the value of the adjustment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the batchID property.
| value | Allowed object is String |
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the hours property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the referenceDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|