| java.lang.Object | |
| ↳ | com.workday.absence.EnterTimeOffEntryDataType |
Data for Employee Paid TIme Off
Java class for Enter_Time_Off_Entry_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Enter_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="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="Requested">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="9"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<choice>
<element name="Time_Off_Type_Reference" type="{urn:com.workday/bsvc}Time_Off_TypeObjectType"/>
<element name="Time_Off_Reference" type="{urn:com.workday/bsvc}Time_Off__All_ObjectType"/>
</choice>
<element name="Position_Reference" type="{urn:com.workday/bsvc}Position_ElementObjectType" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| date | |||||||||||
| positionReference | |||||||||||
| requested | |||||||||||
| timeOffEntryID | |||||||||||
| timeOffReference | |||||||||||
| timeOffTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the date property.
| |||||||||||
Gets the value of the positionReference property.
| |||||||||||
Gets the value of the requested property.
| |||||||||||
Gets the value of the timeOffEntryID property.
| |||||||||||
Gets the value of the timeOffReference property.
| |||||||||||
Gets the value of the timeOffTypeReference property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the date property.
| |||||||||||
Sets the value of the positionReference property.
| |||||||||||
Sets the value of the requested property.
| |||||||||||
Sets the value of the timeOffEntryID property.
| |||||||||||
Sets the value of the timeOffReference property.
| |||||||||||
Sets the value of the timeOffTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the comment property.
Gets the value of the date property.
Gets the value of the positionReference property.
PositionElementObjectType
Gets the value of the requested property.
Gets the value of the timeOffEntryID property.
Gets the value of the timeOffReference property.
TimeOffAllObjectType
Gets the value of the timeOffTypeReference property.
TimeOffTypeObjectType
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the date property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the positionReference property.
| value | Allowed object is
PositionElementObjectType
|
|---|
Sets the value of the requested property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the timeOffEntryID property.
| value | Allowed object is String |
|---|
Sets the value of the timeOffReference property.
| value | Allowed object is
TimeOffAllObjectType
|
|---|
Sets the value of the timeOffTypeReference property.
| value | Allowed object is
TimeOffTypeObjectType
|
|---|