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()
Integer
public void setAddingUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAssessmentCode()
String
public void setAssessmentCode(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getAssessmentID()
Integer
public void setAssessmentID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAssessmentName()
String
public void setAssessmentName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getAssessmentSystemID()
Integer
public void setAssessmentSystemID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCandidateID()
Integer
public void setCandidateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getComments()
String
public void setComments(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDateAdded()
XMLGregorianCalendar
public void setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Boolean isIsDeleted()
Boolean
public void setIsDeleted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResultCode()
String
public void setResultCode(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getResultDate()
XMLGregorianCalendar
public void setResultDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getScoreValue()
String
public void setScoreValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSessionCode()
String
public void setSessionCode(java.lang.String value)
value
- allowed object is
String