org.androidpn.client
Class NotificationIQ
java.lang.Object
org.jivesoftware.smack.packet.Packet
org.jivesoftware.smack.packet.IQ
org.androidpn.client.NotificationIQ
public class NotificationIQ
- extends org.jivesoftware.smack.packet.IQ
This class represents a notifcatin IQ packet.
- Author:
- Sehwan Noh (devnoh@gmail.com)
Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ |
org.jivesoftware.smack.packet.IQ.Type |
Fields inherited from class org.jivesoftware.smack.packet.Packet |
ID_NOT_AVAILABLE, XEP_0082_UTC_FORMAT |
Methods inherited from class org.jivesoftware.smack.packet.IQ |
createErrorResponse, createResultIQ, getType, setType, toXML |
Methods inherited from class org.jivesoftware.smack.packet.Packet |
addExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NotificationIQ
public NotificationIQ()
getChildElementXML
public java.lang.String getChildElementXML()
- Specified by:
getChildElementXML
in class org.jivesoftware.smack.packet.IQ
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getApiKey
public java.lang.String getApiKey()
setApiKey
public void setApiKey(java.lang.String apiKey)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getMessage
public java.lang.String getMessage()
setMessage
public void setMessage(java.lang.String message)
getUri
public java.lang.String getUri()
setUri
public void setUri(java.lang.String url)