Class PushNotificationsElements.RemoteDisablingExtension
- java.lang.Object
-
- org.jivesoftware.smackx.push_notifications.element.PushNotificationsElements.RemoteDisablingExtension
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlLangElement
- Enclosing class:
- PushNotificationsElements
public static class PushNotificationsElements.RemoteDisablingExtension extends java.lang.Object implements org.jivesoftware.smack.packet.ExtensionElement
-
-
Constructor Summary
Constructors Constructor Description RemoteDisablingExtension(java.lang.String node, org.jxmpp.jid.Jid userJid)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PushNotificationsElements.RemoteDisablingExtensionfrom(org.jivesoftware.smack.packet.Message message)java.lang.StringgetElementName()java.lang.StringgetNamespace()java.lang.StringgetNode()Get the node.org.jxmpp.jid.JidgetUserJid()Get the user JID.java.lang.CharSequencetoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-
-
Field Detail
-
NAMESPACE
public static final java.lang.String NAMESPACE
- See Also:
- Constant Field Values
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
QNAME
public static final javax.xml.namespace.QName QNAME
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
- Specified by:
getElementNamein interfaceorg.jivesoftware.smack.packet.NamedElement
-
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.FullyQualifiedElement
-
getNode
public java.lang.String getNode()
Get the node.- Returns:
- the node
-
getUserJid
public org.jxmpp.jid.Jid getUserJid()
Get the user JID.- Returns:
- the user JID
-
toXML
public java.lang.CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-
from
public static PushNotificationsElements.RemoteDisablingExtension from(org.jivesoftware.smack.packet.Message message)
-
-