public abstract class CandidateReferenceDtoBase extends AbstractDto
Java class for candidateReferenceDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="candidateReferenceDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="candidateReferenceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="candidateTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="clientCorporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customDate1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate3" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate4" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customDate5" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="customFloat1" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat3" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat4" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customFloat5" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="customInt1" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt3" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt4" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customInt5" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="customMigrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customText5" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock3" 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="employmentEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="employmentStart" 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="jobOrderID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referenceClientContactID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="referenceEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referenceFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referenceLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referencePhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referenceTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="yearsKnown" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
candidateID |
protected java.lang.Integer |
candidateReferenceID |
protected java.lang.String |
candidateTitle |
protected java.lang.Integer |
clientCorporationID |
protected java.lang.String |
companyName |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate1 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate2 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate3 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate4 |
protected javax.xml.datatype.XMLGregorianCalendar |
customDate5 |
protected java.lang.Double |
customFloat1 |
protected java.lang.Double |
customFloat2 |
protected java.lang.Double |
customFloat3 |
protected java.lang.Double |
customFloat4 |
protected java.lang.Double |
customFloat5 |
protected java.lang.Integer |
customInt1 |
protected java.lang.Integer |
customInt2 |
protected java.lang.Integer |
customInt3 |
protected java.lang.Integer |
customInt4 |
protected java.lang.Integer |
customInt5 |
protected java.lang.String |
customMigrateGUID |
protected java.lang.String |
customText1 |
protected java.lang.String |
customText2 |
protected java.lang.String |
customText3 |
protected java.lang.String |
customText4 |
protected java.lang.String |
customText5 |
protected java.lang.String |
customTextBlock1 |
protected java.lang.String |
customTextBlock2 |
protected java.lang.String |
customTextBlock3 |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
employmentEnd |
protected javax.xml.datatype.XMLGregorianCalendar |
employmentStart |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Integer |
jobOrderID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
referenceClientContactID |
protected java.lang.String |
referenceEmail |
protected java.lang.String |
referenceFirstName |
protected java.lang.String |
referenceLastName |
protected java.lang.String |
referencePhone |
protected java.lang.String |
referenceTitle |
protected java.lang.String |
status |
protected java.lang.Integer |
yearsKnown |
Constructor and Description |
---|
CandidateReferenceDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
java.lang.Integer |
getCandidateReferenceID()
Gets the value of the candidateReferenceID property.
|
java.lang.String |
getCandidateTitle()
Gets the value of the candidateTitle property.
|
java.lang.Integer |
getClientCorporationID()
Gets the value of the clientCorporationID property.
|
java.lang.String |
getCompanyName()
Gets the value of the companyName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate1()
Gets the value of the customDate1 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate2()
Gets the value of the customDate2 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate3()
Gets the value of the customDate3 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate4()
Gets the value of the customDate4 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getCustomDate5()
Gets the value of the customDate5 property.
|
java.lang.Double |
getCustomFloat1()
Gets the value of the customFloat1 property.
|
java.lang.Double |
getCustomFloat2()
Gets the value of the customFloat2 property.
|
java.lang.Double |
getCustomFloat3()
Gets the value of the customFloat3 property.
|
java.lang.Double |
getCustomFloat4()
Gets the value of the customFloat4 property.
|
java.lang.Double |
getCustomFloat5()
Gets the value of the customFloat5 property.
|
java.lang.Integer |
getCustomInt1()
Gets the value of the customInt1 property.
|
java.lang.Integer |
getCustomInt2()
Gets the value of the customInt2 property.
|
java.lang.Integer |
getCustomInt3()
Gets the value of the customInt3 property.
|
java.lang.Integer |
getCustomInt4()
Gets the value of the customInt4 property.
|
java.lang.Integer |
getCustomInt5()
Gets the value of the customInt5 property.
|
java.lang.String |
getCustomMigrateGUID()
Gets the value of the customMigrateGUID property.
|
java.lang.String |
getCustomText1()
Gets the value of the customText1 property.
|
java.lang.String |
getCustomText2()
Gets the value of the customText2 property.
|
java.lang.String |
getCustomText3()
Gets the value of the customText3 property.
|
java.lang.String |
getCustomText4()
Gets the value of the customText4 property.
|
java.lang.String |
getCustomText5()
Gets the value of the customText5 property.
|
java.lang.String |
getCustomTextBlock1()
Gets the value of the customTextBlock1 property.
|
java.lang.String |
getCustomTextBlock2()
Gets the value of the customTextBlock2 property.
|
java.lang.String |
getCustomTextBlock3()
Gets the value of the customTextBlock3 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEmploymentEnd()
Gets the value of the employmentEnd property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEmploymentStart()
Gets the value of the employmentStart property.
|
java.lang.Integer |
getJobOrderID()
Gets the value of the jobOrderID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getReferenceClientContactID()
Gets the value of the referenceClientContactID property.
|
java.lang.String |
getReferenceEmail()
Gets the value of the referenceEmail property.
|
java.lang.String |
getReferenceFirstName()
Gets the value of the referenceFirstName property.
|
java.lang.String |
getReferenceLastName()
Gets the value of the referenceLastName property.
|
java.lang.String |
getReferencePhone()
Gets the value of the referencePhone property.
|
java.lang.String |
getReferenceTitle()
Gets the value of the referenceTitle property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.Integer |
getYearsKnown()
Gets the value of the yearsKnown property.
|
java.lang.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setCandidateReferenceID(java.lang.Integer value)
Sets the value of the candidateReferenceID property.
|
void |
setCandidateTitle(java.lang.String value)
Sets the value of the candidateTitle property.
|
void |
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property.
|
void |
setCompanyName(java.lang.String value)
Sets the value of the companyName property.
|
void |
setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate1 property.
|
void |
setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate2 property.
|
void |
setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate3 property.
|
void |
setCustomDate4(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate4 property.
|
void |
setCustomDate5(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the customDate5 property.
|
void |
setCustomFloat1(java.lang.Double value)
Sets the value of the customFloat1 property.
|
void |
setCustomFloat2(java.lang.Double value)
Sets the value of the customFloat2 property.
|
void |
setCustomFloat3(java.lang.Double value)
Sets the value of the customFloat3 property.
|
void |
setCustomFloat4(java.lang.Double value)
Sets the value of the customFloat4 property.
|
void |
setCustomFloat5(java.lang.Double value)
Sets the value of the customFloat5 property.
|
void |
setCustomInt1(java.lang.Integer value)
Sets the value of the customInt1 property.
|
void |
setCustomInt2(java.lang.Integer value)
Sets the value of the customInt2 property.
|
void |
setCustomInt3(java.lang.Integer value)
Sets the value of the customInt3 property.
|
void |
setCustomInt4(java.lang.Integer value)
Sets the value of the customInt4 property.
|
void |
setCustomInt5(java.lang.Integer value)
Sets the value of the customInt5 property.
|
void |
setCustomMigrateGUID(java.lang.String value)
Sets the value of the customMigrateGUID property.
|
void |
setCustomText1(java.lang.String value)
Sets the value of the customText1 property.
|
void |
setCustomText2(java.lang.String value)
Sets the value of the customText2 property.
|
void |
setCustomText3(java.lang.String value)
Sets the value of the customText3 property.
|
void |
setCustomText4(java.lang.String value)
Sets the value of the customText4 property.
|
void |
setCustomText5(java.lang.String value)
Sets the value of the customText5 property.
|
void |
setCustomTextBlock1(java.lang.String value)
Sets the value of the customTextBlock1 property.
|
void |
setCustomTextBlock2(java.lang.String value)
Sets the value of the customTextBlock2 property.
|
void |
setCustomTextBlock3(java.lang.String value)
Sets the value of the customTextBlock3 property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setEmploymentEnd(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the employmentEnd property.
|
void |
setEmploymentStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the employmentStart property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setReferenceClientContactID(java.lang.Integer value)
Sets the value of the referenceClientContactID property.
|
void |
setReferenceEmail(java.lang.String value)
Sets the value of the referenceEmail property.
|
void |
setReferenceFirstName(java.lang.String value)
Sets the value of the referenceFirstName property.
|
void |
setReferenceLastName(java.lang.String value)
Sets the value of the referenceLastName property.
|
void |
setReferencePhone(java.lang.String value)
Sets the value of the referencePhone property.
|
void |
setReferenceTitle(java.lang.String value)
Sets the value of the referenceTitle property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setYearsKnown(java.lang.Integer value)
Sets the value of the yearsKnown property.
|
protected java.lang.Integer candidateID
protected java.lang.Integer candidateReferenceID
protected java.lang.String candidateTitle
protected java.lang.Integer clientCorporationID
protected java.lang.String companyName
protected javax.xml.datatype.XMLGregorianCalendar customDate1
protected javax.xml.datatype.XMLGregorianCalendar customDate2
protected javax.xml.datatype.XMLGregorianCalendar customDate3
protected javax.xml.datatype.XMLGregorianCalendar customDate4
protected javax.xml.datatype.XMLGregorianCalendar customDate5
protected java.lang.Double customFloat1
protected java.lang.Double customFloat2
protected java.lang.Double customFloat3
protected java.lang.Double customFloat4
protected java.lang.Double customFloat5
protected java.lang.Integer customInt1
protected java.lang.Integer customInt2
protected java.lang.Integer customInt3
protected java.lang.Integer customInt4
protected java.lang.Integer customInt5
protected java.lang.String customMigrateGUID
protected java.lang.String customText1
protected java.lang.String customText2
protected java.lang.String customText3
protected java.lang.String customText4
protected java.lang.String customText5
protected java.lang.String customTextBlock1
protected java.lang.String customTextBlock2
protected java.lang.String customTextBlock3
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar employmentEnd
protected javax.xml.datatype.XMLGregorianCalendar employmentStart
protected java.lang.Boolean isDeleted
protected java.lang.Integer jobOrderID
protected java.lang.String migrateGUID
protected java.lang.Integer referenceClientContactID
protected java.lang.String referenceEmail
protected java.lang.String referenceFirstName
protected java.lang.String referenceLastName
protected java.lang.String referencePhone
protected java.lang.String referenceTitle
protected java.lang.String status
protected java.lang.Integer yearsKnown
public java.lang.Integer getCandidateID()
Integer
public void setCandidateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCandidateReferenceID()
Integer
public void setCandidateReferenceID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCandidateTitle()
String
public void setCandidateTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getClientCorporationID()
Integer
public void setClientCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCompanyName()
String
public void setCompanyName(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCustomDate1()
XMLGregorianCalendar
public void setCustomDate1(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate2()
XMLGregorianCalendar
public void setCustomDate2(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate3()
XMLGregorianCalendar
public void setCustomDate3(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate4()
XMLGregorianCalendar
public void setCustomDate4(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getCustomDate5()
XMLGregorianCalendar
public void setCustomDate5(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Double getCustomFloat1()
Double
public void setCustomFloat1(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat2()
Double
public void setCustomFloat2(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat3()
Double
public void setCustomFloat3(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat4()
Double
public void setCustomFloat4(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getCustomFloat5()
Double
public void setCustomFloat5(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Integer getCustomInt1()
Integer
public void setCustomInt1(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt2()
Integer
public void setCustomInt2(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt3()
Integer
public void setCustomInt3(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt4()
Integer
public void setCustomInt4(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCustomInt5()
Integer
public void setCustomInt5(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCustomMigrateGUID()
String
public void setCustomMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText1()
String
public void setCustomText1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText2()
String
public void setCustomText2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText3()
String
public void setCustomText3(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText4()
String
public void setCustomText4(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomText5()
String
public void setCustomText5(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock1()
String
public void setCustomTextBlock1(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock2()
String
public void setCustomTextBlock2(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock3()
String
public void setCustomTextBlock3(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 javax.xml.datatype.XMLGregorianCalendar getEmploymentEnd()
XMLGregorianCalendar
public void setEmploymentEnd(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEmploymentStart()
XMLGregorianCalendar
public void setEmploymentStart(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.Integer getJobOrderID()
Integer
public void setJobOrderID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getReferenceClientContactID()
Integer
public void setReferenceClientContactID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getReferenceEmail()
String
public void setReferenceEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferenceFirstName()
String
public void setReferenceFirstName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferenceLastName()
String
public void setReferenceLastName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferencePhone()
String
public void setReferencePhone(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferenceTitle()
String
public void setReferenceTitle(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
public java.lang.Integer getYearsKnown()
Integer
public void setYearsKnown(java.lang.Integer value)
value
- allowed object is
Integer