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.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Enclosing class:
PushNotificationsElements

public static class PushNotificationsElements.RemoteDisablingExtension extends Object implements org.jivesoftware.smack.packet.ExtensionElement
  • Field Details

  • Constructor Details

    • RemoteDisablingExtension

      public RemoteDisablingExtension(String node, org.jxmpp.jid.Jid userJid)
  • Method Details

    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • getNode

      public 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 CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • from

      public static PushNotificationsElements.RemoteDisablingExtension from(org.jivesoftware.smack.packet.Message message)