public static class AdHocCommandData.SpecificError extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
AdHocCommand.SpecificErrorCondition |
condition |
static String |
namespace |
Constructor and Description |
---|
SpecificError(AdHocCommand.SpecificErrorCondition condition) |
Modifier and Type | Method and Description |
---|---|
AdHocCommand.SpecificErrorCondition |
getCondition() |
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
String |
toXML()
Returns the XML representation of this Element.
|
public static final String namespace
public AdHocCommand.SpecificErrorCondition condition
public SpecificError(AdHocCommand.SpecificErrorCondition condition)
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
public AdHocCommand.SpecificErrorCondition getCondition()