public abstract class CandidateCertificationDtoBase extends AbstractDto
Java class for candidateCertificationDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="candidateCertificationDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="boardCertification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="candidateCertificationID" 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="certificationID" 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="compact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="copyOnFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="dateCertified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateExpiration" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateLastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="issuedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="licenseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="licenseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="modifyingUserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="results" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
boardCertification |
protected java.lang.Integer |
candidateCertificationID |
protected java.lang.Integer |
candidateID |
protected java.lang.Integer |
certificationID |
protected java.lang.String |
comments |
protected java.lang.Boolean |
compact |
protected java.lang.Boolean |
copyOnFile |
protected javax.xml.datatype.XMLGregorianCalendar |
dateCertified |
protected javax.xml.datatype.XMLGregorianCalendar |
dateExpiration |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastModified |
protected java.lang.String |
issuedBy |
protected java.lang.String |
licenseNumber |
protected java.lang.String |
licenseType |
protected java.lang.String |
location |
protected java.lang.Integer |
modifyingUserID |
protected java.lang.String |
results |
protected java.lang.String |
status |
| Constructor and Description |
|---|
CandidateCertificationDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBoardCertification()
Gets the value of the boardCertification property.
|
java.lang.Integer |
getCandidateCertificationID()
Gets the value of the candidateCertificationID property.
|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
java.lang.Integer |
getCertificationID()
Gets the value of the certificationID property.
|
java.lang.String |
getComments()
Gets the value of the comments property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateCertified()
Gets the value of the dateCertified property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateExpiration()
Gets the value of the dateExpiration property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastModified()
Gets the value of the dateLastModified property.
|
java.lang.String |
getIssuedBy()
Gets the value of the issuedBy property.
|
java.lang.String |
getLicenseNumber()
Gets the value of the licenseNumber property.
|
java.lang.String |
getLicenseType()
Gets the value of the licenseType property.
|
java.lang.String |
getLocation()
Gets the value of the location property.
|
java.lang.Integer |
getModifyingUserID()
Gets the value of the modifyingUserID property.
|
java.lang.String |
getResults()
Gets the value of the results property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Boolean |
isCompact()
Gets the value of the compact property.
|
java.lang.Boolean |
isCopyOnFile()
Gets the value of the copyOnFile property.
|
void |
setBoardCertification(java.lang.String value)
Sets the value of the boardCertification property.
|
void |
setCandidateCertificationID(java.lang.Integer value)
Sets the value of the candidateCertificationID property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setCertificationID(java.lang.Integer value)
Sets the value of the certificationID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments property.
|
void |
setCompact(java.lang.Boolean value)
Sets the value of the compact property.
|
void |
setCopyOnFile(java.lang.Boolean value)
Sets the value of the copyOnFile property.
|
void |
setDateCertified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateCertified property.
|
void |
setDateExpiration(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateExpiration property.
|
void |
setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastModified property.
|
void |
setIssuedBy(java.lang.String value)
Sets the value of the issuedBy property.
|
void |
setLicenseNumber(java.lang.String value)
Sets the value of the licenseNumber property.
|
void |
setLicenseType(java.lang.String value)
Sets the value of the licenseType property.
|
void |
setLocation(java.lang.String value)
Sets the value of the location property.
|
void |
setModifyingUserID(java.lang.Integer value)
Sets the value of the modifyingUserID property.
|
void |
setResults(java.lang.String value)
Sets the value of the results property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
protected java.lang.String boardCertification
protected java.lang.Integer candidateCertificationID
protected java.lang.Integer candidateID
protected java.lang.Integer certificationID
protected java.lang.String comments
protected java.lang.Boolean compact
protected java.lang.Boolean copyOnFile
protected javax.xml.datatype.XMLGregorianCalendar dateCertified
protected javax.xml.datatype.XMLGregorianCalendar dateExpiration
protected javax.xml.datatype.XMLGregorianCalendar dateLastModified
protected java.lang.String issuedBy
protected java.lang.String licenseNumber
protected java.lang.String licenseType
protected java.lang.String location
protected java.lang.Integer modifyingUserID
protected java.lang.String results
protected java.lang.String status
public java.lang.String getBoardCertification()
Stringpublic void setBoardCertification(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCandidateCertificationID()
Integerpublic void setCandidateCertificationID(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.Integer getCertificationID()
Integerpublic void setCertificationID(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 java.lang.Boolean isCompact()
Booleanpublic void setCompact(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isCopyOnFile()
Booleanpublic void setCopyOnFile(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.datatype.XMLGregorianCalendar getDateCertified()
XMLGregorianCalendarpublic void setDateCertified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateExpiration()
XMLGregorianCalendarpublic void setDateExpiration(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendarpublic void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.String getIssuedBy()
Stringpublic void setIssuedBy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLicenseNumber()
Stringpublic void setLicenseNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLicenseType()
Stringpublic void setLicenseType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModifyingUserID()
Integerpublic void setModifyingUserID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getResults()
Stringpublic void setResults(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
String