Class ChatMarkersElements.ReceivedExtension
java.lang.Object
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ReceivedExtension
- All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
- Enclosing class:
ChatMarkersElements
public static class ChatMarkersElements.ReceivedExtension
extends ChatMarkersElements.ChatMarkerExtensionWithId
Received extension class.
- See Also:
-
Field Summary
FieldsFields inherited from class 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 ChatMarkersElements.ChatMarkerExtensionWithId
getId, toXMLMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
-
QNAME
-
-
Constructor Details
-
ReceivedExtension
-
-
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
-