public class EventsGenerateBogusJobMatchSearchEvents
extends java.lang.Object
Java class for _eventsGenerateBogusJobMatchSearchEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="_eventsGenerateBogusJobMatchSearchEvents"> <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="count" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected java.lang.String |
session |
protected java.lang.String |
subscriptionId |
Constructor and Description |
---|
EventsGenerateBogusJobMatchSearchEvents() |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Gets the value of the count property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setCount(int value)
Sets the value of the count 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 int count
public EventsGenerateBogusJobMatchSearchEvents()
public java.lang.String getSession()
String
public void setSession(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubscriptionId()
String
public void setSubscriptionId(java.lang.String value)
value
- allowed object is
String
public int getCount()
public void setCount(int value)