java.lang.Object
org.jivesoftware.smackx.stanza_content_encryption.element.TimestampAffixElement
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, AffixElement
public class TimestampAffixElement
extends Object
implements org.jivesoftware.smack.packet.NamedElement, AffixElement
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
int
toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
Methods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXML
-
Field Details
-
ELEMENT
public static final String ELEMENT
- See Also:
-
-
ATTR_STAMP
public static final String ATTR_STAMP
- See Also:
-
-
Constructor Details
-
TimestampAffixElement
public TimestampAffixElement(Date timestamp)
-
Method Details
-
getTimestamp
public Date getTimestamp()
-
getElementName
public String getElementName()
- Specified by:
getElementName in interface org.jivesoftware.smack.packet.NamedElement
-
toXML
public CharSequence toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
- Specified by:
toXML in interface org.jivesoftware.smack.packet.Element
-
-