| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.RequisitionBean | |
Java class for RequisitionBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequisitionBean">
<complexContent>
<extension base="{urn:TBEWebAPI}EntityBean">
<sequence>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filledDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="jobCategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numOpen" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="openedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="payRange" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| city | |||||||||||
| description | |||||||||||
| duration | |||||||||||
| filledDate | |||||||||||
| jobCategory | |||||||||||
| jobCode | |||||||||||
| location | |||||||||||
| numOpen | |||||||||||
| openedDate | |||||||||||
| payRange | |||||||||||
| state | |||||||||||
| title | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the city property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the duration property.
| |||||||||||
Gets the value of the filledDate property.
| |||||||||||
Gets the value of the jobCategory property.
| |||||||||||
Gets the value of the jobCode property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the numOpen property.
| |||||||||||
Gets the value of the openedDate property.
| |||||||||||
Gets the value of the payRange property.
| |||||||||||
Gets the value of the state property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the city property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the duration property.
| |||||||||||
Sets the value of the filledDate property.
| |||||||||||
Sets the value of the jobCategory property.
| |||||||||||
Sets the value of the jobCode property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the numOpen property.
| |||||||||||
Sets the value of the openedDate property.
| |||||||||||
Sets the value of the payRange property.
| |||||||||||
Sets the value of the state property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the city property.
Gets the value of the description property.
Gets the value of the duration property.
Gets the value of the filledDate property.
Gets the value of the jobCategory property.
Gets the value of the jobCode property.
Gets the value of the location property.
Gets the value of the numOpen property.
Gets the value of the openedDate property.
Gets the value of the payRange property.
Gets the value of the state property.
Gets the value of the title property.
Sets the value of the city property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the duration property.
| value | Allowed object is String |
|---|
Sets the value of the filledDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the jobCategory property.
| value | Allowed object is String |
|---|
Sets the value of the jobCode property.
| value | Allowed object is String |
|---|
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the numOpen property.
| value |
|---|
Sets the value of the openedDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the payRange property.
| value | Allowed object is String |
|---|
Sets the value of the state property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|