public class JobMatchSearchEvent extends DataEvent
Java class for jobMatchSearchEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jobMatchSearchEvent"> <complexContent> <extension base="{http://event.dataevent.bullhorn.com/}dataEvent"> <sequence> <element name="candidateIds" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="criteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="jobPostingId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="source" type="{http://event.dataevent.bullhorn.com/}jobMatchSearchSource" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
DataEvent.EventMetadata
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
candidateIds |
protected java.lang.String |
criteria |
protected int |
jobPostingId |
protected JobMatchSearchSource |
source |
eventId, eventMetadata, eventTimestamp, eventType
Constructor and Description |
---|
JobMatchSearchEvent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getCandidateIds()
Gets the value of the candidateIds property.
|
java.lang.String |
getCriteria()
Gets the value of the criteria property.
|
int |
getJobPostingId()
Gets the value of the jobPostingId property.
|
JobMatchSearchSource |
getSource()
Gets the value of the source property.
|
void |
setCriteria(java.lang.String value)
Sets the value of the criteria property.
|
void |
setJobPostingId(int value)
Sets the value of the jobPostingId property.
|
void |
setSource(JobMatchSearchSource value)
Sets the value of the source property.
|
getEventId, getEventMetadata, getEventTimestamp, getEventType, setEventId, setEventMetadata, setEventTimestamp, setEventType
protected java.util.List<java.lang.Integer> candidateIds
protected java.lang.String criteria
protected int jobPostingId
protected JobMatchSearchSource source
public java.util.List<java.lang.Integer> getCandidateIds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the candidateIds property.
For example, to add a new item, do as follows:
getCandidateIds().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getCriteria()
String
public void setCriteria(java.lang.String value)
value
- allowed object is
String
public int getJobPostingId()
public void setJobPostingId(int value)
public JobMatchSearchSource getSource()
JobMatchSearchSource
public void setSource(JobMatchSearchSource value)
value
- allowed object is
JobMatchSearchSource