Interface GroupRef

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

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

  • Method Details

    • getRef

      QName getRef()
      Gets the "ref" attribute
      Specified by:
      getRef in interface Group
    • xgetRef

      XmlQName xgetRef()
      Gets (as xml) the "ref" attribute
      Specified by:
      xgetRef in interface Group
    • isSetRef

      boolean isSetRef()
      True if has "ref" attribute
      Specified by:
      isSetRef in interface Group
    • setRef

      void setRef(QName ref)
      Sets the "ref" attribute
      Specified by:
      setRef in interface Group
    • xsetRef

      void xsetRef(XmlQName ref)
      Sets (as xml) the "ref" attribute
      Specified by:
      xsetRef in interface Group
    • unsetRef

      void unsetRef()
      Unsets the "ref" attribute
      Specified by:
      unsetRef in interface Group