public class

RequisitionBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.RequisitionBean

Class Overview

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>
 

Summary

Fields
protected String city
protected String description
protected String duration
protected XMLGregorianCalendar filledDate
protected String jobCategory
protected String jobCode
protected String location
protected int numOpen
protected XMLGregorianCalendar openedDate
protected String payRange
protected String state
protected String title
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
RequisitionBean()
Public Methods
String getCity()
Gets the value of the city property.
String getDescription()
Gets the value of the description property.
String getDuration()
Gets the value of the duration property.
XMLGregorianCalendar getFilledDate()
Gets the value of the filledDate property.
String getJobCategory()
Gets the value of the jobCategory property.
String getJobCode()
Gets the value of the jobCode property.
String getLocation()
Gets the value of the location property.
int getNumOpen()
Gets the value of the numOpen property.
XMLGregorianCalendar getOpenedDate()
Gets the value of the openedDate property.
String getPayRange()
Gets the value of the payRange property.
String getState()
Gets the value of the state property.
String getTitle()
Gets the value of the title property.
void setCity(String value)
Sets the value of the city property.
void setDescription(String value)
Sets the value of the description property.
void setDuration(String value)
Sets the value of the duration property.
void setFilledDate(XMLGregorianCalendar value)
Sets the value of the filledDate property.
void setJobCategory(String value)
Sets the value of the jobCategory property.
void setJobCode(String value)
Sets the value of the jobCode property.
void setLocation(String value)
Sets the value of the location property.
void setNumOpen(int value)
Sets the value of the numOpen property.
void setOpenedDate(XMLGregorianCalendar value)
Sets the value of the openedDate property.
void setPayRange(String value)
Sets the value of the payRange property.
void setState(String value)
Sets the value of the state property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected String city

protected String description

protected String duration

protected XMLGregorianCalendar filledDate

protected String jobCategory

protected String jobCode

protected String location

protected int numOpen

protected XMLGregorianCalendar openedDate

protected String payRange

protected String state

protected String title

Public Constructors

public RequisitionBean ()

Public Methods

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getDuration ()

Gets the value of the duration property.

Returns
  • possible object is String

public XMLGregorianCalendar getFilledDate ()

Gets the value of the filledDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getJobCategory ()

Gets the value of the jobCategory property.

Returns
  • possible object is String

public String getJobCode ()

Gets the value of the jobCode property.

Returns
  • possible object is String

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public int getNumOpen ()

Gets the value of the numOpen property.

public XMLGregorianCalendar getOpenedDate ()

Gets the value of the openedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getPayRange ()

Gets the value of the payRange property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDuration (String value)

Sets the value of the duration property.

Parameters
value Allowed object is String

public void setFilledDate (XMLGregorianCalendar value)

Sets the value of the filledDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setJobCategory (String value)

Sets the value of the jobCategory property.

Parameters
value Allowed object is String

public void setJobCode (String value)

Sets the value of the jobCode property.

Parameters
value Allowed object is String

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setNumOpen (int value)

Sets the value of the numOpen property.

Parameters
value

public void setOpenedDate (XMLGregorianCalendar value)

Sets the value of the openedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPayRange (String value)

Sets the value of the payRange property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String