public abstract class CandidateSourceDtoBase extends AbstractDto
Java class for candidateSourceDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="candidateSourceDtoBase">
<complexContent>
<extension base="{http://entity.bullhorn.com/}abstractDto">
<sequence>
<element name="accountNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="address" type="{http://emb.entity.bullhorn.com/}addressWithoutCountry" minOccurs="0"/>
<element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="candidateSourceID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="corporationID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fee" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="feeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="migrateGUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="phone" 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.String |
accountNumber |
protected AddressWithoutCountry |
address |
protected java.lang.Integer |
candidateID |
protected java.lang.Integer |
candidateSourceID |
protected java.lang.Integer |
corporationID |
protected java.lang.String |
fax |
protected java.math.BigDecimal |
fee |
protected java.lang.String |
feeType |
protected java.lang.String |
migrateGUID |
protected java.lang.String |
name |
protected java.lang.String |
phone |
protected java.lang.String |
type |
| Constructor and Description |
|---|
CandidateSourceDtoBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccountNumber()
Gets the value of the accountNumber property.
|
AddressWithoutCountry |
getAddress()
Gets the value of the address property.
|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
java.lang.Integer |
getCandidateSourceID()
Gets the value of the candidateSourceID property.
|
java.lang.Integer |
getCorporationID()
Gets the value of the corporationID property.
|
java.lang.String |
getFax()
Gets the value of the fax property.
|
java.math.BigDecimal |
getFee()
Gets the value of the fee property.
|
java.lang.String |
getFeeType()
Gets the value of the feeType property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPhone()
Gets the value of the phone property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAccountNumber(java.lang.String value)
Sets the value of the accountNumber property.
|
void |
setAddress(AddressWithoutCountry value)
Sets the value of the address property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setCandidateSourceID(java.lang.Integer value)
Sets the value of the candidateSourceID property.
|
void |
setCorporationID(java.lang.Integer value)
Sets the value of the corporationID property.
|
void |
setFax(java.lang.String value)
Sets the value of the fax property.
|
void |
setFee(java.math.BigDecimal value)
Sets the value of the fee property.
|
void |
setFeeType(java.lang.String value)
Sets the value of the feeType property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPhone(java.lang.String value)
Sets the value of the phone property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String accountNumber
protected AddressWithoutCountry address
protected java.lang.Integer candidateID
protected java.lang.Integer candidateSourceID
protected java.lang.Integer corporationID
protected java.lang.String fax
protected java.math.BigDecimal fee
protected java.lang.String feeType
protected java.lang.String migrateGUID
protected java.lang.String name
protected java.lang.String phone
protected java.lang.String type
public java.lang.String getAccountNumber()
Stringpublic void setAccountNumber(java.lang.String value)
value - allowed object is
Stringpublic AddressWithoutCountry getAddress()
AddressWithoutCountrypublic void setAddress(AddressWithoutCountry value)
value - allowed object is
AddressWithoutCountrypublic java.lang.Integer getCandidateID()
Integerpublic void setCandidateID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCandidateSourceID()
Integerpublic void setCandidateSourceID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCorporationID()
Integerpublic void setCorporationID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getFax()
Stringpublic void setFax(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getFee()
BigDecimalpublic void setFee(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getFeeType()
Stringpublic void setFeeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMigrateGUID()
Stringpublic void setMigrateGUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPhone()
Stringpublic void setPhone(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String