Package se.digg.dgc.payload.v1
Class PersonName
- java.lang.Object
-
- se.digg.dgc.payload.v1.PersonName
-
@Generated("jsonschema2pojo") public class PersonName extends Object
Person name: Surname(s), forename(s) - in that order
-
-
Constructor Summary
Constructors Constructor Description PersonName()No args constructor for use in serializationPersonName(String fn, String fnt, String gn, String gnt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetFn()SurnameStringgetFnt()Standardised surnameStringgetGn()ForenameStringgetGnt()Standardised forenameinthashCode()voidsetFn(String fn)SurnamevoidsetFnt(String fnt)Standardised surnamevoidsetGn(String gn)ForenamevoidsetGnt(String gnt)Standardised forenameStringtoString()PersonNamewithFn(String fn)PersonNamewithFnt(String fnt)PersonNamewithGn(String gn)PersonNamewithGnt(String gnt)
-
-
-
Method Detail
-
getFn
public String getFn()
SurnameThe surname or primary name(s) of the person addressed in the certificate
-
setFn
public void setFn(String fn)
SurnameThe surname or primary name(s) of the person addressed in the certificate
-
withFn
public PersonName withFn(String fn)
-
getFnt
public String getFnt()
Standardised surnameThe surname(s) of the person, transliterated ICAO 9303 (Required)
-
setFnt
public void setFnt(String fnt)
Standardised surnameThe surname(s) of the person, transliterated ICAO 9303 (Required)
-
withFnt
public PersonName withFnt(String fnt)
-
getGn
public String getGn()
ForenameThe forename(s) of the person addressed in the certificate
-
setGn
public void setGn(String gn)
ForenameThe forename(s) of the person addressed in the certificate
-
withGn
public PersonName withGn(String gn)
-
getGnt
public String getGnt()
Standardised forenameThe forename(s) of the person, transliterated ICAO 9303
-
setGnt
public void setGnt(String gnt)
Standardised forenameThe forename(s) of the person, transliterated ICAO 9303
-
withGnt
public PersonName withGnt(String gnt)
-
-