public class Query
extends java.lang.Object
Java class for query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="query">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="query" type="{http://query.apiservice.bullhorn.com/}dtoQuery" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DtoQuery |
query |
protected java.lang.String |
session |
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
DtoQuery |
getQuery()
Gets the value of the query property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setQuery(DtoQuery value)
Sets the value of the query property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected DtoQuery query
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic DtoQuery getQuery()
DtoQuery