| java.lang.Object | |
| ↳ | org.mule.modules.taleo.model.CandidateInsertResultBean |
Java class for CandidateInsertResultBean complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CandidateInsertResultBean">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="dup" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateId | |||||||||||
| dup | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the candidateId property.
| |||||||||||
Gets the value of the dup property.
| |||||||||||
Sets the value of the candidateId property.
| |||||||||||
Sets the value of the dup property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the candidateId property.
Gets the value of the dup property.
Sets the value of the candidateId property.
| value |
|---|
Sets the value of the dup property.
| value |
|---|