Class ToAffixElement
- java.lang.Object
-
- org.jivesoftware.smackx.stanza_content_encryption.element.JidAffixElement
-
- org.jivesoftware.smackx.stanza_content_encryption.element.ToAffixElement
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
,org.jivesoftware.smack.packet.NamedElement
,AffixElement
public class ToAffixElement extends JidAffixElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT
-
Fields inherited from class org.jivesoftware.smackx.stanza_content_encryption.element.JidAffixElement
ATTR_JID
-
-
Constructor Summary
Constructors Constructor Description ToAffixElement(org.jxmpp.jid.Jid jid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
-
Methods inherited from class org.jivesoftware.smackx.stanza_content_encryption.element.JidAffixElement
equals, getJid, hashCode, toXML
-
-
-
-
Field Detail
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
-