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.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Direct Known Subclasses:
ChatMarkersElements.AcknowledgedExtension, ChatMarkersElements.DisplayedExtension, ChatMarkersElements.ReceivedExtension
Enclosing class:
ChatMarkersElements

protected abstract static class ChatMarkersElements.ChatMarkerExtensionWithId extends Object implements org.jivesoftware.smack.packet.ExtensionElement
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final String
    Get the id.
    final org.jivesoftware.smack.util.XmlStringBuilder
    toXML(org.jivesoftware.smack.packet.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.Element

    toXML, toXML

    Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

    getElementName

    Methods inherited from interface org.jivesoftware.smack.packet.XmlElement

    getLanguage, getNamespace, getQName
  • Field Details

    • id

      protected final String id
  • Constructor Details

    • ChatMarkerExtensionWithId

      protected ChatMarkerExtensionWithId(String id)
  • Method Details

    • getId

      public final String getId()
      Get the id.
      Returns:
      the id
    • toXML

      public final org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element