Class MUCLightElements.AffiliationsChangeExtension
java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.AffiliationsChangeExtension
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.AffiliationsChangeExtension
extends Object
implements ExtensionElement
Affiliations change extension element class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAffiliationsChangeExtension(Map<Jid, MUCLightAffiliation> affiliations, String prevVersion, String version) -
Method Summary
Modifier and TypeMethodDescriptionGet the affiliations.Returns the root element name.Returns the root element XML namespace.Get the previous version.Get the version.toXML(XmlEnvironment enclosingNamespace) Methods 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
- See Also:
-
NAMESPACE
- See Also:
-
QNAME
-
-
Constructor Details
-
AffiliationsChangeExtension
public AffiliationsChangeExtension(Map<Jid, MUCLightAffiliation> affiliations, String prevVersion, String version)
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
getAffiliations
Get the affiliations.- Returns:
- the affiliations
-
getPrevVersion
Get the previous version.- Returns:
- the previous version
-
getVersion
Get the version.- Returns:
- the version
-
toXML
-
from
-