public class Checksum extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_CREATOR |
static String |
ATTR_NAME |
static String |
ELEMENT |
Constructor and Description |
---|
Checksum(JingleContent.Creator creator,
String name,
JingleFileTransferChild file) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
CharSequence |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public static final String ATTR_CREATOR
public static final String ATTR_NAME
public Checksum(JingleContent.Creator creator, String name, JingleFileTransferChild file)
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public CharSequence toXML(String enclosingNamespace)
Element
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement