public static class AbstractHttpOverXmpp.Data extends Object
This class is immutable.
| Constructor and Description |
|---|
Data(NamedElement child)
Creates Data element.
|
| Modifier and Type | Method and Description |
|---|---|
NamedElement |
getChild()
Returns element nested by Data.
|
String |
toXML()
Returns string containing xml representation of this object.
|
public Data(NamedElement child)
child - element nested by Datapublic String toXML()
public NamedElement getChild()