Interface NamedGroup

All Superinterfaces:
Annotated, Group, OpenAttrs, RealGroup, XmlObject, XmlTokenSource
All Known Implementing Classes:
NamedGroupImpl

public interface NamedGroup extends RealGroup
An XML namedGroup(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getName

      String getName()
      Gets the "name" attribute
      Specified by:
      getName in interface Group
    • xgetName

      XmlNCName xgetName()
      Gets (as xml) the "name" attribute
      Specified by:
      xgetName in interface Group
    • isSetName

      boolean isSetName()
      True if has "name" attribute
      Specified by:
      isSetName in interface Group
    • setName

      void setName(String name)
      Sets the "name" attribute
      Specified by:
      setName in interface Group
    • xsetName

      void xsetName(XmlNCName name)
      Sets (as xml) the "name" attribute
      Specified by:
      xsetName in interface Group
    • unsetName

      void unsetName()
      Unsets the "name" attribute
      Specified by:
      unsetName in interface Group