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()
String
public void setBoardCertification(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getCandidateCertificationID()
Integer
public void setCandidateCertificationID(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.Integer getCertificationID()
Integer
public void setCertificationID(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 java.lang.Boolean isCompact()
Boolean
public void setCompact(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCopyOnFile()
Boolean
public void setCopyOnFile(java.lang.Boolean value)
value
- allowed object is
Boolean
public javax.xml.datatype.XMLGregorianCalendar getDateCertified()
XMLGregorianCalendar
public void setDateCertified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateExpiration()
XMLGregorianCalendar
public void setDateExpiration(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDateLastModified()
XMLGregorianCalendar
public void setDateLastModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getIssuedBy()
String
public void setIssuedBy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLicenseNumber()
String
public void setLicenseNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLicenseType()
String
public void setLicenseType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getModifyingUserID()
Integer
public void setModifyingUserID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getResults()
String
public void setResults(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String