public class

LocationBean

extends AddressEntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.AddressEntityBean
       ↳ org.mule.modules.taleo.model.LocationBean

Class Overview

Java class for LocationBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LocationBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}AddressEntityBean">
       <sequence>
         <element name="additionalProperties" type="{http://xml.apache.org/xml-soap}Map"/>
         <element name="directions" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="locationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="locationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="regionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="interviewRooms" type="{urn:TBEWebAPI}ArrayOf_xsd_string"/>
         <element name="defaultApprovers" type="{urn:TBEWebAPI}ArrayOf_xsd_long"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Map additionalProperties
protected ArrayOfXsdLong defaultApprovers
protected String directions
protected ArrayOfXsdString interviewRooms
protected long locationId
protected String locationName
protected long regionId
protected String timeZone
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.AddressEntityBean
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
LocationBean()
Public Methods
Map getAdditionalProperties()
Gets the value of the additionalProperties property.
ArrayOfXsdLong getDefaultApprovers()
Gets the value of the defaultApprovers property.
String getDirections()
Gets the value of the directions property.
ArrayOfXsdString getInterviewRooms()
Gets the value of the interviewRooms property.
long getLocationId()
Gets the value of the locationId property.
String getLocationName()
Gets the value of the locationName property.
long getRegionId()
Gets the value of the regionId property.
String getTimeZone()
Gets the value of the timeZone property.
void setAdditionalProperties(Map value)
Sets the value of the additionalProperties property.
void setDefaultApprovers(ArrayOfXsdLong value)
Sets the value of the defaultApprovers property.
void setDirections(String value)
Sets the value of the directions property.
void setInterviewRooms(ArrayOfXsdString value)
Sets the value of the interviewRooms property.
void setLocationId(long value)
Sets the value of the locationId property.
void setLocationName(String value)
Sets the value of the locationName property.
void setRegionId(long value)
Sets the value of the regionId property.
void setTimeZone(String value)
Sets the value of the timeZone property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.AddressEntityBean
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected Map additionalProperties

protected ArrayOfXsdLong defaultApprovers

protected String directions

protected ArrayOfXsdString interviewRooms

protected long locationId

protected String locationName

protected long regionId

protected String timeZone

Public Constructors

public LocationBean ()

Public Methods

public Map getAdditionalProperties ()

Gets the value of the additionalProperties property.

Returns
  • possible object is Map

public ArrayOfXsdLong getDefaultApprovers ()

Gets the value of the defaultApprovers property.

Returns

public String getDirections ()

Gets the value of the directions property.

Returns
  • possible object is String

public ArrayOfXsdString getInterviewRooms ()

Gets the value of the interviewRooms property.

Returns

public long getLocationId ()

Gets the value of the locationId property.

public String getLocationName ()

Gets the value of the locationName property.

Returns
  • possible object is String

public long getRegionId ()

Gets the value of the regionId property.

public String getTimeZone ()

Gets the value of the timeZone property.

Returns
  • possible object is String

public void setAdditionalProperties (Map value)

Sets the value of the additionalProperties property.

Parameters
value Allowed object is Map

public void setDefaultApprovers (ArrayOfXsdLong value)

Sets the value of the defaultApprovers property.

Parameters
value Allowed object is ArrayOfXsdLong

public void setDirections (String value)

Sets the value of the directions property.

Parameters
value Allowed object is String

public void setInterviewRooms (ArrayOfXsdString value)

Sets the value of the interviewRooms property.

Parameters
value Allowed object is ArrayOfXsdString

public void setLocationId (long value)

Sets the value of the locationId property.

Parameters
value

public void setLocationName (String value)

Sets the value of the locationName property.

Parameters
value Allowed object is String

public void setRegionId (long value)

Sets the value of the regionId property.

Parameters
value

public void setTimeZone (String value)

Sets the value of the timeZone property.

Parameters
value Allowed object is String