| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.DepartmentArr |
Java class for DepartmentArr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DepartmentArr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="array" type="{urn:TBEWebAPI}ArrayOfDepartmentBean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| array | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the array property.
| |||||||||||
Sets the value of the array property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the array property.
ArrayOfDepartmentBean
Sets the value of the array property.
| value | Allowed object is
ArrayOfDepartmentBean
|
|---|