Class IdAttributeImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, IdAttribute, SimpleValue, XmlObject, XmlTokenSource

public class IdAttributeImpl extends XmlComplexContentImpl implements IdAttribute
A document containing one id(@http://www.w3.org/XML/1998/namespace) attribute. This is a complex type.
See Also:
  • Constructor Details

    • IdAttributeImpl

      public IdAttributeImpl(SchemaType sType)
  • Method Details

    • getId

      public String getId()
      Gets the "id" attribute
      Specified by:
      getId in interface IdAttribute
    • xgetId

      public XmlID xgetId()
      Gets (as xml) the "id" attribute
      Specified by:
      xgetId in interface IdAttribute
    • isSetId

      public boolean isSetId()
      True if has "id" attribute
      Specified by:
      isSetId in interface IdAttribute
    • setId

      public void setId(String id)
      Sets the "id" attribute
      Specified by:
      setId in interface IdAttribute
    • xsetId

      public void xsetId(XmlID id)
      Sets (as xml) the "id" attribute
      Specified by:
      xsetId in interface IdAttribute
    • unsetId

      public void unsetId()
      Unsets the "id" attribute
      Specified by:
      unsetId in interface IdAttribute