public final class GenderTypeEnumeration extends Object
<eidas:GenderType> type.| Modifier and Type | Field and Description |
|---|---|
static GenderTypeEnumeration |
FEMALE
Female.
|
static GenderTypeEnumeration |
MALE
Male.
|
static GenderTypeEnumeration |
UNSPECIFIED
Unspecified.
|
| Constructor and Description |
|---|
GenderTypeEnumeration(String gender)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Returns the gender value.
|
int |
hashCode() |
String |
toString() |
public static final GenderTypeEnumeration MALE
public static final GenderTypeEnumeration FEMALE
public static final GenderTypeEnumeration UNSPECIFIED
public GenderTypeEnumeration(String gender)
gender - the genderpublic String getValue()
Copyright © 2018 Litsec AB. All rights reserved.