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()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic AdHocCommand.SpecificErrorCondition getCondition()