Class ComplexNamesContainer

  • All Implemented Interfaces:
    com.sun.xml.bind.Locatable, FileSourceContext

    public class ComplexNamesContainer
    extends NamesContainer
    A container for aliases, shortname and fullname The JAXB binding is designed to be read-only and is not designed for writing
    Since:
    19/07/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • ComplexNamesContainer

        public ComplexNamesContainer()
    • Method Detail

      • getRecommendedName

        public String getRecommendedName()

        Getter for the field recommendedName.

        Returns:
        a String object.
      • setRecommendedName

        public void setRecommendedName​(String name)

        Setter for the field recommendedName.

        Parameters:
        name - a String object.
      • getSystematicName

        public String getSystematicName()

        Getter for the field systematicName.

        Returns:
        a String object.
      • setSystematicName

        public void setSystematicName​(String name)

        Setter for the field systematicName.

        Parameters:
        name - a String object.