Class MultipleAddresses.Address

java.lang.Object
org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Enclosing class:
MultipleAddresses

public static final class MultipleAddresses.Address extends Object implements org.jivesoftware.smack.packet.ExtensionElement
  • Field Details

  • Method Details

    • getType

      public MultipleAddresses.Type getType()
    • getJid

      public org.jxmpp.jid.Jid getJid()
    • getNode

      public String getNode()
    • getDescription

      public String getDescription()
    • isDelivered

      public boolean isDelivered()
    • getUri

      public String getUri()
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

      public String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element