Class JingleFileTransferChild

java.lang.Object
org.jivesoftware.smackx.jingle_filetransfer.element.JingleFileTransferChild
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement, org.jivesoftware.smackx.jingle.element.JingleContentDescriptionChildElement

public class JingleFileTransferChild extends Object implements org.jivesoftware.smackx.jingle.element.JingleContentDescriptionChildElement
Content of type File.
  • Field Details

  • Constructor Details

  • Method Details

    • getDate

      public Date getDate()
    • getDescription

      public String getDescription()
    • getHash

      public HashElement getHash()
    • getMediaType

      public String getMediaType()
    • getName

      public String getName()
    • getSize

      public int getSize()
    • getRange

      public Range getRange()
    • 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
    • getBuilder

      public static JingleFileTransferChild.Builder getBuilder()