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