Class Session.Feature

    • Field Detail

      • QNAME

        public static final javax.xml.namespace.QName QNAME
      • OPTIONAL_ELEMENT

        public static final java.lang.String OPTIONAL_ELEMENT
        See Also:
        Constant Field Values
    • Constructor Detail

      • Feature

        public Feature​(boolean optional)
    • Method Detail

      • isOptional

        public boolean isOptional()
      • getElementName

        public java.lang.String getElementName()
        Description copied from interface: NamedElement
        Returns the root element name.
        Specified by:
        getElementName in interface NamedElement
        Returns:
        the element name.
      • getNamespace

        public java.lang.String getNamespace()
        Description copied from interface: XmlElement
        Returns the root element XML namespace.
        Specified by:
        getNamespace in interface XmlElement
        Returns:
        the namespace.