public class NodeElement
extends java.lang.Object
implements org.jivesoftware.smack.packet.NamedElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ELEMENT |
Constructor and Description |
---|
NodeElement(NodeInfo nodeInfo,
java.util.List<TimestampElement> timestampElements) |
NodeElement(NodeInfo nodeInfo,
TimestampElement timestampElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName() |
java.util.List<TimestampElement> |
getTimestampElements() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(java.lang.String enclosingNamespace) |
public static final java.lang.String ELEMENT
public NodeElement(NodeInfo nodeInfo, TimestampElement timestampElement)
public NodeElement(NodeInfo nodeInfo, java.util.List<TimestampElement> timestampElements)
public java.util.List<TimestampElement> getTimestampElements()
public java.lang.String getElementName()
getElementName
in interface org.jivesoftware.smack.packet.NamedElement
public org.jivesoftware.smack.util.XmlStringBuilder toXML(java.lang.String enclosingNamespace)
toXML
in interface org.jivesoftware.smack.packet.Element