Interface IdAttribute

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

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

  • Method Details

    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      XmlID xgetId()
      Gets (as xml) the "id" attribute
    • isSetId

      boolean isSetId()
      True if has "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(XmlID id)
      Sets (as xml) the "id" attribute
    • unsetId

      void unsetId()
      Unsets the "id" attribute