| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.OfferBean | |
Java class for OfferBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferBean">
<complexContent>
<extension base="{urn:TBEWebAPI}EntityBean">
<sequence>
<element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="employmentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="manager" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="offerFileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="payRate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="requisitionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="stockOptions" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateId | |||||||||||
| creator | |||||||||||
| employmentType | |||||||||||
| expirationDate | |||||||||||
| manager | |||||||||||
| offerFileName | |||||||||||
| payRate | |||||||||||
| requisitionId | |||||||||||
| startDate | |||||||||||
| stockOptions | |||||||||||
| title | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the candidateId property.
| |||||||||||
Gets the value of the creator property.
| |||||||||||
Gets the value of the employmentType property.
| |||||||||||
Gets the value of the expirationDate property.
| |||||||||||
Gets the value of the manager property.
| |||||||||||
Gets the value of the offerFileName property.
| |||||||||||
Gets the value of the payRate property.
| |||||||||||
Gets the value of the requisitionId property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the stockOptions property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the candidateId property.
| |||||||||||
Sets the value of the creator property.
| |||||||||||
Sets the value of the employmentType property.
| |||||||||||
Sets the value of the expirationDate property.
| |||||||||||
Sets the value of the manager property.
| |||||||||||
Sets the value of the offerFileName property.
| |||||||||||
Sets the value of the payRate property.
| |||||||||||
Sets the value of the requisitionId property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the stockOptions 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 candidateId property.
Gets the value of the creator property.
Gets the value of the employmentType property.
Gets the value of the expirationDate property.
Gets the value of the manager property.
Gets the value of the offerFileName property.
Gets the value of the payRate property.
Gets the value of the requisitionId property.
Gets the value of the startDate property.
Gets the value of the stockOptions property.
Gets the value of the title property.
Sets the value of the candidateId property.
| value |
|---|
Sets the value of the creator property.
| value | Allowed object is String |
|---|
Sets the value of the employmentType property.
| value | Allowed object is String |
|---|
Sets the value of the expirationDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the manager property.
| value | Allowed object is String |
|---|
Sets the value of the offerFileName property.
| value | Allowed object is String |
|---|
Sets the value of the payRate property.
| value | Allowed object is String |
|---|
Sets the value of the requisitionId property.
| value |
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the stockOptions property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|