| java.lang.Object | |||
| ↳ | org.mule.modules.taleo.model.EntityBean | ||
| ↳ | org.mule.modules.taleo.model.AddressEntityBean | ||
| ↳ | org.mule.modules.taleo.model.LocationBean | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalProperties | |||||||||||
| defaultApprovers | |||||||||||
| directions | |||||||||||
| interviewRooms | |||||||||||
| locationId | |||||||||||
| locationName | |||||||||||
| regionId | |||||||||||
| timeZone | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.AddressEntityBean
| |||||||||||
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalProperties property.
| |||||||||||
Gets the value of the defaultApprovers property.
| |||||||||||
Gets the value of the directions property.
| |||||||||||
Gets the value of the interviewRooms property.
| |||||||||||
Gets the value of the locationId property.
| |||||||||||
Gets the value of the locationName property.
| |||||||||||
Gets the value of the regionId property.
| |||||||||||
Gets the value of the timeZone property.
| |||||||||||
Sets the value of the additionalProperties property.
| |||||||||||
Sets the value of the defaultApprovers property.
| |||||||||||
Sets the value of the directions property.
| |||||||||||
Sets the value of the interviewRooms property.
| |||||||||||
Sets the value of the locationId property.
| |||||||||||
Sets the value of the locationName property.
| |||||||||||
Sets the value of the regionId property.
| |||||||||||
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
| |||||||||||
Gets the value of the additionalProperties property.
Map
Gets the value of the defaultApprovers property.
ArrayOfXsdLong
Gets the value of the directions property.
Gets the value of the interviewRooms property.
ArrayOfXsdString
Gets the value of the locationId property.
Gets the value of the locationName property.
Gets the value of the regionId property.
Gets the value of the timeZone property.
Sets the value of the additionalProperties property.
| value | Allowed object is
Map
|
|---|
Sets the value of the defaultApprovers property.
| value | Allowed object is
ArrayOfXsdLong
|
|---|
Sets the value of the directions property.
| value | Allowed object is String |
|---|
Sets the value of the interviewRooms property.
| value | Allowed object is
ArrayOfXsdString
|
|---|
Sets the value of the locationId property.
| value |
|---|
Sets the value of the locationName property.
| value | Allowed object is String |
|---|
Sets the value of the regionId property.
| value |
|---|
Sets the value of the timeZone property.
| value | Allowed object is String |
|---|