mam.messaging
Class DoQueryInformationPersonaeMessage
mam.messaging.AgentMessage
|
+--mam.messaging.DoQueryInformationPersonaeMessage
- public class DoQueryInformationPersonaeMessage
- extends AgentMessage
Description
- Author:
- nideffer
- created October 31, 2001
Fields inherited from class mam.messaging.AgentMessage |
DEFAULT_TAG_NAME, DEFAULT_TIME_TO_LIVE, DESTINATION_TAG_NAME, m_attrCreationDate, m_attrDestination, m_attrId, m_attrOriginFacility, m_attrReplyTo, m_attrResponseTo, m_attrSource, m_attrTimeToLive, SOURCE_TAG_NAME |
Method Summary |
String | getFilter() Gets the Filter attribute of the DoQueryInformationPersonaeMessage object |
String | getQueryPhrase() Gets the QueryPhrase attribute of the DoQueryInformationPersonaeMessage object |
String | getRequestor() Gets the Requestor attribute of the DoQueryInformationPersonaeMessage object |
void | setFilter(String filter) Sets the Filter attribute of the DoQueryInformationPersonaeMessage object |
void | setQueryPhrase(String queryPhrase) Sets the QueryPhrase attribute of the DoQueryInformationPersonaeMessage object |
void | setRequestor(String requestor) Sets the Requestor attribute of the DoQueryInformationPersonaeMessage object |
Methods inherited from class mam.messaging.AgentMessage |
decrementTimeToLive, fromXmlElement, getDestination, getId, getOriginFacility, getRemainingTimeToLive, getReplyTo, getResponseTo, getSource, getType, setDestination, setId, setLocal, setOriginFacility, setReplyTo, setResponseTo, setSource, toString, toXmlElement, toXmlElement |
m_attrFilter
public String m_attrFilter
m_attrQueryPhrase
public String m_attrQueryPhrase
m_attrRequestor
public String m_attrRequestor
DoQueryInformationPersonaeMessage
public DoQueryInformationPersonaeMessage(RoutingTag source, RoutingTag destination, String queryPhrase, String filter, String requestor)
- Constructor for the DoQueryInformationPersonaeMessage object
- Parameters:
- source - Description of Parameter
- destination - Description of Parameter
- queryPhrase - Description of Parameter
- filter - Description of Parameter
- requestor - Description of Parameter
- Since:
DoQueryInformationPersonaeMessage
public DoQueryInformationPersonaeMessage(RoutingTag source, RoutingTag destination, MamId responseTo, String queryPhrase, String filter, String requestor)
- Constructor for the DoQueryInformationPersonaeMessage object
- Parameters:
- source - Description of Parameter
- destination - Description of Parameter
- responseTo - Description of Parameter
- queryPhrase - Description of Parameter
- filter - Description of Parameter
- requestor - Description of Parameter
- Since:
getFilter
public String getFilter()
- Gets the Filter attribute of the DoQueryInformationPersonaeMessage object
- Returns: The Filter value
- Since:
getQueryPhrase
public String getQueryPhrase()
- Gets the QueryPhrase attribute of the DoQueryInformationPersonaeMessage object
- Returns: The QueryPhrase value
- Since:
getRequestor
public String getRequestor()
- Gets the Requestor attribute of the DoQueryInformationPersonaeMessage object
- Returns: The Requestor value
- Since:
setFilter
public void setFilter(String filter)
- Sets the Filter attribute of the DoQueryInformationPersonaeMessage object
- Parameters:
- filter - The new Filter value
- Since:
setQueryPhrase
public void setQueryPhrase(String queryPhrase)
- Sets the QueryPhrase attribute of the DoQueryInformationPersonaeMessage object
- Parameters:
- queryPhrase - The new QueryPhrase value
- Since:
setRequestor
public void setRequestor(String requestor)
- Sets the Requestor attribute of the DoQueryInformationPersonaeMessage object
- Parameters:
- requestor - The new Requestor value
- Since: