public static class Session.Feature extends java.lang.Object implements ExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPTIONAL_ELEMENT |
static javax.xml.namespace.QName |
QNAME |
| Constructor and Description |
|---|
Feature(boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName()
Returns the root element name.
|
java.lang.String |
getNamespace()
Returns the root element XML namespace.
|
boolean |
isOptional() |
XmlStringBuilder |
toXML(XmlEnvironment enclosingNamespace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLanguage, getQNamepublic static final javax.xml.namespace.QName QNAME
public static final java.lang.String OPTIONAL_ELEMENT
public boolean isOptional()
public java.lang.String getElementName()
NamedElementgetElementName in interface NamedElementpublic java.lang.String getNamespace()
FullyQualifiedElementgetNamespace in interface FullyQualifiedElementpublic XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)