public class

DepartmentBean

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

Class Overview

Java class for DepartmentBean complex type.

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

 <complexType name="DepartmentBean">
   <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="departmentId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="departmentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="lastUpdated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <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 ArrayOfXsdLong associatedUsers
protected XMLGregorianCalendar creationDate
protected ArrayOfXsdLong defaultApprovers
protected long departmentId
protected String departmentName
protected XMLGregorianCalendar lastUpdated
Public Constructors
DepartmentBean()
Public Methods
Map getAdditionalProperties()
Gets the value of the additionalProperties 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.
long getDepartmentId()
Gets the value of the departmentId property.
String getDepartmentName()
Gets the value of the departmentName property.
XMLGregorianCalendar getLastUpdated()
Gets the value of the lastUpdated property.
void setAdditionalProperties(Map value)
Sets the value of the additionalProperties 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 setDepartmentId(long value)
Sets the value of the departmentId property.
void setDepartmentName(String value)
Sets the value of the departmentName property.
void setLastUpdated(XMLGregorianCalendar value)
Sets the value of the lastUpdated property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Map additionalProperties

protected ArrayOfXsdLong associatedUsers

protected XMLGregorianCalendar creationDate

protected ArrayOfXsdLong defaultApprovers

protected long departmentId

protected String departmentName

protected XMLGregorianCalendar lastUpdated

Public Constructors

public DepartmentBean ()

Public Methods

public Map getAdditionalProperties ()

Gets the value of the additionalProperties property.

Returns
  • possible object is Map

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 long getDepartmentId ()

Gets the value of the departmentId property.

public String getDepartmentName ()

Gets the value of the departmentName property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastUpdated ()

Gets the value of the lastUpdated property.

Returns
  • possible object is XMLGregorianCalendar

public void setAdditionalProperties (Map value)

Sets the value of the additionalProperties property.

Parameters
value Allowed object is Map

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 setDepartmentId (long value)

Sets the value of the departmentId property.

Parameters
value

public void setDepartmentName (String value)

Sets the value of the departmentName property.

Parameters
value Allowed object is String

public void setLastUpdated (XMLGregorianCalendar value)

Sets the value of the lastUpdated property.

Parameters
value Allowed object is XMLGregorianCalendar