Package tigase.xmpp.mam
Class QueryImpl
java.lang.Object
tigase.xmpp.mam.QueryImpl
- All Implemented Interfaces:
Query
- Direct Known Subclasses:
ExtendedQueryImpl
Class implements Query interface and is base implementation of query holder used by implementation of XEP-0313:
Message Archive Management
Created by andrzej on 21.07.2016.
Created by andrzej on 21.07.2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontigase.xmpp.jid.JID
getEnd()
getId()
tigase.xmpp.jid.JID
tigase.xmpp.rsm.RSM
getRsm()
getStart()
tigase.xmpp.jid.JID
getWith()
getXMLNS()
void
setComponentJID
(tigase.xmpp.jid.JID componentJID) void
void
void
setQuestionerJID
(tigase.xmpp.jid.JID questionerJID) void
void
setWith
(tigase.xmpp.jid.JID with) void
void
toString()
-
Constructor Details
-
QueryImpl
public QueryImpl()
-
-
Method Details
-
getXMLNS
-
setXMLNS
-
setXmlns
-
getQuestionerJID
public tigase.xmpp.jid.JID getQuestionerJID()- Specified by:
getQuestionerJID
in interfaceQuery
-
setQuestionerJID
public void setQuestionerJID(tigase.xmpp.jid.JID questionerJID) - Specified by:
setQuestionerJID
in interfaceQuery
-
getComponentJID
public tigase.xmpp.jid.JID getComponentJID()- Specified by:
getComponentJID
in interfaceQuery
-
setComponentJID
public void setComponentJID(tigase.xmpp.jid.JID componentJID) - Specified by:
setComponentJID
in interfaceQuery
-
getId
-
setId
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getWith
public tigase.xmpp.jid.JID getWith() -
setWith
public void setWith(tigase.xmpp.jid.JID with) -
getRsm
public tigase.xmpp.rsm.RSM getRsm() -
toString
-