public class EventsSubscribe
extends java.lang.Object
Java class for eventsSubscribe complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eventsSubscribe">
<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="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="criteria" type="{http://subscription.dataevent.bullhorn.com/}subscriptionCriteria" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionCriteria |
criteria |
protected java.lang.String |
session |
protected java.lang.String |
subscriptionId |
| Constructor and Description |
|---|
EventsSubscribe() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCriteria |
getCriteria()
Gets the value of the criteria property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setCriteria(SubscriptionCriteria value)
Sets the value of the criteria property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
void |
setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.
|
protected java.lang.String session
protected java.lang.String subscriptionId
protected SubscriptionCriteria criteria
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubscriptionId()
Stringpublic void setSubscriptionId(java.lang.String value)
value - allowed object is
Stringpublic SubscriptionCriteria getCriteria()
SubscriptionCriteriapublic void setCriteria(SubscriptionCriteria value)
value - allowed object is
SubscriptionCriteria