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 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
received 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
 
 -