Class PushNotificationsElements.RemoteDisablingExtension
java.lang.Object
org.jivesoftware.smackx.push_notifications.element.PushNotificationsElements.RemoteDisablingExtension
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- PushNotificationsElements
public static class PushNotificationsElements.RemoteDisablingExtension
extends Object
implements ExtensionElement
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.getNode()
Get the node.Get the user JID.toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
RemoteDisablingExtension
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
getNode
Get the node.- Returns:
- the node
-
getUserJid
Get the user JID.- Returns:
- the user JID
-
toXML
-
from
-