Uses of Class
eu.de4a.iem.jaxb.eidas.np.GenderType
-
Packages that use GenderType Package Description eu.de4a.iem.jaxb.common.idtypes eu.de4a.iem.jaxb.eidas.np -
-
Uses of GenderType in eu.de4a.iem.jaxb.common.idtypes
Methods in eu.de4a.iem.jaxb.common.idtypes that return GenderType Modifier and Type Method Description GenderTypeNaturalPersonIdentifierType. getGender()Gets the value of the gender property.Methods in eu.de4a.iem.jaxb.common.idtypes with parameters of type GenderType Modifier and Type Method Description voidNaturalPersonIdentifierType. setGender(GenderType value)Sets the value of the gender property. -
Uses of GenderType in eu.de4a.iem.jaxb.eidas.np
Methods in eu.de4a.iem.jaxb.eidas.np that return GenderType Modifier and Type Method Description static GenderTypeGenderType. fromValue(String v)static GenderTypeGenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenderType[]GenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-