Class LocalNameType


  • public class LocalNameType
    extends Object
    The LocalNameType model.
    • Constructor Detail

      • LocalNameType

        public LocalNameType()
    • Method Detail

      • language

        public String language()
        Get the language value.
        Returns:
        the language value
      • withLanguage

        public LocalNameType withLanguage​(String language)
        Set the language value.
        Parameters:
        language - the language value to set
        Returns:
        the LocalNameType object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public LocalNameType withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the LocalNameType object itself.
      • shortName

        public String shortName()
        Get the shortName value.
        Returns:
        the shortName value
      • withShortName

        public LocalNameType withShortName​(String shortName)
        Set the shortName value.
        Parameters:
        shortName - the shortName value to set
        Returns:
        the LocalNameType object itself.