| java.lang.Object | |
| ↳ | workday.com.bsvc.TravelPreferenceDataType |
Contains the information about the employees willingness to travel as part of their job.
Java class for Travel_Preference_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Travel_Preference_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Willing_to_Travel_Reference" type="{urn:com.workday/bsvc}Mobility_ChoiceObjectType"/>
<element name="Travel_Amount_Reference" type="{urn:com.workday/bsvc}Travel_AmountObjectType" minOccurs="0"/>
<element name="Travel_Additional_Information" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| travelAdditionalInformation | |||||||||||
| travelAmountReference | |||||||||||
| willingToTravelReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the travelAdditionalInformation property.
| |||||||||||
Gets the value of the travelAmountReference property.
| |||||||||||
Gets the value of the willingToTravelReference property.
| |||||||||||
Sets the value of the travelAdditionalInformation property.
| |||||||||||
Sets the value of the travelAmountReference property.
| |||||||||||
Sets the value of the willingToTravelReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the travelAdditionalInformation property.
Gets the value of the travelAmountReference property.
TravelAmountObjectType
Gets the value of the willingToTravelReference property.
MobilityChoiceObjectType
Sets the value of the travelAdditionalInformation property.
| value | Allowed object is String |
|---|
Sets the value of the travelAmountReference property.
| value | Allowed object is
TravelAmountObjectType
|
|---|
Sets the value of the willingToTravelReference property.
| value | Allowed object is
MobilityChoiceObjectType
|
|---|

