Interface LangAttribute

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
LangAttributeImpl

public interface LangAttribute extends XmlObject
A document containing one lang(@http://www.w3.org/XML/1998/namespace) attribute. This is a complex type.
  • Field Details

  • Method Details

    • getLang

      String getLang()
      Gets the "lang" attribute
    • xgetLang

      LangAttribute.Lang xgetLang()
      Gets (as xml) the "lang" attribute
    • isSetLang

      boolean isSetLang()
      True if has "lang" attribute
    • setLang

      void setLang(String lang)
      Sets the "lang" attribute
    • xsetLang

      void xsetLang(LangAttribute.Lang lang)
      Sets (as xml) the "lang" attribute
    • unsetLang

      void unsetLang()
      Unsets the "lang" attribute