public abstract class SetData extends Object implements NamedElement
Modifier and Type | Class and Description |
---|---|
static class |
SetData.Type |
Modifier | Constructor and Description |
---|---|
protected |
SetData(String name,
SetData.Type type,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
String |
getName() |
SetData.Type |
getType() |
String |
getValue() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
protected SetData(String name, SetData.Type type, String value)
public final SetData.Type getType()
public final String getElementName()
getElementName
in interface NamedElement
public final XmlStringBuilder toXML(String enclosingNamespace)