| java.lang.Object | |
| ↳ | com.workday.absence.TimeOffEventResponseType |
Root Response Element
Java class for Time_Off_Event_ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Time_Off_Event_ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Time_Off_Event_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Time_Off_Entry_References" type="{urn:com.workday/bsvc}Time_Off_Entry_ReferencesType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| timeOffEntryReferences | |||||||||||
| timeOffEventReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the timeOffEntryReferences property.
| |||||||||||
Gets the value of the timeOffEventReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the timeOffEntryReferences property.
| |||||||||||
Sets the value of the timeOffEventReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the timeOffEntryReferences property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the timeOffEntryReferences property.
For example, to add a new item, do as follows:
getTimeOffEntryReferences().add(newItem);
Objects of the following type(s) are allowed in the list
TimeOffEntryReferencesType
Gets the value of the timeOffEventReference property.
UniqueIdentifierObjectType
Gets the value of the version property.
Sets the value of the timeOffEntryReferences property.
| timeOffEntryReferences | Allowed object is
TimeOffEntryReferencesType
|
|---|
Sets the value of the timeOffEventReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|