| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.DepartmentBean |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalProperties | |||||||||||
| associatedUsers | |||||||||||
| creationDate | |||||||||||
| defaultApprovers | |||||||||||
| departmentId | |||||||||||
| departmentName | |||||||||||
| lastUpdated | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalProperties property.
| |||||||||||
Gets the value of the associatedUsers property.
| |||||||||||
Gets the value of the creationDate property.
| |||||||||||
Gets the value of the defaultApprovers property.
| |||||||||||
Gets the value of the departmentId property.
| |||||||||||
Gets the value of the departmentName property.
| |||||||||||
Gets the value of the lastUpdated property.
| |||||||||||
Sets the value of the additionalProperties property.
| |||||||||||
Sets the value of the associatedUsers property.
| |||||||||||
Sets the value of the creationDate property.
| |||||||||||
Sets the value of the defaultApprovers property.
| |||||||||||
Sets the value of the departmentId property.
| |||||||||||
Sets the value of the departmentName property.
| |||||||||||
Sets the value of the lastUpdated property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalProperties property.
Map
Gets the value of the associatedUsers property.
ArrayOfXsdLong
Gets the value of the creationDate property.
Gets the value of the defaultApprovers property.
ArrayOfXsdLong
Gets the value of the departmentId property.
Gets the value of the departmentName property.
Gets the value of the lastUpdated property.
Sets the value of the additionalProperties property.
| value | Allowed object is
Map
|
|---|
Sets the value of the associatedUsers property.
| value | Allowed object is
ArrayOfXsdLong
|
|---|
Sets the value of the creationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the defaultApprovers property.
| value | Allowed object is
ArrayOfXsdLong
|
|---|
Sets the value of the departmentId property.
| value |
|---|
Sets the value of the departmentName property.
| value | Allowed object is String |
|---|
Sets the value of the lastUpdated property.
| value | Allowed object is XMLGregorianCalendar |
|---|