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()
NamedElementgetElementName in interface NamedElementpublic CharSequence toXML(String enclosingNamespace)
Elementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElement