public abstract class JobSubmissionDtoBase extends AbstractDto
Java class for jobSubmissionDtoBase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jobSubmissionDtoBase"> <complexContent> <extension base="{http://entity.bullhorn.com/}abstractDto"> <sequence> <element name="candidateID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="dateAdded" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dateWebResponse" 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="isHidden" 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="jobSubmissionID" 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="sendingUserID" type="{http://www.w3.org/2001/XMLSchema}int" 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"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
candidateID |
protected javax.xml.datatype.XMLGregorianCalendar |
dateAdded |
protected javax.xml.datatype.XMLGregorianCalendar |
dateWebResponse |
protected java.lang.Boolean |
isDeleted |
protected java.lang.Boolean |
isHidden |
protected java.lang.Integer |
jobOrderID |
protected java.lang.Integer |
jobSubmissionID |
protected java.lang.String |
migrateGUID |
protected java.lang.Integer |
sendingUserID |
protected java.lang.String |
source |
protected java.lang.String |
status |
Constructor and Description |
---|
JobSubmissionDtoBase() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCandidateID()
Gets the value of the candidateID property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateAdded()
Gets the value of the dateAdded property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDateWebResponse()
Gets the value of the dateWebResponse property.
|
java.lang.Integer |
getJobOrderID()
Gets the value of the jobOrderID property.
|
java.lang.Integer |
getJobSubmissionID()
Gets the value of the jobSubmissionID property.
|
java.lang.String |
getMigrateGUID()
Gets the value of the migrateGUID property.
|
java.lang.Integer |
getSendingUserID()
Gets the value of the sendingUserID 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.Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
java.lang.Boolean |
isIsHidden()
Gets the value of the isHidden property.
|
void |
setCandidateID(java.lang.Integer value)
Sets the value of the candidateID property.
|
void |
setDateAdded(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateAdded property.
|
void |
setDateWebResponse(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dateWebResponse property.
|
void |
setIsDeleted(java.lang.Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsHidden(java.lang.Boolean value)
Sets the value of the isHidden property.
|
void |
setJobOrderID(java.lang.Integer value)
Sets the value of the jobOrderID property.
|
void |
setJobSubmissionID(java.lang.Integer value)
Sets the value of the jobSubmissionID property.
|
void |
setMigrateGUID(java.lang.String value)
Sets the value of the migrateGUID property.
|
void |
setSendingUserID(java.lang.Integer value)
Sets the value of the sendingUserID 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.
|
protected java.lang.Integer candidateID
protected javax.xml.datatype.XMLGregorianCalendar dateAdded
protected javax.xml.datatype.XMLGregorianCalendar dateWebResponse
protected java.lang.Boolean isDeleted
protected java.lang.Boolean isHidden
protected java.lang.Integer jobOrderID
protected java.lang.Integer jobSubmissionID
protected java.lang.String migrateGUID
protected java.lang.Integer sendingUserID
protected java.lang.String source
protected java.lang.String status
public java.lang.Integer getCandidateID()
Integer
public void setCandidateID(java.lang.Integer value)
value
- allowed object is
Integer
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 getDateWebResponse()
XMLGregorianCalendar
public void setDateWebResponse(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.Boolean isIsHidden()
Boolean
public void setIsHidden(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.Integer getJobSubmissionID()
Integer
public void setJobSubmissionID(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 getSendingUserID()
Integer
public void setSendingUserID(java.lang.Integer value)
value
- allowed object is
Integer
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