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
Fields inherited from class org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
id
-
Constructor Summary
-
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, toXML
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
-
ELEMENT
received element. -
QNAME
-
-
Constructor Details
-
ReceivedExtension
-
-
Method Details
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
from
-