Class ChatMarkersElements.AcknowledgedExtension
java.lang.Object
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.AcknowledgedExtension
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
- Enclosing class:
- ChatMarkersElements
public static class ChatMarkersElements.AcknowledgedExtension
extends ChatMarkersElements.ChatMarkerExtensionWithId
Acknowledged extension class.
- See Also:
-
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.Methods inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
getId, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
acknowledged element. -
QNAME
-
-
Constructor Details
-
AcknowledgedExtension
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
from
-