Class LocalNameType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.LocalNameType
-
public class LocalNameType extends Object
The LocalNameType model.
-
-
Constructor Summary
Constructors Constructor Description LocalNameType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringlanguage()Get the language value.Stringname()Get the name value.StringshortName()Get the shortName value.LocalNameTypewithLanguage(String language)Set the language value.LocalNameTypewithName(String name)Set the name value.LocalNameTypewithShortName(String shortName)Set the shortName value.
-
-
-
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.
-
-