All Superinterfaces:
XmlObject, XmlTokenSource

public interface IdAttribute extends XmlObject
A document containing one Id(@http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) 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