Class ChatMarkersElements.ChatMarkerExtensionWithId
- java.lang.Object
-
- org.jivesoftware.smackx.chat_markers.element.ChatMarkersElements.ChatMarkerExtensionWithId
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.FullyQualifiedElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlLangElement
- Direct Known Subclasses:
ChatMarkersElements.AcknowledgedExtension,ChatMarkersElements.DisplayedExtension,ChatMarkersElements.ReceivedExtension
- Enclosing class:
- ChatMarkersElements
protected abstract static class ChatMarkersElements.ChatMarkerExtensionWithId extends java.lang.Object implements org.jivesoftware.smack.packet.ExtensionElement
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringid
-
Constructor Summary
Constructors Modifier Constructor Description protectedChatMarkerExtensionWithId(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Get the id.org.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-