public static class StreamManagement.Failed extends Object implements Nonza
| Constructor and Description |
|---|
Failed() |
Failed(StanzaError.Condition condition,
List<StanzaErrorTextElement> textElements) |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
StanzaError.Condition |
getStanzaErrorCondition() |
List<StanzaErrorTextElement> |
getTextElements() |
CharSequence |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public Failed()
public Failed(StanzaError.Condition condition, List<StanzaErrorTextElement> textElements)
public StanzaError.Condition getStanzaErrorCondition()
public List<StanzaErrorTextElement> getTextElements()
public CharSequence toXML(String enclosingNamespace)
Elementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic String getElementName()
NamedElementgetElementName in interface NamedElement