| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.BackgroundCheckBean | |
Java class for BackgroundCheckBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BackgroundCheckBean">
<complexContent>
<extension base="{urn:TBEWebAPI}EntityBean">
<sequence>
<element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="checkerEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="checkerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="checkerPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateId | |||||||||||
| checkerEmail | |||||||||||
| checkerName | |||||||||||
| checkerPhone | |||||||||||
| comments | |||||||||||
| creator | |||||||||||
|
[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 checkerEmail property.
| |||||||||||
Gets the value of the checkerName property.
| |||||||||||
Gets the value of the checkerPhone property.
| |||||||||||
Gets the value of the comments property.
| |||||||||||
Gets the value of the creator property.
| |||||||||||
Sets the value of the candidateId property.
| |||||||||||
Sets the value of the checkerEmail property.
| |||||||||||
Sets the value of the checkerName property.
| |||||||||||
Sets the value of the checkerPhone property.
| |||||||||||
Sets the value of the comments property.
| |||||||||||
Sets the value of the creator 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 checkerEmail property.
Gets the value of the checkerName property.
Gets the value of the checkerPhone property.
Gets the value of the comments property.
Gets the value of the creator property.
Sets the value of the candidateId property.
| value |
|---|
Sets the value of the checkerEmail property.
| value | Allowed object is String |
|---|
Sets the value of the checkerName property.
| value | Allowed object is String |
|---|
Sets the value of the checkerPhone property.
| value | Allowed object is String |
|---|
Sets the value of the comments property.
| value | Allowed object is String |
|---|
Sets the value of the creator property.
| value | Allowed object is String |
|---|