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