Interface VersionView

  • All Superinterfaces:
    org.jivesoftware.smack.packet.IqView, org.jivesoftware.smack.packet.StanzaView, org.jivesoftware.smack.packet.XmlLangElement
    All Known Implementing Classes:
    Version, VersionBuilder

    public interface VersionView
    extends org.jivesoftware.smack.packet.IqView
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getOs()  
      java.lang.String getVersion()  
      • Methods inherited from interface org.jivesoftware.smack.packet.IqView

        getType, isRequestIQ, isResponseIQ
      • Methods inherited from interface org.jivesoftware.smack.packet.StanzaView

        getError, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getFrom, getStanzaId, getTo, hasExtension, hasExtension, hasExtension
      • Methods inherited from interface org.jivesoftware.smack.packet.XmlLangElement

        getLanguage
    • Method Detail

      • getName

        java.lang.String getName()
      • getVersion

        java.lang.String getVersion()
      • getOs

        java.lang.String getOs()