public abstract class ClientContactDtoBase extends PersonDto
Java class for clientContactDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clientContactDtoBase"> <complexContent> <extension base="{http://user.entity.bullhorn.com/}personDto"> <sequence> <element name="categoryID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="certifications" 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="comments" 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="customTextBlock4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="customTextBlock5" 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="dateLastVisit" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="deleteMe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="desiredCategories" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="desiredSkills" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="desiredSpecialties" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="division" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="externalID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkedPersonID" 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="numEmployees" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="office" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ownerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="preferredContact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="referredByPersonID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="reportToPersonID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="secondaryAddress" type="{http://emb.entity.bullhorn.com/}address" minOccurs="0"/> <element name="source" 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="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
categoryID |
protected java.lang.String |
certifications |
protected java.lang.Integer |
clientCorporationID |
protected java.lang.String |
comments |
protected java.lang.String |
customTextBlock1 |
protected java.lang.String |
customTextBlock2 |
protected java.lang.String |
customTextBlock3 |
protected java.lang.String |
customTextBlock4 |
protected java.lang.String |
customTextBlock5 |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateLastVisit |
protected java.lang.String |
deleteMe |
protected java.lang.String |
description |
protected java.lang.String |
desiredCategories |
protected java.lang.String |
desiredSkills |
protected java.lang.String |
desiredSpecialties |
protected java.lang.String |
division |
protected java.lang.String |
externalID |
protected java.lang.Integer |
linkedPersonID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
numEmployees |
protected java.lang.String |
office |
protected java.lang.Integer |
ownerID |
protected java.lang.String |
password |
protected java.lang.String |
preferredContact |
protected java.lang.Integer |
referredByPersonID |
protected java.lang.Integer |
reportToPersonID |
protected Address |
secondaryAddress |
protected java.lang.String |
source |
protected java.lang.String |
status |
protected java.lang.String |
type |
address, customDate1, customDate2, customDate3, customFloat1, customFloat2, customFloat3, customInt1, customInt2, customInt3, customText1, customText10, customText11, customText12, customText13, customText14, customText15, customText16, customText17, customText18, customText19, customText2, customText20, customText3, customText4, customText5, customText6, customText7, customText8, customText9, dateLastComment, email, email2, email3, fax, fax2, fax3, firstName, isDayLightSavings, isDeleted, isLockedOut, lastName, massMailOptOut, middleName, mobile, name, namePrefix, nameSuffix, nickName, occupation, pager, phone, phone2, phone3, smsOptIn, timeZoneOffsetEST, userID, username, userTypeID
Constructor and Description |
---|
ClientContactDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCategoryID()
Gets the value of the categoryID property.
|
java.lang.String |
getCertifications()
Gets the value of the certifications property.
|
java.lang.Integer |
getClientCorporationID()
Gets the value of the clientCorporationID property.
|
java.lang.String |
getComments()
Gets the value of the comments 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.
|
java.lang.String |
getCustomTextBlock4()
Gets the value of the customTextBlock4 property.
|
java.lang.String |
getCustomTextBlock5()
Gets the value of the customTextBlock5 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateLastVisit()
Gets the value of the dateLastVisit property.
|
java.lang.String |
getDeleteMe()
Gets the value of the deleteMe property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getDesiredCategories()
Gets the value of the desiredCategories property.
|
java.lang.String |
getDesiredSkills()
Gets the value of the desiredSkills property.
|
java.lang.String |
getDesiredSpecialties()
Gets the value of the desiredSpecialties property.
|
java.lang.String |
getDivision()
Gets the value of the division property.
|
java.lang.String |
getExternalID()
Gets the value of the externalID property.
|
java.lang.Integer |
getLinkedPersonID()
Gets the value of the linkedPersonID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getNumEmployees()
Gets the value of the numEmployees property.
|
java.lang.String |
getOffice()
Gets the value of the office property.
|
java.lang.Integer |
getOwnerID()
Gets the value of the ownerID property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getPreferredContact()
Gets the value of the preferredContact property.
|
java.lang.Integer |
getReferredByPersonID()
Gets the value of the referredByPersonID property.
|
java.lang.Integer |
getReportToPersonID()
Gets the value of the reportToPersonID property.
|
Address |
getSecondaryAddress()
Gets the value of the secondaryAddress property.
|
java.lang.String |
getSource()
Gets the value of the source property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setCategoryID(java.lang.Integer value)
Sets the value of the categoryID property.
|
void |
setCertifications(java.lang.String value)
Sets the value of the certifications property.
|
void |
setClientCorporationID(java.lang.Integer value)
Sets the value of the clientCorporationID property.
|
void |
setComments(java.lang.String value)
Sets the value of the comments 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 |
setCustomTextBlock4(java.lang.String value)
Sets the value of the customTextBlock4 property.
|
void |
setCustomTextBlock5(java.lang.String value)
Sets the value of the customTextBlock5 property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateLastVisit(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateLastVisit property.
|
void |
setDeleteMe(java.lang.String value)
Sets the value of the deleteMe property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDesiredCategories(java.lang.String value)
Sets the value of the desiredCategories property.
|
void |
setDesiredSkills(java.lang.String value)
Sets the value of the desiredSkills property.
|
void |
setDesiredSpecialties(java.lang.String value)
Sets the value of the desiredSpecialties property.
|
void |
setDivision(java.lang.String value)
Sets the value of the division property.
|
void |
setExternalID(java.lang.String value)
Sets the value of the externalID property.
|
void |
setLinkedPersonID(java.lang.Integer value)
Sets the value of the linkedPersonID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setNumEmployees(java.lang.Integer value)
Sets the value of the numEmployees property.
|
void |
setOffice(java.lang.String value)
Sets the value of the office property.
|
void |
setOwnerID(java.lang.Integer value)
Sets the value of the ownerID property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setPreferredContact(java.lang.String value)
Sets the value of the preferredContact property.
|
void |
setReferredByPersonID(java.lang.Integer value)
Sets the value of the referredByPersonID property.
|
void |
setReportToPersonID(java.lang.Integer value)
Sets the value of the reportToPersonID property.
|
void |
setSecondaryAddress(Address value)
Sets the value of the secondaryAddress property.
|
void |
setSource(java.lang.String value)
Sets the value of the source property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
getAddress, getCustomDate1, getCustomDate2, getCustomDate3, getCustomFloat1, getCustomFloat2, getCustomFloat3, getCustomInt1, getCustomInt2, getCustomInt3, getCustomText1, getCustomText10, getCustomText11, getCustomText12, getCustomText13, getCustomText14, getCustomText15, getCustomText16, getCustomText17, getCustomText18, getCustomText19, getCustomText2, getCustomText20, getCustomText3, getCustomText4, getCustomText5, getCustomText6, getCustomText7, getCustomText8, getCustomText9, getDateLastComment, getEmail, getEmail2, getEmail3, getFax, getFax2, getFax3, getFirstName, getLastName, getMiddleName, getMobile, getName, getNamePrefix, getNameSuffix, getNickName, getOccupation, getPager, getPhone, getPhone2, getPhone3, getTimeZoneOffsetEST, getUserID, getUsername, getUserTypeID, isIsDayLightSavings, isIsDeleted, isIsLockedOut, isMassMailOptOut, isSmsOptIn, setAddress, setCustomDate1, setCustomDate2, setCustomDate3, setCustomFloat1, setCustomFloat2, setCustomFloat3, setCustomInt1, setCustomInt2, setCustomInt3, setCustomText1, setCustomText10, setCustomText11, setCustomText12, setCustomText13, setCustomText14, setCustomText15, setCustomText16, setCustomText17, setCustomText18, setCustomText19, setCustomText2, setCustomText20, setCustomText3, setCustomText4, setCustomText5, setCustomText6, setCustomText7, setCustomText8, setCustomText9, setDateLastComment, setEmail, setEmail2, setEmail3, setFax, setFax2, setFax3, setFirstName, setIsDayLightSavings, setIsDeleted, setIsLockedOut, setLastName, setMassMailOptOut, setMiddleName, setMobile, setName, setNamePrefix, setNameSuffix, setNickName, setOccupation, setPager, setPhone, setPhone2, setPhone3, setSmsOptIn, setTimeZoneOffsetEST, setUserID, setUsername, setUserTypeID
protected java.lang.Integer categoryID
protected java.lang.String certifications
protected java.lang.Integer clientCorporationID
protected java.lang.String comments
protected java.lang.String customTextBlock1
protected java.lang.String customTextBlock2
protected java.lang.String customTextBlock3
protected java.lang.String customTextBlock4
protected java.lang.String customTextBlock5
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateLastVisit
protected java.lang.String deleteMe
protected java.lang.String description
protected java.lang.String desiredCategories
protected java.lang.String desiredSkills
protected java.lang.String desiredSpecialties
protected java.lang.String division
protected java.lang.String externalID
protected java.lang.Integer linkedPersonID
protected java.lang.String migrateGUID
protected java.lang.Integer numEmployees
protected java.lang.String office
protected java.lang.Integer ownerID
protected java.lang.String password
protected java.lang.String preferredContact
protected java.lang.Integer referredByPersonID
protected java.lang.Integer reportToPersonID
protected Address secondaryAddress
protected java.lang.String source
protected java.lang.String status
protected java.lang.String type
public java.lang.Integer getCategoryID()
Integer
public void setCategoryID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCertifications()
String
public void setCertifications(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 getComments()
String
public void setComments(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 java.lang.String getCustomTextBlock4()
String
public void setCustomTextBlock4(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomTextBlock5()
String
public void setCustomTextBlock5(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 getDateLastVisit()
XMLGregorianCalendar
public void setDateLastVisit(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDeleteMe()
String
public void setDeleteMe(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDesiredCategories()
String
public void setDesiredCategories(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDesiredSkills()
String
public void setDesiredSkills(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDesiredSpecialties()
String
public void setDesiredSpecialties(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDivision()
String
public void setDivision(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExternalID()
String
public void setExternalID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getLinkedPersonID()
Integer
public void setLinkedPersonID(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 getNumEmployees()
Integer
public void setNumEmployees(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getOffice()
String
public void setOffice(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOwnerID()
Integer
public void setOwnerID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPreferredContact()
String
public void setPreferredContact(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getReferredByPersonID()
Integer
public void setReferredByPersonID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getReportToPersonID()
Integer
public void setReportToPersonID(java.lang.Integer value)
value
- allowed object is
Integer
public Address getSecondaryAddress()
Address
public void setSecondaryAddress(Address value)
value
- allowed object is
Address
public java.lang.String getSource()
String
public void setSource(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.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String