public abstract class CandidateAssessmentDtoBase extends AbstractDto
Java class for candidateAssessmentDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="candidateAssessmentDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="addingUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="assessmentCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assessmentID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="assessmentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="assessmentSystemID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="isDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resultDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="scoreValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sessionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
addingUserID |
protected java.lang.String |
assessmentCode |
protected java.lang.Integer |
assessmentID |
protected java.lang.String |
assessmentName |
protected java.lang.Integer |
assessmentSystemID |
protected java.lang.Integer |
candidateID |
protected java.lang.String |
comments |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected java.lang.Boolean |
isDeleted |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
resultCode |
protected javax.xml.datatype.XMLGregorianCalendar |
resultDate |
protected java.lang.String |
scoreValue |
protected java.lang.String |
sessionCode |
| Constructor and Description |
|---|
CandidateAssessmentDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAddingUserID()
Gets the value of the addingUserID property.
|
java.lang.String |
getAssessmentCode()
Gets the value of the assessmentCode property.
|
java.lang.Integer |
getAssessmentID()
Gets the value of the assessmentID property.
|
java.lang.String |
getAssessmentName()
Gets the value of the assessmentName property.
|
java.lang.Integer |
getAssessmentSystemID()
Gets the value of the assessmentSystemID property.
|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getResultCode()
Gets the value of the resultCode property.
|
javax.xml.datatype.XMLGregorianCalendar |
getResultDate()
Gets the value of the resultDate property.
|
java.lang.String |
getScoreValue()
Gets the value of the scoreValue property.
|
java.lang.String |
getSessionCode()
Gets the value of the sessionCode property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setAddingUserID(java.lang.Integer value)
Sets the value of the addingUserID property.
|
void |
setAssessmentCode(java.lang.String value)
Sets the value of the assessmentCode property.
|
void |
setAssessmentID(java.lang.Integer value)
Sets the value of the assessmentID property.
|
void |
setAssessmentName(java.lang.String value)
Sets the value of the assessmentName property.
|
void |
setAssessmentSystemID(java.lang.Integer value)
Sets the value of the assessmentSystemID property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setResultCode(java.lang.String value)
Sets the value of the resultCode property.
|
void |
setResultDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the resultDate property.
|
void |
setScoreValue(java.lang.String value)
Sets the value of the scoreValue property.
|
void |
setSessionCode(java.lang.String value)
Sets the value of the sessionCode property.
|
protected java.lang.Integer addingUserID
protected java.lang.String assessmentCode
protected java.lang.Integer assessmentID
protected java.lang.String assessmentName
protected java.lang.Integer assessmentSystemID
protected java.lang.Integer candidateID
protected java.lang.String comments
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected java.lang.Boolean isDeleted
protected java.lang.String migrateGUID
protected java.lang.String resultCode
protected javax.xml.datatype.XMLGregorianCalendar resultDate
protected java.lang.String scoreValue
protected java.lang.String sessionCode
public java.lang.Integer getAddingUserID()
Integerpublic void setAddingUserID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getAssessmentCode()
Stringpublic void setAssessmentCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getAssessmentID()
Integerpublic void setAssessmentID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getAssessmentName()
Stringpublic void setAssessmentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getAssessmentSystemID()
Integerpublic void setAssessmentSystemID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCandidateID()
Integerpublic void setCandidateID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendarpublic void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Boolean isIsDeleted()
Booleanpublic void setIsDeleted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResultCode()
Stringpublic void setResultCode(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getResultDate()
XMLGregorianCalendarpublic void setResultDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getScoreValue()
Stringpublic void setScoreValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSessionCode()
Stringpublic void setSessionCode(java.lang.String value)
value - allowed object is
String