public class

RegionBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.RegionBean

Class Overview

Java class for RegionBean complex type.

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

 <complexType name="RegionBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="additionalProperties" type="{http://xml.apache.org/xml-soap}Map"/>
         <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="regionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="regionName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="associatedLocations" type="{urn:TBEWebAPI}ArrayOf_xsd_string"/>
         <element name="associatedUsers" type="{urn:TBEWebAPI}ArrayOf_xsd_long"/>
         <element name="defaultApprovers" type="{urn:TBEWebAPI}ArrayOf_xsd_long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Map additionalProperties
protected ArrayOfXsdString associatedLocations
protected ArrayOfXsdLong associatedUsers
protected XMLGregorianCalendar creationDate
protected ArrayOfXsdLong defaultApprovers
protected XMLGregorianCalendar lastUpdated
protected long regionId
protected String regionName
Public Constructors
RegionBean()
Public Methods
Map getAdditionalProperties()
Gets the value of the additionalProperties property.
ArrayOfXsdString getAssociatedLocations()
Gets the value of the associatedLocations property.
ArrayOfXsdLong getAssociatedUsers()
Gets the value of the associatedUsers property.
XMLGregorianCalendar getCreationDate()
Gets the value of the creationDate property.
ArrayOfXsdLong getDefaultApprovers()
Gets the value of the defaultApprovers property.
XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.
long getRegionId()
Gets the value of the regionId property.
String getRegionName()
Gets the value of the regionName property.
void setAdditionalProperties(Map value)
Sets the value of the additionalProperties property.
void setAssociatedLocations(ArrayOfXsdString value)
Sets the value of the associatedLocations property.
void setAssociatedUsers(ArrayOfXsdLong value)
Sets the value of the associatedUsers property.
void setCreationDate(XMLGregorianCalendar value)
Sets the value of the creationDate property.
void setDefaultApprovers(ArrayOfXsdLong value)
Sets the value of the defaultApprovers property.
void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
void setRegionId(long value)
Sets the value of the regionId property.
void setRegionName(String value)
Sets the value of the regionName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Map additionalProperties

protected ArrayOfXsdString associatedLocations

protected ArrayOfXsdLong associatedUsers

protected XMLGregorianCalendar creationDate

protected ArrayOfXsdLong defaultApprovers

protected XMLGregorianCalendar lastUpdated

protected long regionId

protected String regionName

Public Constructors

public RegionBean ()

Public Methods

public Map getAdditionalProperties ()

Gets the value of the additionalProperties property.

Returns
  • possible object is Map

public ArrayOfXsdString getAssociatedLocations ()

Gets the value of the associatedLocations property.

Returns

public ArrayOfXsdLong getAssociatedUsers ()

Gets the value of the associatedUsers property.

Returns

public XMLGregorianCalendar getCreationDate ()

Gets the value of the creationDate property.

Returns
  • possible object is XMLGregorianCalendar

public ArrayOfXsdLong getDefaultApprovers ()

Gets the value of the defaultApprovers property.

Returns

public XMLGregorianCalendar getLastUpdated ()

Gets the value of the lastUpdated property.

Returns
  • possible object is XMLGregorianCalendar

public long getRegionId ()

Gets the value of the regionId property.

public String getRegionName ()

Gets the value of the regionName 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 setAssociatedLocations (ArrayOfXsdString value)

Sets the value of the associatedLocations property.

Parameters
value Allowed object is ArrayOfXsdString

public void setAssociatedUsers (ArrayOfXsdLong value)

Sets the value of the associatedUsers property.

Parameters
value Allowed object is ArrayOfXsdLong

public void setCreationDate (XMLGregorianCalendar value)

Sets the value of the creationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDefaultApprovers (ArrayOfXsdLong value)

Sets the value of the defaultApprovers property.

Parameters
value Allowed object is ArrayOfXsdLong

public void setLastUpdated (XMLGregorianCalendar value)

Sets the value of the lastUpdated property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setRegionId (long value)

Sets the value of the regionId property.

Parameters
value

public void setRegionName (String value)

Sets the value of the regionName property.

Parameters
value Allowed object is String