public class

TravelPreferenceDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.TravelPreferenceDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String travelAdditionalInformation
protected TravelAmountObjectType travelAmountReference
protected MobilityChoiceObjectType willingToTravelReference
Public Constructors
TravelPreferenceDataType()
Public Methods
String getTravelAdditionalInformation()
Gets the value of the travelAdditionalInformation property.
TravelAmountObjectType getTravelAmountReference()
Gets the value of the travelAmountReference property.
MobilityChoiceObjectType getWillingToTravelReference()
Gets the value of the willingToTravelReference property.
void setTravelAdditionalInformation(String value)
Sets the value of the travelAdditionalInformation property.
void setTravelAmountReference(TravelAmountObjectType value)
Sets the value of the travelAmountReference property.
void setWillingToTravelReference(MobilityChoiceObjectType value)
Sets the value of the willingToTravelReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String travelAdditionalInformation

protected TravelAmountObjectType travelAmountReference

protected MobilityChoiceObjectType willingToTravelReference

Public Constructors

public TravelPreferenceDataType ()

Public Methods

public String getTravelAdditionalInformation ()

Gets the value of the travelAdditionalInformation property.

Returns
  • possible object is String

public TravelAmountObjectType getTravelAmountReference ()

Gets the value of the travelAmountReference property.

Returns

public MobilityChoiceObjectType getWillingToTravelReference ()

Gets the value of the willingToTravelReference property.

Returns

public void setTravelAdditionalInformation (String value)

Sets the value of the travelAdditionalInformation property.

Parameters
value Allowed object is String

public void setTravelAmountReference (TravelAmountObjectType value)

Sets the value of the travelAmountReference property.

Parameters
value Allowed object is TravelAmountObjectType

public void setWillingToTravelReference (MobilityChoiceObjectType value)

Sets the value of the willingToTravelReference property.

Parameters
value Allowed object is MobilityChoiceObjectType