public class

LocationBeanExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.holders.LocationBeanExpressionHolder

Summary

Fields
protected Map _additionalPropertiesType
protected ArrayOfXsdLong _defaultApproversType
protected String _directionsType
protected ArrayOfXsdString _interviewRoomsType
protected long _locationIdType
protected String _locationNameType
protected long _regionIdType
protected String _timeZoneType
protected Object additionalProperties
protected Object defaultApprovers
protected Object directions
protected Object interviewRooms
protected Object locationId
protected Object locationName
protected Object regionId
protected Object timeZone
Public Constructors
LocationBeanExpressionHolder()
Public Methods
Object getAdditionalProperties()
Retrieves additionalProperties
Object getDefaultApprovers()
Retrieves defaultApprovers
Object getDirections()
Retrieves directions
Object getInterviewRooms()
Retrieves interviewRooms
Object getLocationId()
Retrieves locationId
Object getLocationName()
Retrieves locationName
Object getRegionId()
Retrieves regionId
Object getTimeZone()
Retrieves timeZone
void setAdditionalProperties(Object value)
Sets additionalProperties
void setDefaultApprovers(Object value)
Sets defaultApprovers
void setDirections(Object value)
Sets directions
void setInterviewRooms(Object value)
Sets interviewRooms
void setLocationId(Object value)
Sets locationId
void setLocationName(Object value)
Sets locationName
void setRegionId(Object value)
Sets regionId
void setTimeZone(Object value)
Sets timeZone
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Map _additionalPropertiesType

protected ArrayOfXsdLong _defaultApproversType

protected String _directionsType

protected ArrayOfXsdString _interviewRoomsType

protected long _locationIdType

protected String _locationNameType

protected long _regionIdType

protected String _timeZoneType

protected Object additionalProperties

protected Object defaultApprovers

protected Object directions

protected Object interviewRooms

protected Object locationId

protected Object locationName

protected Object regionId

protected Object timeZone

Public Constructors

public LocationBeanExpressionHolder ()

Public Methods

public Object getAdditionalProperties ()

Retrieves additionalProperties

public Object getDefaultApprovers ()

Retrieves defaultApprovers

public Object getDirections ()

Retrieves directions

public Object getInterviewRooms ()

Retrieves interviewRooms

public Object getLocationId ()

Retrieves locationId

public Object getLocationName ()

Retrieves locationName

public Object getRegionId ()

Retrieves regionId

public Object getTimeZone ()

Retrieves timeZone

public void setAdditionalProperties (Object value)

Sets additionalProperties

Parameters
value Value to set

public void setDefaultApprovers (Object value)

Sets defaultApprovers

Parameters
value Value to set

public void setDirections (Object value)

Sets directions

Parameters
value Value to set

public void setInterviewRooms (Object value)

Sets interviewRooms

Parameters
value Value to set

public void setLocationId (Object value)

Sets locationId

Parameters
value Value to set

public void setLocationName (Object value)

Sets locationName

Parameters
value Value to set

public void setRegionId (Object value)

Sets regionId

Parameters
value Value to set

public void setTimeZone (Object value)

Sets timeZone

Parameters
value Value to set