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()
String
public void setAccountNumber(java.lang.String value)
value
- allowed object is
String
public AddressWithoutCountry getAddress()
AddressWithoutCountry
public void setAddress(AddressWithoutCountry value)
value
- allowed object is
AddressWithoutCountry
public java.lang.Integer getCandidateID()
Integer
public void setCandidateID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCandidateSourceID()
Integer
public void setCandidateSourceID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getCorporationID()
Integer
public void setCorporationID(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getFax()
String
public void setFax(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getFee()
BigDecimal
public void setFee(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getFeeType()
String
public void setFeeType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMigrateGUID()
String
public void setMigrateGUID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPhone()
String
public void setPhone(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