Package cdm.base.staticdata.party
Enum PersonIdentifierTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<PersonIdentifierTypeEnum>
@RosettaEnum("PersonIdentifierTypeEnum")
public enum PersonIdentifierTypeEnum
extends Enum<PersonIdentifierTypeEnum>
The enumeration values associated with person identifier sources.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlien Registration Number, number assigned by a social security agency to identify a non-resident person.Passport Number, number assigned by an authority to identify the passport number of a person.Customer Identification Number, number assigned by an issuer to identify a customer.Drivers License Number, number assigned by an authority to identify a driver's license.Employee Identification Number, number assigned by a registration authority to an employee.National Identity Number, number assigned by an authority to identify the national identity number of a person..Natural Person Identifier.Privacy Law Identifier.Social Security Number, number assigned by an authority to identify the social security number of a person.Tax Identification Number, number assigned by a tax authority to identify a person. -
Method Summary
Modifier and TypeMethodDescriptionstatic PersonIdentifierTypeEnumfromDisplayName(String name) toString()static PersonIdentifierTypeEnumReturns the enum constant of this type with the specified name.static PersonIdentifierTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARNU
@RosettaSynonym(value="ARNU", source="ISO20022") @RosettaEnumValue("ARNU") public static final PersonIdentifierTypeEnum ARNUAlien Registration Number, number assigned by a social security agency to identify a non-resident person. -
CCPT
@RosettaSynonym(value="CCPT", source="ISO20022") @RosettaEnumValue("CCPT") public static final PersonIdentifierTypeEnum CCPTPassport Number, number assigned by an authority to identify the passport number of a person. -
CUST
@RosettaSynonym(value="CUST", source="ISO20022") @RosettaEnumValue("CUST") public static final PersonIdentifierTypeEnum CUSTCustomer Identification Number, number assigned by an issuer to identify a customer. -
DRLC
@RosettaSynonym(value="DRLC", source="ISO20022") @RosettaEnumValue("DRLC") public static final PersonIdentifierTypeEnum DRLCDrivers License Number, number assigned by an authority to identify a driver's license. -
EMPL
@RosettaSynonym(value="EMPL", source="ISO20022") @RosettaEnumValue("EMPL") public static final PersonIdentifierTypeEnum EMPLEmployee Identification Number, number assigned by a registration authority to an employee. -
NIDN
@RosettaSynonym(value="NIDN", source="ISO20022") @RosettaEnumValue("NIDN") public static final PersonIdentifierTypeEnum NIDNNational Identity Number, number assigned by an authority to identify the national identity number of a person.. -
SOSE
@RosettaSynonym(value="SOSE", source="ISO20022") @RosettaEnumValue("SOSE") public static final PersonIdentifierTypeEnum SOSESocial Security Number, number assigned by an authority to identify the social security number of a person. -
TXID
@RosettaSynonym(value="TXID", source="ISO20022") @RosettaEnumValue("TXID") public static final PersonIdentifierTypeEnum TXIDTax Identification Number, number assigned by a tax authority to identify a person. -
NPID
Natural Person Identifier. To identify the person who is acting as private individual, not as business entity. Used for regulatory reporting. -
PLID
Privacy Law Identifier. It refers to the DMO Letter No. 17-16, http://www.cftc.gov/idc/groups/public/@lrlettergeneral/documents/letter/17-16.pdf
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<PersonIdentifierTypeEnum>
-
toDisplayString
-