public static class StreamInitiation.File extends Object implements ExtensionElement
<desc> is used to provide a sender-generated description of the file so the receiver can better understand what is being sent. It MUST NOT be sent in the result.
When <range> is sent in the offer, it should have no attributes. This signifies that the sender can do ranged transfers. When a Stream Initiation result is sent with the <range> element, it uses these attributes:
Constructor and Description |
---|
File(String name,
long size)
Constructor providing the name of the file and its size.
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Returns the date that the file was last modified.
|
String |
getDesc()
Returns the description of the file.
|
String |
getElementName()
Returns the root element name.
|
String |
getHash()
Returns the MD5 sum of the file's contents.
|
String |
getName()
Returns the file's name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
long |
getSize()
Returns the file's size.
|
boolean |
isRanged()
Returns whether or not the initiator can support a range for the file
transfer.
|
void |
setDate(Date date)
Sets the date that the file was last modified.
|
void |
setDesc(String desc)
Sets the description of the file.
|
void |
setHash(String hash)
Sets the MD5 sum of the file's contents.
|
void |
setRanged(boolean isRanged)
True if a range can be provided and false if it cannot.
|
String |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public long getSize()
public void setHash(String hash)
hash
- The MD5 sum of the file's contents.public String getHash()
public void setDate(Date date)
date
- The date that the file was last modified.public Date getDate()
public void setDesc(String desc)
desc
- The description of the file so that the file receiver can
know what file it is.public String getDesc()
public void setRanged(boolean isRanged)
isRanged
- True if a range can be provided and false if it cannot.public boolean isRanged()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement