Class SavotGroup

All Implemented Interfaces:
IDSupport, NameSupport, RefSupport, SimpleTypes

public final class SavotGroup extends MarkupComment implements IDSupport, NameSupport, RefSupport

Group element

Author:
Andre Schaaff
  • Constructor Details

    • SavotGroup

      public SavotGroup()
      Constructor
  • Method Details

    • setId

      public void setId(String id)
      Set ID attribute
      Specified by:
      setId in interface IDSupport
      Parameters:
      id -
    • getId

      public String getId()
      Get id attribute
      Specified by:
      getId in interface IDSupport
      Returns:
      String
    • setName

      public void setName(String name)
      Set name attribute
      Specified by:
      setName in interface NameSupport
      Parameters:
      name -
    • getName

      public String getName()
      Get name attribute
      Specified by:
      getName in interface NameSupport
      Returns:
      String
    • setRef

      public void setRef(String ref)
      Set ref attribute
      Specified by:
      setRef in interface RefSupport
      Parameters:
      ref -
    • getRef

      public String getRef()
      Get ref attribute
      Specified by:
      getRef in interface RefSupport
      Returns:
      String
    • setUcd

      public void setUcd(String ucd)
      Set ucd attribute
      Parameters:
      ucd - ([A-Za-z0-9_.,-]*)
    • getUcd

      public String getUcd()
      Get ucd attribute
      Returns:
      String
    • setUtype

      public void setUtype(String utype)
      Set utype attribute
      Parameters:
      utype -
    • getUtype

      public String getUtype()
      Get utype attribute
      Returns:
      String
    • setDescription

      public void setDescription(String description)
      Set DESCRIPTION element content
      Parameters:
      description -
    • getDescription

      public String getDescription()
      Get DESCRIPTION element content
      Returns:
      String
    • getParams

      public ParamSet getParams()
      Get PARAM elements set reference
      Returns:
      ParamSet
    • setParams

      public void setParams(ParamSet params)
      Set PARAM elements set reference
      Parameters:
      params -
    • setParamsRef

      public void setParamsRef(ParamRefSet paramsref)
      Set PARAMref elements set reference
      Parameters:
      paramsref -
    • getParamsRef

      public ParamRefSet getParamsRef()
      Get PARAMref elements set reference
      Returns:
      ParamRefSet
    • getFieldsRef

      public FieldRefSet getFieldsRef()
      Get FIELDref elements set reference
      Returns:
      FieldRefSet
    • setFieldsRef

      public void setFieldsRef(FieldRefSet fieldsref)
      Set FIELDref elements set reference
      Parameters:
      fieldsref -
    • getGroups

      public GroupSet getGroups()
      Get GROUP elements set reference
      Returns:
      GroupSet
    • setGroups

      public void setGroups(GroupSet groups)
      Set GROUP elements set reference
      Parameters:
      groups -