public class ServiceSearchMessage extends BaseMessage
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
multiple
The multiple flag.
|
protected jadex.bridge.ClassInfo |
type
The type.
|
callid| Constructor and Description |
|---|
ServiceSearchMessage(java.lang.String callid,
jadex.bridge.ClassInfo type,
boolean multiple)
Create a new command.
|
| Modifier and Type | Method and Description |
|---|---|
jadex.bridge.ClassInfo |
getType()
Get the type.
|
boolean |
isMultiple()
Get the multiple.
|
void |
setMultiple(boolean multiple)
Set the multiple.
|
void |
setType(jadex.bridge.ClassInfo type)
Set the type.
|
getCallid, setCallidprotected jadex.bridge.ClassInfo type
protected boolean multiple
public ServiceSearchMessage(java.lang.String callid,
jadex.bridge.ClassInfo type,
boolean multiple)
callid - The callid.serviceId - The serviceid;parameterNames - The parameter names.parameterValues - The parameter values.public jadex.bridge.ClassInfo getType()
public void setType(jadex.bridge.ClassInfo type)
type - The type to setpublic boolean isMultiple()
public void setMultiple(boolean multiple)
multiple - The multiple to set